mr

  1. MarkusR

    did someone use a object database?

    i will know if someone use a object database for a business application?
  2. MarkusR

    Wish private class methods

    if u write a object name with a dot all public methods shown in a pop up. would be also nice if developers see private methods there too (maybe in grey or group by public,private) and if they click them it navigates to the source of the class. reason is that people missing her subs in the popup...
  3. MarkusR

    Wish daybook in ide

    just a idea. i think a daybook build in the ide would be fine. there we can add entries with a rating / something is going well or not. and then it have a option to upload some entrys into forum / or central database for analysis (a chart) or as help for others or just a feedback for erel...
  4. MarkusR

    Android Question Call a Sub in Activity from a Service

    hello, i have a little problem, if me call a sub (in an activity) from a service and the activity is not in front it seems it create a new activity instead of open the one that is in pause mode.
  5. MarkusR

    Wish File.Rename and File.Delete(into trashcan)

    i missing a rename in File. also delete into windows/linux trashcan.
  6. MarkusR

    Android Question Issue with WebView and Pages from Node-RED

    it seems that webview can not display pages from Node-RED server (v0.19.4). https://nodered.org/ it looks ok in chrome browser but at webview it is just white. example page in chrome browser:
  7. MarkusR

    Wish IDE connected to multiple devices

    it seems the ide can connect only to one bridge app. i like to start my app from within ide and it run at all devices.
  8. MarkusR

    Wish ide extention via executable .jar files in tools menu

    can u list files in a ide sub folder Tools the filename as menu name and at click execute this .exe,.jar,.bat? Menu/Tools/Extentions/...
  9. MarkusR

    B4J Question is it possible to make a ide extension that can be reached by menu?

    is it possible to make a ide extension that can be reached by menu? an executable .jar (or maybe .exe) that appear in a ide menu.
  10. MarkusR

    Android Question i will have same visual button size at differnt devices.

    i saw the tutorial about dip but i don't get it. as example for a button: me thought if me input a size value width and height in designer it is dip and the visual size is the same at all devices, but it is not. me tested also with autoscale on/off. portrait: i have a 10" tablet 800x1216 scale...
  11. MarkusR

    Android Question is the ui clound service for b4a still online?

    as the title said, i can not send a layout from designer to this cloud service. (i tested also with disabled firewall but no success)
  12. MarkusR

    Bug? Rename Classes let a copy in the folder

    hello, i renamed many classes and today i see the old file is still there in folder. create save rename save there a 2 files. please delete the old one in trash can or just rename it.
  13. MarkusR

    Wish info / tooltip at libraries manager for additional libraries

    please make some hint that i know that the library comes not with the ide and from community from additional libraries folder. or maybe a filter all/default/additional. or a tree view. its because license / support & updates and because i put everything for testing in this folder.
  14. MarkusR

    Android Question Camera2 Problem at Android 5

    hello, i will use the camera 2 but it gave me an error. my device have 5.0.2 API 21 19. Dezember 2014 and it should work and i believe i tested it long ago and it worked. at my tablet device with android 6.0 it works. at os 5 the example said: Failed to open camera Sub OpenCamera (front As...
  15. MarkusR

    Wish designer propertys from runtime at loadlayout

    hello, i have a great idea to make the designer propertys more flexible / useful. i like to have the possibility to call a sub and the return value is used at loadlayout. i believe other editors would name this input expression / formula. as an extra field /data beside all property types which...
  16. MarkusR

    Share My Creation Inspection and Photo

    I share my current wip for a tool with name Inspection and Photo. (its a remake from a tool i had done in ms power apps.) concept: you goto a place and make some notes and photos. as an example: do inventory, damage report, photo blog, .. features: collecting images with thumbnails into a...
  17. MarkusR

    Wish IDE Font Style selection?

    Hello, i found a nice font but can not select a style from it in the ide. it have SourceCodePro-Black SourceCodePro-Bold SourceCodePro-ExtraLight SourceCodePro-Light SourceCodePro-Medium <- SourceCodePro-Regular SourceCodePro-Semibold <- https://blog.typekit.com/2012/09/24/source-code-pro/...
  18. MarkusR

    B4J Code Snippet Simple Stop Watch Modul

    Watch.Start ... Watch.Stop("Result A") ... Watch.Stop("Result B") ... Watch.Stop("Result C") 'Static code module Watch Sub Process_Globals Dim mStart As Long Dim mEnd As Long End Sub public Sub Start mStart = DateTime.Now End Sub public Sub Stop(title As String) mEnd =...
  19. MarkusR

    B4J Question Access to a Type structure by Code?

    if me have a Type structure. is it possible to get the fields and datatype from within source code? me thought about to generate a input form from it automatically.
  20. MarkusR

    B4J Question [solved] jServer receive bytes() from client?

    hello, i will send bytes from a client app to my server but at receive i got error java.util.zip.ZipException: unknown compression method Obj = ser.ConvertBytesToObject(buffer) Client: Sub Save(Item As SinglePassword) Dim Data() As Byte Dim ser As B4XSerializator Data =...
Top