English
Opportunities and suggestions

XProfan10 - Opportunities

 
- Page 1 -


here go Opportunities geäußert.

[box:174b705055]i wish me for XProfan10:[/box:174b705055]
isset(a&) to that Verify whether a& declariert is
unset(a&) to that undeklarieren of a&
sort(aray[&|$]) / Sortierbefehle for Arrays
Startpaint  -1 needed no %hwnd More, and/or
%hwnd  (Mainwindow) can created go without in the Taskbar To attend
hiword and loword in the Sprachschatz
clearlist  with lever as Parameter deletes Listboxinhalt .

salvo.
 
06/19/05  
 



 
- Page 13 -



RGH
[quote:6a653cf4bc=Carlo wedge]DeleteString for Listboxliste

@CopyStringArrayToListboxListe
@CopyStringlisteToListboxListe
[/quote:6a653cf4bc]
Both (and More) becomes it in the 10. Subscriptionslieferung give:

s$ = @Del$(s$, Nr%, Anz%, D$)
Anz% Teilstring ex Teilstring Nr% go from s$ removes (s.o.).

s$ = @MoveStrToList(s$, D$)
The by the Delimiter D$ separated Teilstrings of s$ go the Listboxliste added.
this is The Umkehrfunktion to already known function @MoveListToStr(s$, D$) 

Anz& = @MoveArrToList(A$[])
The strings the Arrays A$[] go the Listboxliste added. with several Dimensionen go The Strings all items added. If the aray one numerisches aray is, go The values before in Strings transformed (How with Str$() ). with one Bereichs-aray go The Adressen the reaches in Strings transformed.
the Result is the Number of added items.

Anz& = @MoveListToArr(A$[])
The strings the Listboxliste go into aray A$[] written. is the aray not big enough for list, becomes a warning outputted and only so many items ind aray written How hineinpassen. is the aray larger as The list, remaining the remainder unchanged. is the aray numerisch, go The Strings in numerische values transformed (How with @Val() ). One Area array must not akin go.
the Result is the number the objectively in that aray written items.

to Abrundung the Move-functions get @MoveListToHandle and @MoveHandleToList extended, circa too with Gridboxen and Stringgrids umzugehen.

Nachtrag: @SizeOf()  watts again extended, the number of items one Arrays To detect:
Anz& = @SizeOf(Test$[])

A small Testprogramm with a 3-dimensionalem String-aray:
CompileMarkSeparation
!
declare test$[3,3,3]
declare x%, y%, z%
cls
x% = 0

while x% <= 3

    y% = 0

    while y% <= 3

        z% = 0

        while z% <= 3

            test$[x%, y%, z%] = "x=" + str$(x%) + "/y=" + str$(y%) + "/z=" + str$(z%)
            inc z%

        endwhile

        inc y%

    endwhile

    inc x%

endwhile

print ">";test$[1,2,3]
movearrtolist(test$[])
listbox$("ArrayTest",5)
clear test$[]
print ">";test$[1,2,3]
movelisttoarr(test$[])
print ">";test$[1,2,3]
waitinput
end

Greeting
Roland
 
Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4
05/16/06  
 




Michael
Wodrich
for the Zehnersprung has Roland Yes really its developer-Schublade integrally far opened...

Best wishes
Michael Wodrich



for XProfan 10 there but already a follow-Thread. can we not there go on?
we've already 13 pages beisammen...



edit of iF: whom Thread change power eigendlich none sense dank  [...]  .
I finds eigendlich integrally cuddly - particularly there it XProfan10 not yet gives.
 
Programmieren, das spannendste Detektivspiel der Welt.
05/16/06  
 




René
Wagner
i'm a little while ago on subesquent Error punched:
class dbset has a function +open@
instance db#

at that appeal of db#.open (blabla.db) appear The Message:
Unbekanntes db-method: #.open

is in this area what changed been?

the Program functions with XProfan 9 and has too with of/ one previous Subscriptionlieferung functions.
with the Subscription 9 is me the Error strain noticed, the too with Subscriptionlieferung 7 already appears.

becomes one Beispielquelltext needed Please short telling for.
 
Mit XProfan erstellte Freeware findet ihr hier:  [...] 

US World Domination Tour - bombing a country near you...
05/18/06  
 




RGH
[quote:811863e686=René wainwright]at that appeal of db#.open (blabla.db) appear The Message:
Unbekanntes db-method: #.open
is in this area what changed been?[/quote:811863e686]
Yes! I have any db-functions into function @db() with suitable Unterfunktionen zusammengefaßt. as well as with whom create-functions sorgt the integrierte Precompiler for, that the old Syntax yet understood and transformed becomes. in the momentum is this with whom db-functions yet something inaccurate and takes with all functions, The with db begin on, that tappt im dunkeln transformed go must and so becomes dummerweise from db#.open(blabla) then db(#.open, blabla). and the can't well weg. it missing yet The Überprüfung, whether to the db really a XProfanfunktion standing. the comes naturally but yet! (this is even pure uncreative Fleißarbeit .... and the have I something to hinten shoved. )

