Subscribe to library updates

Informatix

Expert
Licensed User
Longtime User
Accelerated Surface v0.96

Accelerated Surface

New version 0.96:
- I use now a hardware layer (it solves issues with some devices);
- I added the Update event and the StartRegularUpdateAndDraw function;
- I added three functions: AlterColors, DrawArcWithTexture, and DrawTextWithTexture;
- I added a game: Space Enemies.

For animations, the Draw event is sufficient, but for games, it is better to have a separate Update event to compute moves and detect collisions. If you use the new function "StartRegularUpdateAndDraw", a timer is going to trigger regularly the Update event, then the Draw event.
 

Vader

Well-Known Member
Licensed User
Longtime User
B4a Object Browser version 3.1.6.0 has been released. This version has the following changes and fixes:

Hebrew language added (making this language 17)
Support for Right-to-Left languages added (Hebrew, Arabic, etc)
Events are now tracked the same as other objects/attributes
Libraries screen now refers to Libraries, not classes

Searches can now be performed on the following additional items:
•Version
•Author
•DependsOn
•Events
•Permissions

Wait cursor now shown during searches
Escape key now clears search text
Object details pane has been enlarged so that it is approximately the same size as the Methods / Properties / Fields pane. Note, this pane is still resizable.

http://www.b4x.com/forum/basic4andr...rials/25682-help-documentation-docloader.html
 

stevel05

Expert
Licensed User
Longtime User
[Code Module] Screen HotSpots

Screen Hotspots

V1.4 Added Methods GetRectangle and ClearHotSpots
Removed DIP conversion from module, it should be specified in calls if
required.
 

stevel05

Expert
Licensed User
Longtime User
[Class] EditText Field Order

[Class] EditText Field Order

A class that makes it easy to set the tab order for EditTexts on an activity and/or panel(s).
 

Informatix

Expert
Licensed User
Longtime User
UltimateListView

This new version includes a long-awaited feature: drag & drop. You can choose between an internal drag & drop, to reorder the items, and an external drag & drop, to send an item to another view.
There's also a new example demonstrating how to detect and handle swipe gestures to add new ways of using the list.

I used a mass emailing software this time to notify all my users. I hope that everything went well and that everyone has received the mail.

For new users, NineOldAndroid is still offered for free until mid-april (with the Java source code included).
 
Last edited:

stevel05

Expert
Licensed User
Longtime User
[Class] Input Type Constants

New Class with most of the input type constants defined and methods to apply
 
Top