b4x

  1. Lucas Siqueira

    B4A Library [B4X] BR_B4XFloatTextField

    Hello everyone! With the example of Erel library and with the help of Biswajit, we made some modifications to the original B4XFloatTextField library, recreating it with some modifications in the visual transforming into BR_B4XFloatTextField. See how the example looked: Note: I have no iphone to...
  2. lnxpy

    Android Question Getting "Bad Request" in posting JSON Data to an Endpoint

    Hey guys, hope you're doing well. I want to create an application to post some JSON data to an endpoint and get a field from the returned response. Whenever I click the button it takes back with the "Bad Request" error and says that two "title" and "script" fields are required. (I've already...
  3. Star-Dust

    B4A Library [B4X] [XUI] [B4XLib] SD TextView

    I needed to develop a modern editText (or TextField), but different from the B4XFloatTextField, different in terms of graphics and style. So I created the SD_TextView (see also xComboBox) NOTE: You can use this library for personal and commercial use. Include it in your projects.. Attention...
  4. Lucas Siqueira

    Share My Creation [B4XPAGES] YOUR COINS - CODE B4X - CURRENCY QUOTES

    Hi, my name is Lucas Siqueira 🇧🇷 ! I am very happy 😁 to share with you the designer at B4XPAGES. This code queries currency quotes using the free https://exchangerate.host/ api. I also implemented a designer with progress while the app makes the http request to get the data via json and...
  5. Lucas Siqueira

    Share My Creation [B4X] Dracula theme for ide code

    A while ago, I discovered the Dracula theme for Visual Studio Code, I was enchanted by it, as it does not strain my eyes, if I work for a while with the brightness of the monitor high, my eyes are blurred, so after using the dracula theme I noticed that even though I spend hours in front of the...
  6. Lucas Siqueira

    Wish button to create project [B4X] B4XPages - Cross platform

    Hello Erel, you have done an excellent job with B4X! When possible, include in B4A, B4I, B4J a button to create project [B4X] B4XPages - Cross platform, so for those who start in b4x it would be faster to start a project. Another suggestion is in the event B4XPages.AddPage (_, _) I could...
  7. Alexander Stolte

    Android Question [B4X] B4XPages - how to handle PermissionResult

    I see that the B4XPages has a "PermissionResult" event, how i use it right?
  8. R

    iOS Question The B4X Drawer Menu and Apple's Notched Screen

    The B4X Drawer is a very attractive feature for deploying a menu. With iPhones which all now have tall & thin screen sizes in portrait you need to make the drawer not too wide otherwise there is the danger you will take up almost all of the screen width when the menu is in view. A bigger...
  9. LucaMs

    B4A Library [B4X] B4XTblClmUtils V. 1.0

    B4XTblClmUtils is a b4x library (https://www.b4x.com/android/forum/threads/100383/#content). Allows you to set some properties of a B4XTableColumn (simple and default cells): - Text Size - Text Color - Font - Background color and border - Padding (B4A only). Example: Sub Globals Private...
  10. M

    iOS Question [SOLVED] MiniSearchView doesn't work

    Hi, i'm trying to use the minisearchview but i get this error when i use the "setitems" function: *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1] Thanks
  11. M

    iOS Question Change combobox text color

    Hi, I want to use the B4XCombobox. but I don’t know how to change the text color I created it in the designer thanks in advance !
  12. Peter Simpson

    🤗 My happy introduction to B4X

    Hmm, I see that Anywhere Software has created this new section in the forum, so I've decided to add my actual B4X story. WARNING: This is going to be a loooooooooooong read :cool: I've always enjoyed creating software from the early days of the humble 48k ZX spekky, to machine coding my 68000...
  13. Marcos Alves

    Android Question B4X and Compatibility

    Hello all, I noticed that in visual designer we have the option to add the views in the activities and B4XView, but I confess that for me it's not clear yet if I'll have advantages when translating a B4A app to B4i using that kind of approach... for example, I tried to reference the padding...
  14. Peter Simpson

    😀 Coming soon - Lazy Loading examples for new and existing B4X members

    Hello everyone, I've noticed that there appears to be more questions regarding long lists of data and matching previously designed layouts. Even thought you can easily use xCustomListView in conjunction with Lazy Loading to accomplish the required results, some B4X developers can find it...
  15. M

    iOS Question [B4X] Chat Layout bad textfield positioning

    Hi, I'm slowly integrate the chat example from @Erel (Thanks you) but when I click the textfield it resize in a bad way I guess. It's too much above the keyboard. Thank to anyone will answer!
  16. Toky Olivier

    Android Question [Solved] Center vertically text in BBCodeView

    I did many attemps to center vertically text in BBCodeView when paragraph height is not larger than the Base height (or the scrollview height) but no success. It's like text in BBLabel which is centered vertically but in a BBCodeView. I picked code from BBLabel (from the Redraw sub) but always...
  17. M

    Android Question [B4X] Cross platform chat layout - Change B4XFloatTextField proprieties

    Hi everyone, i tried out the chat layout example from @Erel . I wanted to change the apperance of the B4XFloatTextField contained in the 1.bil layout file. I changed it's properties to look like this: But when i run the app it shows like so: a white rectangle. How can i set all the...
  18. SMOOTSARA

    Android Question ironsource advertising library

    Hello friends:) Which is the best and new " ironsource advertising library " for b4a ? https://platform.ironsrc.com/ https://developers.ironsrc.com/ironsource-mobile/android/android-sdk/#step-1 Thank you 🌹
  19. SMOOTSARA

    Android Question AdColony advertising library

    Hello friends:) Which is the best and new " AdColony advertising library " for b4a ?
  20. Patent

    B4J Question jPOI for Tables in Word

    Dear Community, have a Question about missing depencies, see the little Example. Want to add a new Grid in a Table in a Word XDoc with jPOI, based on Erels https://www.b4x.com/android/forum/threads/jpoi-to-the-rescue.104082/#content. I copied all the .jars correctly. (All other things are...
Top