Greeting
Roland
 
Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4
05/18/06  
 




RGH
[quote:4325cb181a=Clemens Meier]I miss in XProfan reguläre expressions. possible into functions of only Search and Search and supplant[/quote:4325cb181a]
The next Subscriptionsversion becomes presumably a switch set(RegEx, n%) kennen. If this eingeschaltet becomes, must the sought String with inStr  and translate$  one regulärer expression his. The additional function Match$(Reg$, String$) allows the testing one Strings against a regulären expression.

(me graut before it, The Help whom regulären Print out To write ...)

Greeting
Roland
 
Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4
05/18/06  
 




René
Wagner
[quote:6a65091a7b=RGH]Yes! I have any db-functions into function @db() with suitable Unterfunktionen zusammengefaßt. as well as with whom create-functions sorgt the integrierte Precompiler for, that the old Syntax yet understood and transformed becomes. in the momentum is this with whom db-functions yet something inaccurate and takes with all functions, The with db begin on, that tappt im dunkeln transformed go must and so becomes dummerweise from db#.open(blabla) then db(#.open, blabla). and the can't well weg. it missing yet The Überprüfung, whether to the db really a XProfanfunktion standing. the comes naturally but yet! (this is even pure uncreative Fleißarbeit .... and the have I something to hinten shoved. )[/quote:6a65091a7b]
Ahso, the declared the trouble naturally. can I for the time being too self with a little Fleißarbeit bypass and my variables differently name.

MfG, René
 
Mit XProfan erstellte Freeware findet ihr hier:  [...] 

US World Domination Tour - bombing a country near you...
05/19/06  
 



[quote:fec2ded5b7=RGH][quote:fec2ded5b7=Frank Abbing]possible would one new offizielles suffix for Profan time necessary. .prf is already vielfach occupied:[/quote:fec2ded5b7]
If, then would I on *.profane sheer.[/quote:fec2ded5b7]
I weiche already long on .xprf from ;)
 
06/05/06  
 




Jac
de
Lad
@Roland: Nochaml to nerve others thing:

you have written, that The GridBOX one List view is. could you it possible arrange, that one into GridBOX too Icons insert can? If possible best in eachone beliebigen slot (not mere in the first).

the would lovely!

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
06/06/06  
 




Kay
Raumer
watts here already time demand but not answers. i wish me for XProfan 10 a simple Possibility Icons z.b. from dlls in Menüs or Kontextmenüs einzufügen.
example:
Appendmenu 1000,&Beendenold+F4,end.ico or so similar
 
06/08/06  
 



...what about me hope, that all The tollen Zusätze and extensions with Help To XProfan-10 too berücksichtigt go (...I know Roland, this is work, but Help is important)
 
06/08/06  
 




Jac
de
Lad
Horst: Oh, Yes, the is correct, I look now already not any more through, what everything new installed watts...!

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
06/10/06  
 




Jac
de
Lad
@Roland: Hello Roland, kannste Please post, what You of Icons in GridBOX hold (ifs too much work power is neither bad, I know only gladly, whether something like yet comes).

alas and would it Perhaps possible for classes one prefix (How #,-,+) to develop, that with variables only reading allows (write only through routines the class possible). the would lovely!

jac

beautiful weekend and plenty Happiness our Kickern (I can unfortunately not look...)
 
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
06/23/06  
 




Answer


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

47.794 Views

Untitledvor 0 min.
RudiB.04/07/16
H.Brill11/26/14
Peter Max Müller09/06/14
mj05/04/14
More...

Themeninformationen



Admins  |  AGB  |  Applications  |  Authors  |  Chat  |  Privacy Policy  |  Download  |  Entrance  |  Help  |  Merchantportal  |  Imprint  |  Mart  |  Interfaces  |  SDK  |  Services  |  Games  |  Search  |  Support

One proposition all XProfan, The there's!


My XProfan
Private Messages
Own Storage Forum
Topics-Remember-List
Own Posts
Own Topics
Clipboard
Log off
 Deutsch English Français Español Italia
Translations

Privacy Policy


we use Cookies only as Session-Cookies because of the technical necessity and with us there no Cookies of Drittanbietern.

If you here on our Website click or navigate, stimmst You ours registration of Information in our Cookies on XProfan.Net To.

further Information To our Cookies and moreover, How You The control above keep, find You in ours nachfolgenden Datenschutzerklärung.


all rightDatenschutzerklärung
i want none Cookie