designer

  1. A

    iOS Question B4i UI Cloud question

    Hi all. When I hit F6 in my designer it opens me a page with UI Clouds but all I can see there is is
  2. Guenter Becker

    Android Question Panel.LoadLayout Error

    Whish you a happy christmas, I am developing a customcontrol. I like to use a panel and load a layout build with the designer into it and than add the panel to the base of the custom control: mprops = Props Panel.Width = mBase.Width:Panel.Height=mBase.height...
  3. ramezaniabbas

    Share My Creation Ui/Ux + Animation

    One of the designs of our team All animations are created using b4x code and libraries and do not require an external library. This is the latest design by our team. First it is designed in Figma and then everything is transferred to b4a layout and then animations added. Your application can’t...
  4. LucaMs

    Wish Designer - Generate members

    The Designer should generate the view events declared as Private, not writing just "Sub". This is fine for Activities but not for B4XPages classes, because written so they are considered Public.
  5. 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...
  6. 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
  7. P

    Spanish [b4a] Uso correcto del abstract designer

    Hola, tengo algunas dudas sobre el abstract designer. Según entiendo, puedo usarlo para posicionar elementos y hacerme una idea de cómo se verán. Pudiendo poner pivotes (en algunos casos el de centrado y altura) para posicionar relativo a elementos contenedores "padre". Ahora bien, el script...
  8. M

    iOS Question TextField change Border Color (by code)

    Hi everyone, it's possibile to change the parameter "Border Color" of an TextField by code? I have a TextField in RoundRectangle style, and i want to change the border color to red when it is required. I got done in designer but not by code
  9. P

    Wish designer export as code snippet

    Hello, for certain reasons i often prefer to insert the layout within the code and avoid the "loadlayout" function. is it possible to add a "export as code snippet" (maybe in the clipboard) menu item in the designer tool?
  10. P

    Wish designer warning removed for not beginners

    Hello, The missing "LoadLayout" warning is very useful for beginners. Intermediate users often prepare some layouts that will never be loaded for certain reasons, but the warning will be there forever. I suggest to suppress the warning if the layout file name ends with ".draft.bil"
  11. R

    Android Question Can I set alpha level of button text in the designer?

    Can't find this. Looked for a RGBA to hex converter (in code) but couldn't fine one. RBS
  12. ALBRECHT

    Android Question Designer Copy and Paste Views

    Hello, Sometimes when i copy and paste some view into a new panel i have noticed that the field Type is empty. That apparently provide no pbs with the app. with B4A (i still dont try the transfer on B4I) Please could you confirme that to me ? Regards Michel
  13. LWGShane

    Wish [Designer] Tools > Center Horizontally / Vertically

    Would it be possible to add functions to the tools menu that would automatically center a view (or group of views) horizontally or vertically?
  14. Lucas Siqueira

    Android Question Weird layout with anchor

    Why using anchoring does my layout look weird? In the preview screen I have three buttons that are anchored on the left and right, if you notice they have a horizontal space between them, but on the real device the screen looks weird, has no spacing. What am I doing wrong? When I use the...
  15. C

    Android Question panel radius

    hello I'm using a panel View in the designer I see there is a possibility to set the corner radius Is there a possibilty to set different radius in both sides of the panel Let's say 60 in the left side and 0 in the right side Thank you
  16. ALBRECHT

    Wish Past format

    Hello, I dont know if it would be usefull , or if that already exists but that i have not see With the designer tool, when a complicated layout creation i would get the "Past Format" button for copying the settings on all selected views (with same type) ? have a good week Regards
  17. Mashiane

    B4J Tutorial [BANanoWebix] Form Builder / Designer

    Ola New: BANanoWebix App Creation Process BANanoWebix Download BANanoWebix NB: The official webix form builder is here, it does not work with BANanoWebix NB: The BWFD used SQLite with PHP and should be run from a webserver (NOT THE WEBSERVER FOR CROME) Development Servers you can use 1...
  18. M

    Android Question Make not visible Place Autocomplete View

    Hi, everyone, im trying to use the Place Autocomplete View from Erel. I have the necessity to hide (or show) the view as i want by code, but the command: PlaceAutocompleteView.Visible = False doesn't exist... how can i solve this?
  19. MarkusR

    Android Question Why i can't parent a customview to a scrollview in designer?

    Why i can't parent a customview or panel to a (horizontal)scrollview in designer?
  20. Guenter Becker

    German Wie einen Button Block zentrieren?

    Hallo liebe b4A Gemeinde, irgendwie verzweifele ich bald:mad:. Ich habe schon diverse Anker Kombinationen auf die Buttons im Designer gesetzt, ich bekomme den Block der Buttons (so wie im Designer Layout) einfach nicht in der Emulator-Ausgabe zentriert. Auch habe ich das untere Panel mit den...
Top