Code: Alles auswählen
Enumeration
#Window_0
EndEnumeration
Enumeration
#Text_0
#Text_1
#String_0
#Text_2
EndEnumeration
Procedure Open_Window_0()
If OpenWindow(#Window_0, 216, 0, 600, 300, "New window ( 0 )", #PB_Window_SystemMenu | #PB_Window_SizeGadget | #PB_Window_TitleBar )
If CreateGadgetList(WindowID(#Window_0))
TextGadget(#Text_0, 25, 10, 540, 25, "")
TextGadget(#Text_1, 135, 65, 125, 20, "")
StringGadget(#String_0, 285, 65, 135, 20, "")
TextGadget(#Text_2, 80, 120, 420, 30, "")
EndIf
EndIf
EndProcedure
- bei #Text_0 ein Text angezeigt wird
- #String_0 der Input ist