B4J Question Statusbar for B4J (B4X) ? - GMan    Apr 30, 2021 Is there a kind of statusbar at the bottom of the i.e. MainForm possible in B4J (B4X Pages) ?
Regards
GMan... B4A Question [B4X] [XUI] B4XDialog - Custom dialogs with 100% transparent on background??? and statusbar?? - Alberto Iglesias    Feb 24, 2020 Even setting the B4XDialog and Panel with transparent and on layout too, this background is showing,... B4J Question StatusBar possible ? - GMan    Feb 10, 2019 Is the (sometimes useful) StatusBar? (the bar at the bottom of the program window) in B4J possible, too ?
i played around with a second menu bar, anchord at the bottom - but i am not really... B4J Question [SOLVED] B4J Resizer for Statusbar - Mark Stuart (first post)    Feb 21, 2019 Kiffi,
Downloaded your ResizeTest app and it worked perfectly.
The important part about defining how... B4J Library ControlsFX Library - Erel    Dec 6, 2015   (16 reactions) ControlsFX is a large open source library that extends JavaFX: http://fxexperience.com/controlsfx/features/
It requires Java 8.
jControlsFX is a wrapper for several controls and features from this library.
The following controls are supported:
BreadCrumbBar, CheckComboBox, ColorPicker, HyperlinkLabel, InfoOverlay, ListSelectionView, SegmentedButton, Separator and StatusBar.
You can see them in... B4A Question B4J Kanban board application - PaulMeuris    Aug 19, 2023   (9 reactions) You can use a kanban board to visualize the different stages of workflows in an organization. Each task or work item is represented by a card that is placed in a stage list on the board. Each team might have different needs about which stages to monitor. This means that the application has to be flexible enough to cope with these differences. Each card can contain different items about the task: a description, a checklist, a statusbar and so on. You can read more about it on this website... B4J Tutorial Simple Layout Designer (SLD) B4J application. - PaulMeuris (first post)    Feb 25, 2023   (1 reaction)
I like the graded color of your statusbar ?
Thank you @AnandGupta , i was inspired by one of my previous examples...
Do you have any suggestions on how to improve the application?... Other [Tool] AwesomeMaterial : search FontAwesome and Material icons - walt61    May 4, 2022   (21 reactions) . Changes: - Replaced StatusBar (from JcontrolsFX library) with LabelStatus - Added RedirectOutput... B4J Question jSystemTray with MacOS - Blueforcer    Sep 21, 2018 Hello, i move the Application to the tray and close the Form. This works perfectly in Windows. But under MacOS nothing happens if i close the app. The App stays open. Does jSystemTray works in MacOS? I want to move the app to the top Statusbar with the same behavior in windows. Sub MainForm_CloseRequest (EventData As Event) tray.AddTrayIcon(icon1) MainForm.Close End Sub Sub Icon1_DoubleClick tray.RemoveTrayIcon(icon1) MainForm.show End Sub... Other [tool] [B4X] Snippets For B4X - a B4J app - Mark Stuart (first post)    Mar 17, 2021   (3 reactions) Snippets Manager For B4X - Version 1.35
This release contains: New Features and a Bug Fix.
Download link in post #1
Bug Fix:
1. TreeView ScrollTo does not work correctly when scrolling to a treeitem after a search or new record.
New Features:
1. Statusbar notification - Notifications appear when Snippet is saved, deleted or imported.
Notification location: Statusbar, bottom left
2. Snippet... Page: 1   2   3   |