B buras3 Active Member Licensed User Longtime User Aug 23, 2011 #1 hello i initialized a button (not in designer) but i want the parent will be the panel and not the activity i can i do that by code tank you all
hello i initialized a button (not in designer) but i want the parent will be the panel and not the activity i can i do that by code tank you all
margret Well-Known Member Licensed User Longtime User Aug 23, 2011 #2 panel buttons in code You can use: panel1.addview(button1, top, left, width, height) to add the button to the panel. Margret Upvote 0
panel buttons in code You can use: panel1.addview(button1, top, left, width, height) to add the button to the panel. Margret
B buras3 Active Member Licensed User Longtime User Aug 23, 2011 #3 tank you Margaret as simple as that (noob) Upvote 0