Facebook-like timeline in less 200 lines! [ABMaterial]
Facebook-like timeline in less 200 lines! [ABMaterial]
@alwaysbusy · 2017-03-23
Extend the Navigation top Bar (3.02) [ABMaterial]
Extend the Navigation top Bar (3.02) [ABMaterial]
@alwaysbusy · 2017-03-22
Unhandled exceptions
Unhandled exceptions are exceptions that were thrown outside of Try / Catch blocks. Such exceptions cause the process to exit in all cases except of server applications. Starting from B4J v5.0 it is possible to catch such exceptions. This is done with the Application_Error sub (in the Main module).
@Erel · 2017-03-19
Pagination Container
The Pagination container (added in B4J v5.0) is similar to TabPane and Accordion. It holds one or more pages. Each page is created from a layout file.
@Erel · 2017-03-19
Accordion container
The Accordion container (added in B4J v5.0) is a container similar to TabPane. It holds TitledPanes. These are panes with titles.
@Erel · 2017-03-19
Creating Dynamic Legend specific Calendar Events at runtime [ABMaterial]
Creating Dynamic Legend specific Calendar Events at runtime [ABMaterial]
@Mashiane · 2017-03-14
How to XAMPP & Access your webapps via WIFI [ABMaterial]
This is not ABMaterial related, however I wanted to run my ABMaterial WebApp from my local internet connection via WIFI, so here we go.
@Mashiane · 2017-03-11
New component ABMSmartWizard [ABMaterial]
ABMSmartWizard is a flexible step wizard component. It is easy to implement and gives a neat and stylish interface for your forms, checkout screen, registration steps etc.
@alwaysbusy · 2017-03-08
Avoid duplicate content when using dynamic controls [ABMaterial]
Avoid duplicate content when using dynamic controls [ABMaterial]
@mindful · 2017-03-06
Automating ABMTable CRUD Functionality [MyMaterial.Show]
Automating ABMTable CRUD Functionality [MyMaterial.Show]
@Mashiane · 2017-03-01
Start ABMGridBuilder without the console window [ABMaterial]
To launch the ABMGridBuilder without the lingering console window simply change the respective .BAT
@stanmiller · 2017-02-15
Simplify starting the server [ABMaterial]
Here''s how you can simplify the server startup method in ABMApplication.bas by converting StartServer() to a shim.
@stanmiller · 2017-02-15
How to implement a library version lock [ABMaterial]
Starting with ABMaterial v2.50, there are two version fields in the ABM object. The first reports the version of the library while a second includes the version number in the name. The unique version field makes it easy to implement a version lock in your apps by simply referencing the version specific field.
@stanmiller · 2017-02-15
Using MS Excel as your reporting Engine for Database Records [ABMaterial]
Using MS Excel as your reporting Engine for Database Records [ABMaterial]
@Mashiane · 2017-02-13
Understanding the browser and optimizing the frontend [WebApp]
In my morning readings i came across an interesting and very well explained tutorial on how the browser works and how can we optimize the payload that the server sends to the browser. You can see it at: https://dev.to/sanjsanj/optimising-the-front-end-for-thebrowser This is a good reading for anyone that gets into web developing.
@mindful · 2017-02-12
Msgbox and InputBox (2.51) [ABMaterial]
Msgbox and InputBox (2.51) [ABMaterial]
@alwaysbusy · 2017-02-12
Creating Dynamic Charts from Database Records At Runtime [ABMaterial]
Creating Dynamic Charts from Database Records At Runtime [ABMaterial]
@Mashiane · 2017-02-11
Creating Dynamic ABMSideBarItems from Database Records At Runtime [ABMaterial]
Creating Dynamic ABMSideBarItems from Database Records At Runtime [ABMaterial]
@Mashiane · 2017-02-11
New: add badge to NavigationBar top items icon (2.51) [ABMaterial]
New: add badge to NavigationBar top items icon (2.51) [ABMaterial]
@alwaysbusy · 2017-02-09
Getting Started Examples
Getting Started Examples
@Erel · 2017-02-07
New ABMPlanner and ABMPercentSlider (2.50) [ABMaterial]
New ABMPlanner and ABMPercentSlider (2.50) [ABMaterial]
@alwaysbusy · 2017-02-01
6 new loading/pause animations (2.50) [ABMaterial]
I had the question a couple of times to make some more animations (like the spinning circles) available for when the page is loading, or when the app is paused. So here they are
@alwaysbusy · 2017-01-27
ABMPivotTable new functionalities (2.50) [ABMaterial]
The ABMPivotTable component has been extended with some extra functionalities: 1. Collapsable/Expandable rows and columns 2. Presetting table type and aggregation type + values 3. Show readonly 4. Export to XLS and XLSX
@alwaysbusy · 2017-01-26
Creating Excel Reports with jPOI - Part II
Creating Excel Reports with jPOI - Part II
@DMW · 2017-01-24
Creating Excel Reports with jPOI - Part I
Creating Excel Reports with jPOI - Part I
@DMW · 2017-01-24
JVM Memory Settings, this may help you
Might be help to users who are not well versed in area.
@Jmu5667 · 2017-01-12
Downloading a file from the server. My example [ABMaterial]
Sending any file from the server to the client from ABMaterial
@MichalK73 · 2017-01-11
New component ABMChat (2.50) [ABMaterial]
ABMChat is a new cool looking ABMaterial component to create a Web based chat program. The inner workings are very much like Erels ChatRoom, but with a slick interface. This can be a useful control if for example you want to give chat-like support within you own app.
@alwaysbusy · 2017-01-10
Floating ContextMenu using jNativeHookB4j
This is an example of using @Roycefer ''s jNativeHook to monitor all mouse events, even outside of the current app. It uses a ContextMenu to replicate the right click functionality. Default behaviour is overridden by the jNativeHook library and returning false from the relevant event sub.
@stevel05 · 2017-01-10
jFreeTTS Library: Add speech to your B4J App
jFreeTTS Library: Add speech to your B4J App
@Mashiane · 2017-01-02