windows

  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. rgarnett1955

    B4J Question Hide Taskbar Icon when App Window is Minimised

    Hi, I have an app that is basically a background task, but which I still want to control form the GUI. I use the system tray with a menu which is the main way for the user to control the process. The app has a main window which I minimize on startup so I end up with the task icon in the...
  3. Magma

    B4J Code Snippet Get Boot Up time of a Windows PC...

    Well... before some days ASK if someone knows a time/data format... explained here. I ve create a small snippet - if someone wants to know what date/time bootup last time your Windows PC... how to use it: Wait for (BootUpTime) complete (bootup As Long) Log(bootup)...
  4. W

    B4J Code Snippet CreateSymbolicLink - code to create a symbolic link (on Windows or Linux) [B4J]

    I needed this for a project and didn't find an easier solution (by all means tell me if one exists) so I came up with this code: ' Creates a symbolic link ' ' IMPORTANT: must be run as Administrator on Windows (or Files.createSymbolicLink in the Java code will fail) ' ' Dependencies: the...
  5. B

    B4J Question [B4J] how to get widows desktop folder, ie: "C:\Users\abc\Desktop"

    i have searched in the forum for a while, but not found. Thanks!
  6. cjpryor

    Share My Creation Collection Management Software for Individuals

    This is my third iteration of a desktop application for individuals to use to help manage their collections. It can also be used for home inventory and, perhaps, that is really how I should be marketing it. My first program for this purpose was a Windows only version written decades ago in...
  7. MarcRB

    B4J Question Whats the best way to handle multiple Windows/Views

    Sorry for my bad Englisch: I'm rebuilding an old ERP application, that I wrote some years ago in Visual Basic (MDI style with toolbar). This time I will create the application with B4J as a MS Windows desktop application. That application has a lot of windows for example: customers, pricelist...
  8. Dave O

    Android Question trialing CloudKVS on a local Windows/Android setup?

    Hi all, I need to move my app's data (currently stored in a local file using writeMap) to the cloud so my users can share it between devices and family members. I'm looking for some tips on how to do this. CloudKVS seems like the best solution at this point. I don't know much about the server...
  9. AbdurRahman

    Android Question how to solve java.exe high memory usage problem ?

    Hi guys, Thanks for being a part of b4x community, Before, I wanna share my pc details: - RAM: 4gb - OS: windows 10 x86 - Processor: x64 based - Type: Laptop Please see images: The strange thing for me is that its -Xmx is 2048m. Whereas, my environment variable named _JAVA_OPTIONS is...
  10. Guenter Becker

    Android Code Snippet Snipped Manager

    Dear friends, I looked to the snipped managers as pointed out in this forum and I am not convinced. Searching the Internet I found several better solutions. The one I choose is a portable windows desktop application. It is working fine on my win 10 64-bit system. We all know that b4A is not a...
  11. M

    Wish [B4X] B4X for MacOs (news?)

    Hello, I know that this question was answered 2 years ago. I wish to know if there are some news, there will be more clearly a macOS version of b4x ide, or will remain only for Windows? Thanks in advance for answering :D
  12. red30

    B4J Question B4JPackager and 32 bit windows.

    I need to make an exe file for windows. If you do this using B4JPackager, the program works fine on both 32-bit and 64-bit versions of the operating system. If I make an exe file using B4JPackager11, then the program does not work on a 32-bit version of windows. Is it possible to make an exe...
  13. NFOBoy

    B4J Question For the VPS backend, which OS?

    Hi all, have been combing through the boards, and I see bits and pieces of references for backend stuff, but nothing definitive (perhaps that's the answer) about which way to go as far as selecting the OS for the Virtual Private Server (VPS) and B4J/I/A. For those that have experimented, any...
  14. valentino s

    Italian [RISOLTO] B4j: come aggiungere voci in menu' contestuali (right click) su files - windows ?

    Salve a tutti. Caso: Windows, scorro cartelle, vedo files. Cliccando con il tasto destro del mouse su un file, si apre un menu'. Vorrei aggiungere una voce nel menu' per eseguire compiti su b4j. Ho cercato con context contextual menu windows right click e varie combinazioni, ma senza...
  15. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 15 Menus & Windows

    Hi This lesson covers 3 items being.. 1. Menu 2. SideMenu 3. Window 4. Popup 1. The menu This can be a vertical or horizontal menu that one can have and it can also have sub-menus. For each menu item one is able to indicate the icon and badge to mention a few. Dim menu As WixMenu...
  16. Mashiane

    Pity the IDE is in Windows Only....

    Ola So this was a response to a tweet I made that B4X always comes top!!! Well I was forced to upgrade my laptop to win 10 after being comfortable in win7 fpr a very long time and the only reason im using a windows laptop is due to b4x. It is a logical thing for win though due to costs...
  17. C

    B4J Question Accessing photo data and moving files

    I have created this program in Perl, so I know what needs to happen ... but as it's "fairly" simplistic, wondered if B4J could do it, rather than me having to send users a USB stick loaded with 16MB of PERL (most of which would be unused libraries and modules) Basically, it loads a set of...
  18. Pedro Caldeira

    B4J Question B4J Printing in Windows with JFX8

    Hello All I Built a form to act as my report layout to print using JavaFX8 Lib, and I am printing in a USB windows POS printer. It has no standard paper size,like A4, A5, etc, instead it used a 80mm X user defined length I can print everthing correctly with the execption of the margins. I am...
  19. MegatenFreak

    B4J Question Giving the window border a fixed color

    Hi. I'm using Windows 8.1, and I notice that the color of the title bar and the borders around my forms change to match the theme of Windows. How can I prevent that and give them a fixed color? Thanks in advance.
  20. P

    B4J Question Raspberry pi; Windows 10 core

    Does b4j support windows 10 core for raspberry pi?
Top