| |
|
|
- page 1 - |
|
Ralph Theobald | allô ,
j'ai une Gridbox dans un Choicebox gebastelt , malheureusement ist qui Gridbox pas erreichbar, comment peux je cet aktivieren. KompilierenMarqueSéparationSet(FastMode,1)
$H windows.ph
$H messages.ph
Declare oldcallback&,static&,brush&,raus&,hGrid&,titel$
cls
oldcallback&=~SetWindowLong(%hwnd,~GWL_WNDPROC,ProcAddr(newcallback,4))
static&=Create(choicebox,%hwnd,Choicebox,16,16,560,180)
WhileNot raus&
WaitInput
EndWhile
End
PROC setcolor
Parameters col&,bk&,wParam&
declare Brush&
IF Brush&
~DeleteObject(Brush&)
endif
Brush& = ~CreateSolidBrush(bk&)
~SetBkMode(wParam&, ~TRANSPARENT)
~SetBKColor(wParam&,RGB(195,116,95))
~SetTextColor(wParam&,col&)
RETURN Brush&
endproc
Proc newcallback
Parameters wnd&,msg&,wparam&,lparam&
IF msg&=~WM_CTLCOLOREDIT
RETURN SetColor(rgb(255,0,0),rgb(255,255,0),wParam&)
Endif
IF msg&=~WM_CTLCOLORLISTBOX
Titel$ = Links;0;80;Mitte;2;100;Rechts;1;80
hGrid&=Create(GridBox,lparam&, Titel$, 3,1,1,549,140)
AddString(hGrid&, AB|DEF|0123)
AddString(hGrid&, GHI|J23KL|012345)
IF brush&
~DeleteObject(brush&)
EndIf
brush&=~CreateSolidBrush(Rgb(0,0,255))
RETURN brush&
Endif
If msg&=~WM_CLOSE
~DeleteObject(brush&)
raus&=1
Endif
RETURN ~CallWindowProc(oldcallback&,wnd&,msg&,wparam&,lparam&)
s4 href='./../../funktionsreferenzen/XProfan/endproc/'>ENDPROC
Salut Ralph |
|
|
| |
|
|
| |
|
- page 2 - |
|
|
Dietmar Horn | chez mir sous XP-Home fonctionne es correcte.
Werde es demain soir im cabinet la fois sous Win 95, Win 98, Win ME et Win 2000 testen.
Salut Dietmar |
|
|
| Multimedia für Jugendliche und junge Erwachsene - MMJ Hoyerswerda e.V. [...] Windows 95 bis Windows 7 Profan² 6.6 bis XProfan X2 mit XPSE Das große XProfan-Lehrbuch: [...] | 08.03.2007 ▲ |
|
|
|
|
Jörg Sellmeyer | on kanns naturellement aussi simple so faire: KompilierenMarqueSéparationDeclare cb&,lv&
Cls
cb&=Create(ChoiceBox,%hwnd,0,10,10,500,20)
lv&=Create(GridBox,%hwnd,Spalte 1;0;100;Spalte 2;0;100;Spalte 3;0;100,0,10,30,500,0)
While 1
WaitInput
If GetFocus(cb&)
WhileLoop 100
SetWindowPos lv&=10,30 - 500,&Loop * 3;0
Wend
WaitInput
WhileLoop 100,0,-1
SetWindowPos lv&=10,30 - 500,&Loop * 3;0
Wend
SetWindowPos lv&,10,30 - 500,0;0
EndIf
Wend
|
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 08.03.2007 ▲ |
|
|
|
|
| chez mir sous Windows2000 bleibt qui Choicebox également pas richtig offen et ist pour dem Aufklappen vide. peux malheureusement seulement qui EXE testen. |
|
|
| |
|
|
|
| je kanns chez mir malheureusement pas überprüfen - mais pourrait la fois quelqu'un qui Versionsresource 24 aus IFs EXE entfernen et cela Proggi après sous XP nochmal testen? |
|
|
| |
|
|
|
Ralph Theobald | sous Win XP ,Xprofan 10 fonctionne beides qui Griddboxspalten laisser sich pas Déplacer et färben sich aussi pas beim Berühren avec qui souris.
sous Win2k , Xprofan 8 comment chez Andreas .
Mich serait quand même intéresser , pourquoi qui Concentrer beim grid pas funktioniert. je versuche la fois un Static sous cela Grid trop mettons , peut-être gehts ensuite.
merci
Ralph |
|
|
| |
|
|
|
| encore la fois je...
Habe weiterhin den impression, dass cela à qui Version qui COMCTL32 liegt. Zum Testen s'il te plaît la fois avec einer PRFRUN32.EXE compilieren, aus qui qui Versionsresource 24 entfernt wurde. Läuft es ensuite aussi encore sous XP? |
|
|
| |
|
|
|
| pourquoi kompilierst es pas selbst? |
|
|
| |
|
|
|
| Moin...
ne...aucune XProfan 10, du Schlaumeier... pourquoi testet son pas selbst? So une windigen Kram benutze je so ou bien so pas . |
|
|
| |
|
|
|
| |
|
| |
|
|
|
Rolf Koch | *hüstel* iF? Ähem mais sous Vue ist aussi ne...aucune le contenu dans qui Choicebox. |
|
|
| |
|
|
|
| eh bien - scheinbar ist es pas bekannt, pourquoi cela sur älteren Krücken pas fonctionne - alors steht aussi pas fest, si es sur neueren Krücken toujours courir wird. ou bien vois je cela faux? |
|
|
| |
|
|
|
Rolf Koch | parent contient la valeur 0 |
|
|
| |
|
|