| |
|
|
Artur D. | Hello Profan-Friends,
I hope your can me with my trouble here help on. and of course would like I a GridBOX in the Mainwindow with beliebigen data fill. Vorzugsweise Strings. The function @addstring(n) functions unfortunately not. though here in the guide ditto from the GridBOX The speech is.
therefore try I by settext n, row%, slot%, Test-string To fill. this reports of course no Error Message, but it'll too nothing in the GridBOX displayed.
can your the understand, or. have your a Solution for?
would be me gigant on a Help forward! Vielen Thanks, Artur D. |
|
|
| XProfan 10 AMD Athlon XP 2600+ mit 2 GB RAM | 04/10/08 ▲ |
|
|
|
|
E.T. | Vieleicht knows the box not where written go should (only so ne idea)
HILFE: in the entrapment the Stringgrids and the GridBOX are each boxes the row standardmäßig with | separated. the Separator can with @Set(ListDel changed go. ... ... AddStrings(hGrid&, AB|DEF|0123)
Mario |
|
|
| Grüße aus Sachsen... Mario WinXP, Win7 (64 Bit),Win8(.1),Win10, Win 11, Profan 6 - X4, XPSE, und 'nen schwarzes, blinkendes Dingens, wo ich das alles reinschütte... | 04/10/08 ▲ |
|
|
|
|
H.Brill | Perhaps somewhere NEN Error drin ? So I mach something like always gladly in a dialog. there we but none Code you having, have I time one Minimalbeispiel made : CompileMarkSeparationDeclare Ende%, Dlg%, OK%, Add%, text$, i%, hGrid&
Dlg% = Create(Dialog, %DeskTop, GridBox, 220, 190, 550, 400)
hGrid& = Create(GridBox, Dlg%, Nr.;0;80;Name;0;340, 0, 10, 100, 530, 240)
Add% = Create(Button, Dlg%, Setze, 10, 10, 80, 20)
@Set(ListDel, ,)
i% = 0
Clear OK%
Gridbox wird angezeigt. Jetzt auswerten
WhileNot OK%
WaitInput
warten auf Benutzereingaben
If @Clicked(Add%)
Inc i%
text$ = Str$(i%) + , + Zelle 2
@AddString(hGrid&, text$)
ElseIf @Clicked(Ende%)
hier beenden wir unseren Dialog
OK% = 1
ElseIf %Key = 2
Abbruch durch X rechts oben im Dialog
OK% = 1
EndIf
EndWhile
End
|
|
|
| Benutze XPROFAN X3 + FREEPROFAN Wir sind die XProfaner. Sie werden von uns assimiliert. Widerstand ist zwecklos! Wir werden alle ihre Funktionen und Algorithmen den unseren hinzufügen.
Was die Borg können, können wir schon lange. | 04/11/08 ▲ |
|
|
|
|
Artur D. | Hello people,
many Thanks for eure Help! through eure Notes could I the trouble solve. i was of it gone out, that the Delimitter | (Separator) standardmäßig already staid would.
after I The function before explizit indicate, functions the stuff the GridBOX correct!! super! one learn hold never from.
many Thanks for Tipps, Artur D. |
|
|
| XProfan 10 AMD Athlon XP 2600+ mit 2 GB RAM | 04/11/08 ▲ |
|
|
|
|
Jac de Lad | comic, I have whom Delimiter yet never staid or changed. can you time a View source post, with the it so is, that You whom Delimiter not setting and the trouble appears?
Jac |
|
|
| Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE) Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP | 04/12/08 ▲ |
|
|
|