window

  1. M

    B4J Question Modern and custom window shape

    Hi everyone, i wish to build a desktop app but with some modern vibes in it. So I imagined it without the ugly windows default window, but more like macos apps. Is it possibile to create an app that has this type of GUI using B4J? no borders, round corners, functioning buttons (close, minimize...
  2. A

    Android Question How to embed a browser in an application?

    Hello. Tell me, is it possible to organize the opening of the site inside the application in a separate window? For example, in a running application, create a window (panel) in an Activity (as in Windows on the desktop), in which to display the contents of the site. That is, how to embed a...
  3. rtek1000

    B4J Question DoEvents alternative

    I saw a recommendation not to use DoEvents: Source: https://www.b4x.com/android/forum/threads/doevents-alternative.68918/#post-437288 But the window freezes if you don't use something to wait a while. And Windows O.S. notifies you that the window is not responding. I managed to read...
  4. Peter Simpson

    šŸ¤— My happy introduction to B4X

    Hmm, I see that Anywhere Software has created this new section in the forum, so I've decided to add my actual B4X story. WARNING: This is going to be a loooooooooooong read :cool: I've always enjoyed creating software from the early days of the humble 48k ZX spekky, to machine coding my 68000...
  5. DALB

    Android Question Splitting coding window horizontally

    Hello, I'm asking a question I didn't see in the forum (or I've lost my glasses !) Is there a way to split the (tab) coding window horizontally ? why this question ? I generally code my views, so when I create a new one, I go on top to declare, then go on bottom to code many times an hour. So...
  6. MegatenFreak

    B4J Question Help minimizing an undecorated form (tried setIconified)

    Hello. My app has a main window which shows all the options and submenus and covers most of the screen. It is "undecorated". The problem is, when I open other forms from that main form, they don't show as separate "tabs" in Windows, so as soon as I click on another part of the screen, the...
  7. C

    Android Question Returning from a Wait For function and getting BadTokenException error

    I am creating a form and then calling a function and getting the system to wait. I'm calling from the form and not a service like this: wait for (GlobalFunctions.ParseCycleCount(lJson,lSAPData)) Complete (Result As Boolean) If Result=True Then btnOK.enabled=True...
  8. jroriz

    B4J Question All windows Titles

    Hi. Is it possible to get all windows titles. All, not only from my application.
  9. jroriz

    B4J Question Size and position of visible windows

    Hi. I need to know size and position of visible windows. Maybe autoit library could be a solution, but I do not know how to implement this using this library.
Top