Hello
Setting Italian as B4A IDE Options > Language, the names of unused layouts are not displayed:
Switching to English (I also tried French and it works), the names display as expected:
Regards.
Hi, Guys
I have what appears to be a simple question - How to you load a panel (created and saved using Designer) onto a B4X page?
I have tried the following code and it does not show the new panel.
Private Sub B4XPage_Created (Root1 As B4XView)
Log("B4XAddPlayer_Created")
Root = Root1...
Hi there
Yesterday I got meself thinking, what if I could ensure SSR (Server Side Rendering) be possible in the BVAD3 apps.?
Server-side rendering (SSR) is an application’s ability to convert HTML files on the server into a fully rendered HTML page for the client. The web browser submits a...
Hello,
I made a layout by abstract designer. It is a layout for using in container like a pane.
All views are anchord and it will be resized perfect, as I can see in Wysiwyg preview window.
But when I load that layout into a pane on a page , then the layout has a fixed size.
The pane it self...
Hello,
In Activity_Create I load a basic layout file with some views/controls on it.
One of the views is a panel. And there are buttons next and previous.
The Activity is a kind of Wizard style. The buttons next and previous will set a variable named intStep.
The panel loads different layouts...
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...
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.
Hi,
As B4i 5.80 is coming soon, I just wanted to report this little bug in the IDE :
When using (speudo code)
Sub Process_Globals
Public const rsLayoutFormRecordingMenu = "form_recordingmenu" As String
Private PanelFormInfo As Label
public Sub InitializePage...
I want that with a Activity.LoadLayout, sub in process finished. In the code below, extract from tutorial of "Different examples with 2 layouts" for TwoActivityLayouts, I add a button1 and Label1 in TwoLayouts1. Button1 write in loop with sleep on Label1. If I click in btnNext1, TwoLayouts2 is...
For B4J:
1. Is it possible to hide an existing form before opening a new form? I don't mean closing a form but "hiding" it until some later time when you want to "unhide" it.
2. How do you "pass" data between forms without using globals?
3. I am currently creating a new code module for each...
I was working on this layout and, between changes, I don't know why started presenting this error.
Line 30 ==> Parent.LoadLayout("Drawing")
Error occurred on line: 30 (Drawings)
java.lang.RuntimeException: java.lang.NullPointerException: Attempt to invoke interface method...
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.