On Sunday, December 8, 2019 at 4:09:03 AM UTC-5, Charles G wrote:
>
> If you are experiencing an issue please mention the full platform your 
> issue applies to:
> IDE:IDEA
> linux
> Simulator 
> Device
>

you need to use the second constructor in order to use the 

private void initGuiBuilderComponents(com.codename1.ui.util.Resources 
resourceObjectInstance)

procedure which contains all the generated code

private void initGuiBuilderComponents(com.codename1.ui.util.Resources 
resourceObjectInstance) {
    setLayout(new com.codename1.ui.layouts.LayeredLayout());
    setInlineStylesTheme(resourceObjectInstance);
    setScrollableY(false);
            setInlineStylesTheme(resourceObjectInstance);
    setTitle("MyForm5");
    setName("MyForm5");
    addComponent(gui_Label);
    addComponent(gui_Radio_Button);
    addComponent(gui_Button_1);
    gui_Label.setText("my hello world");
    gui_Label.setUIID("Label5");
            gui_Label.setInlineStylesTheme(resourceObjectInstance);
    gui_Label.setInlineAllStyles("font:6.0mm;");
    gui_Label.setName("Label");

etc. which uses 

resourceObjectInstance

 

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/8d58cba0-fc71-49b6-ad52-326d6fb73d22%40googlegroups.com.

Reply via email to