| |
|
|
Thomas Freier | yet I had always Klassisches Designs. After Umstellung on X-Designs is with whom "RadioButton" the background Black. I find simply The Solution not. CompileMarkSeparationDef GetSysColor(1) !"USER32","GetSysColor"
Cls GetSysColor(15)
var wahl&=Create("GroupBox",%hwnd,"",8,320,448,42)
var alle&=Create("RadioButton",wahl&,"Alle",4,16,66,16)
WaitInput
En |
|
|
| Gruß Thomas Windows XP SP2, XProfan X2 | 08/25/09 ▲ |
|
|
|
|
Thomas Freier | strange, directly on %hwnd is everything "normal". in the "GroupBox" have now a black background. under Profan 6.6 is it yet How desired. |
|
|
| Gruß Thomas Windows XP SP2, XProfan X2 | 08/25/09 ▲ |
|
|
|
|
Dieter Zornow | then lass it still on %Hwnd, is still anyhow rather, on The GroupBox To lay is unüblich |
|
|
| Er ist ein Mann wie ein Baum. Sie nennen ihn Bonsai., Win 7 32 bit und Win 7 64 bit, mit XProfan X2 | 08/25/09 ▲ |
|
|
|
|
Dieter Zornow | can my Posting not Edit, can me dead clicking and it comes nothing.
with 6.6 has it probably with the SetTrueColor To do, that it there yet goes |
|
|
| Er ist ein Mann wie ein Baum. Sie nennen ihn Bonsai., Win 7 32 bit und Win 7 64 bit, mit XProfan X2 | 08/25/09 ▲ |
|
|
|
|
Thomas Freier | Yes, but wasn't The "GroupBox" for virtual. here the 6it-code CompileMarkSeparationSetTrueColor 1
Cls rgb(222,222,222)
declare button&,alle&,grup&
grup& = CreateGroupBox(%hwnd,"",10,10,200,200)
button& = Control("BUTTON","Test",$54010029,10,20,100,20,grup&,0,%hinstance,$0)
alle& = CreateRadioButton(grup&,"Alle",10,60,66,16)
WaitInput
>
|
|
|
| Gruß Thomas Windows XP SP2, XProfan X2 | 08/25/09 ▲ |
|
|
|
|
Jörg Sellmeyer | No, The Groupbox is for virtual, The items grafisch To gliedern and the function To group. any Radiobuttons, The after a Groupbox prepares go (To to next), relating itself one after another. D.h.: Click I The first on, lose a markierte others The Mark. |
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 08/25/09 ▲ |
|
|
|
|
Thomas Freier | Oh, How right you have. is me, How said, first at modified Designs noticed. so GEHTS objectively CompileMarkSeparationDef GetSysColor(1) !"USER32","GetSysColor"
Cls GetSysColor(15)
declare button&,alle&,grup&,ber&,bis&,grup1&,nur&
grup& = CreateGroupBox(%hwnd,"",10,10,180,200)
alle& = CreateRadioButton(%hwnd,"Alle",30,60,86,16)
ber&=Create("RadioButton",%hwnd,"Bereich",30,90,86,16)
grup1& = CreateGroupBox(%hwnd,"",0,0,0,0)
bis&=Create("RadioButton",%hwnd,"Bereich",230,30,86,16)
nur&=Create("RadioButton",%hwnd,"Bereich",230,90,86,16)
SetCheck alle&,1
SetCheck nur&,1
while 1
WaitInput
case %key=2:break
wend
end
|
|
|
| Gruß Thomas Windows XP SP2, XProfan X2 | 08/25/09 ▲ |
|
|
|