thats true... means to say Im new to jaPBe.... but I love several
features that are not in PB IDE.....
Sorry but Im going to ask something else......
If its possible to name what commands to indent?
I want to indent some gadgets.... the container ones:
In this way:
Code: Select all
Pn_x = PanelGadget(#PB_Any, 15, 175, 225, 220)
AddGadgetItem(Pn_x, 1,"Tab 1")
Bu_x = ButtonGadget(#PB_Any, 15, 15, 105,30,"ButtonGadget")
St_x = StringGadget(#PB_Any, 15, 60, 150,30,"StringGadget")
AddGadgetItem(Pn_x, 2,"Tab 2")
Bu_x = ButtonGadget(#PB_Any, 15, 15, 105,30,"ButtonGadget")
St_x = StringGadget(#PB_Any, 15, 60, 150, 30,"StringGadget")
CloseGadgetList() ; Close PanelGadget
Co_x = ContainerGadget(#PB_Any, 520, 185, 150, 125,#PB_Container_Raised)
Bu_x = ButtonGadget(#PB_Any, 15, 15, 105,30,"ButtonGadget")
St_x = StringGadget(#PB_Any, 15, 60, 150,30,"StringGadget")
CloseGadgetList() ; Close ContainerGadget
Sa_x = ScrollAreaGadget(#PB_Any, 690, 540, 185, 135, 300,200 , 10)
Bu_x = ButtonGadget(#PB_Any, 15, 15, 105,30,"ButtonGadget")
St_x = StringGadget(#PB_Any, 15, 60, 150,30,"StringGadget")
CloseGadgetList() ; Close the ScrollAreaGadget
thanks for my questions and requests