Greetings,
I started to experiment with B4XPages and really like them. I also used SetLayoutAnimated to slide a layout called pnlWhiteDialog into view. It slides into view as expected but the alignment of the views on the layout are not being displayed as expected. For example I have a Label...
Given an existing B4A project, is it possible to copy (with operating system command) the .lay files (layouts) to use them in the B4J environment?
Basically is it possible to copy screenshots from Android project to B4J?
And is the opposite also possible, ie from B4J to B4a?
Finally from B4A to...
I have this code in Application_Start:
pnlBottomMain.LoadLayout("bottompanel")
pnlBottomMain.Height = pnlBottom.height-2
pnlBottomMain.Top = MainPanel.Height - pnlBottomMain.Height
However, the layout adjustments are not shown. But if I put the same two lines in a click handler, it works...
Hi everyone, I followed this post in order to achieve that famous iOS bottom sheet layout.
It worked but the annoying thing is that when I load the layout in it, the top part of the view remains empty, like if the Top=0 is Top=20.
I attach a screenshot to make it more understandable
(my...
Hi everyone, it's possible to make the status bar transparent (in the screenshot is the white space at the top), anche make transparent the bottom part?
This layout is simply a web view with a GIF, in the designer the Webview is set to cover all the area.
This represent the splashsceen.
Thanks!
Not sure if this can be considered a Tutorial, my first attempt.
Lately I started to play with Widgets, mostly for curiosity.
The main problem I encountered was how to design the Layout to make it resizable and make the content to adapt automatically to size changes.
Unluckily designing a widget...
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!
Hi everyone, i want to share this "chat layout".
I hope it will be useful to somebody.
It is a translated version from the Andoid one by @Douglas Farias.
It has some bugs, that someone can help me to fix.
For example i want the CustomListView always display the last element (without bringing...
Hi everyone, i'm trying to adapt an example of a chat layout (android reference by @Douglas Farias)
I want to change the property (width, height, position) of a panel in a customlistview (loaded with loadlayout).
If I go step by step with the Debugger it seems to work, but as soon as it go on...
Hi everyone, i want to share with you this example project, that is a slightly modified version of this one.
Maybe can be useful to someone else.
It's adapted to be an horizontal panel scroller, that correctly center the loaded layout in the panels.
how to get the client screen size? I want to fit the content design based on their screen size.
or is there another way to make the system design (layout) fit correctly to their screen size?
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...
Ola
Reference: Proof of Concept
A couple of days ago i started on about a proof of concept I am working on. A wrapper of the Webix framework to create BANano based apps.
What is Webix and Why?
Webix is an HTML5/CSS3-based UI toolkit that helps you build complex and dynamic web apps that are...
Layout and their scripts are fantastic!
In my current application, I have such a layout that is actually for an overlay/dialog and I'm reusing it in 2 activities.
However, I can't find a way to reuse the code that handle them (filling the fields, handling the events, etc).
I could write a...
I am using the 4" Phone emulator which has 480 x 854 skin. I think nowadays modern phones have longer screen too.
Every time I open a new Designer window, the default "General" variant is 320 x 480, scale = 1 (160dpi) and my views unable to fit in this default screen real estate.
Wish: I hope...
Hi,
It may be a trivial question, however, I added views to the layout which are not fitting vertically the visible part of the device, and I thought a scrollbar will automatically show when I run, however it does not. How to display the missing views on the device screen. Thanks
Hello experts!
I use this string android:configChanges="orientation|screenSize" in the manifest to save data when I change the orientation of the screen. OK, the information is saved, but the layout view does not adapt to the new orientation, i.e. for example, the portrait view doesn't change to...
How can i add a button to an activity without making a layout file ?
without using this
Activity.LoadLayout("Main")
i tried everything to make the button visable , but no success
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: True
#End Region
Sub Process_Globals
End...
Hi,
Is there anyway I can convert or extract my B4A project layout file into XML format.
Why?
Because I can build a prototype using B4A for my client and then he can look for another person to build the actual app using other tools such as Android Studio. I can provide the layout I designed...
Hi All
I have found an example of how to implement common classes & modules.
I was just creating a new app which has a standard layout for the user log in.
If we were to rebrand, it would be a chore to go through each one and update it.
Is there a way to save the layout and associated images...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.