wish

  1. carlos7000

    Wish Proposal for Automatic Inclusion of Crucial Functions in B4xPage Project Creation

    I would like to propose an enhancement for the B4a development environment, specifically aimed at improving the process of creating new B4xpage projects. Currently, when initiating the creation of a new project, the environment automatically generates a series of files that serve as templates...
  2. carlos7000

    Wish Improved Project Structure for Enhanced Portability

    I would like to suggest the creation of two folders within the project structure: one called "Libraries" and another called "Additional Files". In the "Libraries" folder, B4A should automatically copy each library used in the project, while the "Additional Files" folder should contain all the...
  3. Lucas Siqueira

    Wish #SignKeyFile and #SignKeyPassword in B4I

    Please put #SignKeyFile and #SignKeyPassword on b4i, the same way you have on android, I work as a freelancer, every time I go to work on a different project I have to keep changing the folder path for signatures and files, the same thing happens with passwords, I always have to change them. It...
  4. Justcooldev

    Wish B4X WebRTC Library

    Hey ! How many of you want a free webrtc Library for b4x ?
  5. epiCode

    [Poll] What do you wish for?

    1. This is not an official survey 2. This is not even a guarantee of any sort that any of the features will make it to B4X 3. This is general chit chat to know what fellow developers "wish" for and its priority 4. Votes are anonymous
  6. alirezahassan

    Wish Things that are better if it is

    hi all, 1. I think it would be better if such a thing happened (new CallSubDelayed): for ex. CallSubDelayed(M_Main,"Refresh",array as object(ImageView,1,"Titel")) ...M_Main sub Refresh(img as ImageView,kind as int, text as string) end sub 2. The B4J Log is better look like a b4a log B4j B4a...
  7. rasaliad

    Wish B4XFloatTextField - Empty/Non Empty Hint Text

    Hello, I would like to be able to put a more explanatory hint when the edit is empty and when the person begins to write and the hint moves, then the description is more general, for example: Empty Hint Text: Write your full name here or John Smith Non Empty Hint Text: Full name (when begin to...
  8. carlos7000

    Android Question AppWar / CodeWars

    Hello. I would like to propose that something similar to CodeWars be created in B4X Text taken from wikipedia. Click on CodeWars on wikipedia for more information.
  9. M

    Wish B4A SDK Manager

    As per instructions, after a clean re-install of B4A I did NOT run SDK manager. Later, I needed one single component (happened to be "com.android:signflinger" but could be anything). [Not wanted for a B4A project either, but to copy to Android Studio SDK as I couldn't find it there] I opened...
  10. Chris160179

    Wish TensorFlow 2.0 Library

    Hello Erel, Hello everybody, Wish: Is it possible to get native support in b4j for TensorFlow 2.0 or TensorFlow Lite 2.0? Alternatively: Anyone who wants to take the time to write a full wrapper, or at least most of the features of TensorFlow? Many thanks Chris
  11. rgarnett1955

    Android Question B4A IDE - Bridge Controls Wish

    Hi, I don't use the Android emulator as I just can't get it to work. I use USB or mostly the b4a bridge when testing my apps. As I am not exactly a power user I often open up the project I am working on and then a couple of forum example programs in other B4A IDE instances to figure out how...
  12. rgarnett1955

    Android Question B4A IDE - Project Clean Wish

    Hi, I find that I use project clean pretty much all the time. It seems necessary to ensure that the app gets updated properly particularly when optimizing screen layouts where you must continually recompile and run on the Phone. Could you do the following? Under IDE Options Menu add an...
  13. rgarnett1955

    Android Question B4a Designer Wishlist

    Hi, Just a wish list for the designer B4A Toolbar with Open, New, Save, Save As. Connect, Disconnect Undo feature with an Undo task bar button. This would increase my productivity quite a bit. Best regards Rob
  14. H

    Wish Filter in Quick Search

    Hi, thank you for this great Devtools and really good IDE I really like to work with it. As nothing is as good as it can't be improved, I would like it a bit more to work with the B4X-IDE's if there would be a filter-option for text which is not relevant for the code's functionality. Means...
  15. A

    Wish Callback method when app crashes

    I wish a method that is called when the app crashes, like Application_Error in B4A. https://developer.apple.com/documentation/foundation/1409609-nssetuncaughtexceptionhandler?language=objc Thanks in advance. Kind regards, Alberto
  16. MarkusR

    Wish Export as Zip with additional libraries

    for exchange or archive projects it is maybe useful to export the whole project including used additional libraries.
  17. Jack Cole

    Wish IDE - Open Modules Send to First or Last

    This is a small time saving suggestion. When dealing with many open modules (tabs), it is difficult to rearrange them at times because they become undocked if you move the mouse too much up or down. Unless you hit escape while they are undocked, they'll be put in to the end of the open window...
  18. advansis

    Wish IDE wishes

    Hi Erel, some suggestions for the b4x IDE, forgive me if they are already present and I did not see them: 1) A keyboard shortcut for inserting/deleting debugger-breakpoints 2) The ability to enable/disable each breakpoint without removing it 3) Conditional breakpoints 4) Compilation (release...
  19. MarkusR

    Wish enumerate custom views in activity

    enumerate through activity objects / views did not return the original custom view class for some reason.
  20. MarkusR

    Wish designer customview parent to a scrollview

    designer can't parent a customview to a scrollview, would be nice to have.
Top