| |
|
|
Georg Hovenbitzer | Hello together,
another small trouble If one with whom ComboBox Controls whom TabStop activate, is this not in the How expects in row separate becomes as a last carryed out. has someone a hint How I Order produce can? CompileMarkSeparation $I SKControl.inc
$H Windows.ph
$H Messages.ph
Def GetSysColor(1) !USER32.DLL,GetSysColor
Declare SKDLL&
Declare Test1&, Test2&, Test3&, Test4&
SKDLL& = @UseDLL(SKControl.dll)
WindowStyle 2 + 8 + 16 + 128 + 256 + 512
Window 0,0-800,600
Cls GetSysColor($0F)
SKCtrl_InitDll()
Test1& = @Create(ChoiceBox,%hWnd,1,100,100,114,60)
Test2& = SKCtrl_CreateColorEdit(%hWnd,,@RGB(0,0,0),@RGB(255,255,255),100,150,114,20,%hInstance)
SetStyle Test2&,(@GetStyle(Test2&) + ~ws_TabStop)
Test3& = SKCtrl_CreateColorComboBox(%hWnd,,@RGB(0,0,0),@RGB(255,255,255),100,200,114,60,%hInstance)
SetStyle Test3&,(@GetStyle(Test3&) + ~ws_TabStop)
Test4& = @Create(ChoiceBox,%hWnd,1,100,250,114,60)
WhileNot %Key = 2
WaitInput
EndWhile
SKCtrl_DeInitDll()
End
|
|
|
| Viele Grüsse, Georg Hovenbitzer(Windows XP Pro, XProfan 11.2, Profan2Cpp 1.6a) | 04/19/07 ▲ |
|
|
|
|
| Sorry Georg but I versteh The question not....! by me sees your code so from (neckline) |
|
|
| |
|
|
|
Sebastian König | Hello Georg,
really very strange... unfortunately have I yet no idea, where the trouble lying . I can it only say, that not on the nachträglichen add the WS_TABSTOP-Stils lying - even if this directly at produce the Controls in the DLL happens, changes itself the behaviour not...
@Horst: The problem lying in the Order, in the The Controls with TAB durchgeschaltet go - zweitletzte Control sustain as a last whom Fokus...
MfG
Sebastian |
|
|
| Windows XP, XProfan/Profan² 4.5 bis 11 Profan2Cpp-Homepage: [...] Alte Profan²-Seite: [...] | 04/20/07 ▲ |
|
|
|
|
Sebastian König |
|
|
| Windows XP, XProfan/Profan² 4.5 bis 11 Profan2Cpp-Homepage: [...] Alte Profan²-Seite: [...] | 04/20/07 ▲ |
|
|
|
|
| Sebastian
OK, trouble resolved. To of my blemish must I say, that it at a SetWindowPos(..,HWND_TOP,...)-Line in SKCtrl_CreateColorComboBox() lying, from the I do not More white, when and why I tappt im dunkeln installed have... I have tappt im dunkeln naturally removes.
now works The thing - |
|
|
| |
|
|
|
Georg Hovenbitzer | Hello Sebastian,
entschuldige Please, I come first now moreover me To report. How should it already differently his, now works everything How desired.
now there only another trouble, tab a multiedit out, but this lying not on the DLL. |
|
|
| Viele Grüsse, Georg Hovenbitzer(Windows XP Pro, XProfan 11.2, Profan2Cpp 1.6a) | 04/24/07 ▲ |
|
|
|
|
Jörg Sellmeyer | |
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 04/24/07 ▲ |
|
|
|