B4A Library [Class] SlidingSidebar - Informatix (first post)    
Oct 24, 2016   
(1 reaction)That means you try to load a resource that does not exist on the device. Solution: either you choose a resource that exists on all Android platforms, or you don't use a system resource and you embed the image in your assets.
link: My class contains the LoadDrawable function but does not load any resource with it and does not require any image (in fact, this function should be in
link: Get the resource from the Android SDK. It should be somewhere in SDK_folder\platforms\android-n\data\res.
link: This demo uses a drawable provided with the Android system: jog_tab_bar_right_end_normal. It is paint in the background. Nothing else.
B4A Library [Lib] AnimationPlus - Informatix (first post)    
Dec 10, 2015   
(1 reaction)It's mainly a wrapper around a few Android API classes. There's no hard work here. But thanks anyway.
link: Use a library like BetterImageView or TouchImageView.
link: Add it to the activity. There's a demo with the library.
link: REPEAT_INFINITE is a value for RepeatCount, not RepeatMode.
B4A Library [Lib] UltimateListView - Informatix (first post)    
Feb 07, 2018Its main purpose is to be a listview but you can easily turn it into a table if you wish, with scrolling in two directions. It has a native support for individual cells inside rows.
link: SearchView is an EditText+a ListView. Replace the ListView by ULV in the class code.
link: Ah yes. Thanks.
Done
link: ULV is mainly a vertical list view. It is not the best solution for horizontal lists. You should look at the Coverflow library or the MultiType Slidin
B4A Library [Lib] BetterDialogs - Informatix (first post)    
Jul 23, 2020InputBox provides a quick way to ask the user a question. For a more personalized appearance or more complex needs, it is necessary to make your own customized dialogue.
link: HTML is expected in the message so you can break lines with the <BR/> tag.
link: Both are modal dialogs. Modal dialogs are not natively supported and use a set of functions written by Erel for B4A. Among other limitations, you cann
link: Create a custom dialog. There's an example of custom dialog provided with the library.
B4A Library [Class] File Explorer with visualization - Informatix (first post)    
Feb 13, 2017   
(1 reaction)Because you cannot set the focus on a label.
link: ReadFolder(strChemin) ?
link: UltimateListView.
link: Hi,
I created this class because I was frustrated by the File Dialog in the (great) Dialogs lib. With that class, you can customize everything (since
B4A Library ProBundle - Informatix (first post)    
May 27, 2020   
(1 reaction)You must first detect the user's intention (his gesture to the right or to the left) and then correctly position the button on the right side.
link: It's a small server and I use it sometimes to download big files, so I cannot ensure its availability and bandwidth at any time. Please retry later.
link: Yes. It's a common use for it.
link: Yes.
Only a few people showed a real interest for this work.
B4A Library [Lib] Gesture Detector - Informatix (first post)    
Sep 20, 2016   
(1 reaction)By checking the direction of the move (the sign).
link: It is based on a system setting, so the answer is no. But the workaround commonly used is to time yourself the duration of the press and decide yourse
link: Because of the Animate function. You should try another way to rotate your view.
link: 3 = Cancel. The touch event is cancelled by one of the activity views that catches this event.
B4A Library [Lib] Masked EditText - Informatix (first post)    
Apr 06, 2015   
(1 reaction)It's a color defined by the OS. I have no idea whether you can change it. If you find an easy way to change it, I will add this feature to the library.
link: It is in AddView/CustomView.
link: The behavior is exactly the same as for a standard EditText. Any method that works for an EditText will work for a MET. You should modify this class t
link: Use Gravity.
B4A Library Observable - Informatix (first post)    
Jul 12, 2018   
(11 reactions)A new version is available. It adds three new classes (ObservableRecord, ObservableRecordSelection, ObservableShort) and a new demo (DBFields method #3) using an ObservableRecord.
I don't think that querying/updating a SQlite database can be simpler than doing it with the new ObservableRecord. It ca
link: Do you have a specific need in mind ?
link: Please note there's an example named DBEditor provided with the B4J library that modifies a DB with Insert/Delete/Update.
link: Observables are primitive types (boolean, byte, double, float, integer, long, short), strings, objects or collections (map, list, record) that trigger
B4A Library BetterImageView - Informatix (first post)    
Aug 20, 2016   
(3 reactions)Place the call to messagebox in a separate sub and call this sub with CallSubDelayed.
link: Put your dialog code in another sub and call this sub with CallSubDelayed.
link: Yes, like any view with a Touch event. You have to filter the X and Y results of the touch action.
link: The quickest answer to your question is to try by yourself.
If you look closely at the parameters of the functions, you will see that they take bitmap
Page: 1  
2  
3  
4  
5  
6  
Powered by ColBERT