| |
|
|
Georg Hovenbitzer | Hello together,
there a Begrenzung with the Text Length in a Status Window ? In my example sees one very beautiful, I do not until end Text reinschreiben can, it hears with 136 characters on.
Window 0,0-1024,768
Var Status& = @Create("StatusWindow",%hWnd,"")
SetText Status&,0,"01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789-144"
WaitInput
End
greetings
Georg |
|
|
| Viele Grüsse, Georg Hovenbitzer(Windows XP Pro, XProfan 11.2, Profan2Cpp 1.6a) | 04/01/10 ▲ |
|
|
|
|
| by me (under Vista) will display only the reduced. The amount, the of Control aufgenommenen characters, (SetText) shining not terminable.
Window 0,0-1024,768
Var Status& = @Create("StatusWindow",%hWnd,"")
showmax
SetText Status&,0,mkstr$("1234567890",10)
print len(getText$(Status&))
SetText Status&,0,mkstr$("1234567890",50)
print len(getText$(Status&))
SetText Status&,0,mkstr$("1234567890",5000)
print len(getText$(Status&))
WaitInput
End
|
|
|
| |
|
|
|
Georg Hovenbitzer | Hello iF,
with your Variante go by me under WinXP SP2 127 characters displayed, The of Control aufgenommenen characters having but the right values.
How can this his and what power one against it ?! |
|
|
| Viele Grüsse, Georg Hovenbitzer(Windows XP Pro, XProfan 11.2, Profan2Cpp 1.6a) | 04/01/10 ▲ |
|
|
|
|
| could subclassen or pieces still simply in several boxes. ^^ |
|
|
| |
|
|
|
Christian Schneider | there helps well only on several boxes divide. first ex Vista are More as 127 characters per area possible. [...]
In Windows XP and earlier, the Text for each part is limited to 127 characters. Diese limitation has been removed in windows Vista. |
|
|
| |
|
|
|
| or SubClassen. ^^
Why schaut the Teddy because so angry, is it what happens? |
|
|
| |
|
|
|
Christian Schneider | the GEHTS super, is only slightly fotoscheu ;) |
|
|
| |
|
|
|
| Guckt me but on, as if I its father gefressen had. |
|
|
| |
|
|
|
Georg Hovenbitzer | this declared naturally everything, who think because already on a Begrenzung on 127 characters. only well, that one ToolTip More take in can three spots in the Statuszeile as Info and already see it again well from. |
|
|
| Viele Grüsse, Georg Hovenbitzer(Windows XP Pro, XProfan 11.2, Profan2Cpp 1.6a) | 04/02/10 ▲ |
|
|
|