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.