| |
|
|
- Page 1 - |
|
 Hubert Binnewies | Hello Sebastian
I faith i'm there on a bow bumped. I use in my Proggi your SKControl.dll and The (I know, quite old, but denoch useful) ONL.DLL
If I now with the ONL.DLL on ne not available Webadresse thrust and the Proggie on ne returns from the DLL wait hears the SKCtrl_CreateClrBlinkStatic on To glint.
lying the on your SKControl.DLL or on the ONL.DLL??? If on the SKControl.DLL, can you the Change? or is not possible, then must I me what other consider.
thanks Schonmal beforehand.
Hubert |
|
|
| WinXP Prof, XProfan 9.1 Newbie
Ein kluger Kopf sagte mal: "Nach dem derzeitigen Stand der Technik ist es unmöglich Programme zu schreiben, die fehlerfrei laufen!" | 10/24/06 ▲ |
|
|
|
|
| |
|
- Page 1 - |
|
 | Hubert could manage because it the Download in another Thread or Process run out can. |
|
|
| |
|
|
|
 Hubert Binnewies | @IF I Have it The Files already as PM skillful, and here Have I something Time to that Waiting. If not works I will it with nem Thread try, but I faith not the it so plenty sense has, because there walk Yes 2 DLL´s and the function the a ought to The others eigendlich not disfigure, especially since it a is the the glint in a own Process Done (faith I, because the would logical, because otherwise would the others Programmablauf indeed the glint hinder).
Hubert |
|
|
| WinXP Prof, XProfan 9.1 Newbie
Ein kluger Kopf sagte mal: "Nach dem derzeitigen Stand der Technik ist es unmöglich Programme zu schreiben, die fehlerfrei laufen!" | 10/24/06 ▲ |
|
|
|
|
 | [quote:819e78bc26]because there walk Yes 2 DLL´s and the function the a ought to The others eigendlich not disfigure[/quote:819e78bc26]now still because both walk within one Prozesses. If a the DLLs blockiert - or your XProfanprogramm blockiert - places it naturally whom gesammten Process gammy. accordingly would you the sheer on a others Thread wohlmöglich neither plenty bring, weiche on a others Process from. this is even very simply Wait I building you time an example... |
|
|
| |
|
|
|
 | Tjo here time one Sample with the your Blinkstatic never would stop To glint and You could even a Timeout install and the Downloadprozess if need be self terminieren ifs too long lasts...  CompileMarkSeparation {$cleq} programm sollte ausschliesslich als EXE, nicht als prf oder prc laufen gelassen werden
include download.pcu = dw.
include pipe.pcu = pipe.
include usermessages.pcu = um.
if parcount==2
if par$(1)=="loadFromInternet"
app.loadFromInternet
endif
endif
cls
print "Jut, dann laden wir mal..."
print "einen Moment bitte..."
print "Die XProfan-Community benötigt ";substr$(downloadFromInternet("https://www.xprofan.com/siz"),1,chr$(9));" Festplattenkapazität."
print "Taste..."
waitkey
end
proc downloadFromInternet(s$)
declare pipe&,sid$,result$
sid$:=str$(gettickcount)
pipe&:=pipe.create(sid$)
pipe.push pipe&,s$
pipe.push pipe&,str$(hwnd)
shell par$(0)+" loadFromInternet "+sid$
um.add 7788
while (pipe.get(pipe&)<>"done") and (umessage<>7788)
waitinput
wend
um.sub 7788
sleep 100
pipe.pop pipe&
result$:=pipe.pop(pipe&)
pipe.close pipe&
return result$
endproc
proc app.loadFromInternet
declare sid$,pipe&,url$,result$,hwnd&
sid$:=par$(2)
if pipe.is(sid$)
pipe&:=pipe.create(sid$)
url$:=pipe.pop(pipe&)
hwnd&:=val(pipe.pop(pipe&))
result$:=dw.get(url$)
pipe.push pipe&,"done"
pipe.push pipe&,result$
pipe.close pipe&
sendmessage(hwnd&,7788,0,0)
endif
end
ref='./../../Function-References/XProfan/endproc/'>endproc
|
 |
|
| |
|
|
|
 Hubert Binnewies | Hmmmmm... zuerstmal... what means the : {$cleq} ?? i think time XProfan 10???....Have I do not..only 9.1
then.... I Have time here somewhere red the one the XPSE uses because one into Settings of ProfanPad simply whom XPSE as Interpreter,Runtime and compiler angibt.... Have I made...what about me Have only ne Error Message get...(Error missing Filename)
then could I your example hither under The Lupe take...
Hubert |
|
|
| WinXP Prof, XProfan 9.1 Newbie
Ein kluger Kopf sagte mal: "Nach dem derzeitigen Stand der Technik ist es unmöglich Programme zu schreiben, die fehlerfrei laufen!" | 10/24/06 ▲ |
|
|
|
|
 | IF proggt everything gladly over its XPSE, circa something advertisement To make . |
|
|
| |
|
|
|
 | [quote:9dd4a05520=Andreas Hötker]IF proggt everything gladly over its XPSE, circa something advertisement To make .[/quote:9dd4a05520] Yes too - but you become laugh this is not even the Hauptgrund. The Hauptgrund is that I with XPSE simply faster be, The programs walk zuverlässiger because less Error drinn are, The Syntax type itself rather and the Compile the programs by the XProfankompiler goes too still significantly faster.
The XPSE arise Yes not because I for something advertise would like what eh free for everyone available is, separate circa me self the life one bit leichter To make. who not partizipiert is only not ripe enough. 
@Hubert: XPSE can You as Interpreter and/or as Compiler indicate, this is alike - it obligt you which Tastenkombination You letztendlich for XPSE use want. important is only the XPSE too as Parameter whom Filenames from the editor transfer get. of my opinion to gabs there in the ProfanPAD still never Problems or?
Have in the Help to that XPSE faith too whom Part ProfanPAD angeschnitten...
{$cleq} are XPSE-Kompilerschalter , 4 Piece even in amount. (The Shorties) C.ompilieren L.inken E.xe perform Q.uiet (tab hold). so rattert XPSE in a Passage any these Operationen through. an Button in the ProfanPad pressed and the remainder happens from alone...
Since I the Projektfile the chm-Helpfile with nem Festplattenabsturz lost have I will The Help to that xpse into ODoku take. |
|
|
| |
|
|
|
 | you have The more Suicherheit the finished Compilats forget . |
|
|
| |
|
|
|
 | [quote:855f85dca3=Andreas Hötker]you have The more safety the finished Compilats forget .[/quote:855f85dca3] Ähäm! and How Andreas first neulig proved having - The Kompilate are safer against attacks How z.B. the replace of Prozeduradressen circa strangers code into own Process To injezieren. 
so Andreas?  |
|
|
| |
|
|
|
 | Jö . |
|
|
| |
|
|
| |
|
- Page 2 - |
|
|
 Sebastian König | I have whom code straight ausprobiert: by me hears there somehow quite nothing on To glint... first is the dialog for ca. 4s there, then becomes it closed and in the Window standing
ex here The Webanfrage Webanfrage with Error exits
us as long as the dialog displayed becomes, blinkt the Static well to itself there...  |
|
|
| Windows XP, XProfan/Profan² 4.5 bis 11 Profan2Cpp-Homepage: [...]  Alte Profan²-Seite: [...]  | 10/24/06 ▲ |
|
|
|
|
 Hubert Binnewies | @IF then I will time whom Error me search... I Have the ProfanPad3.6..
@Sebastian then I will time whom Error me search, because if You very hinschaust(into profancode, I have first 3 sec Wartezeit eingefügt so the at all first blinkt...but then lasts it about 10 sec To the search the Webadresse exits is...ifs with you so quick goes, must with you something differently his as by me....I such time...
Hubert |
|
|
| WinXP Prof, XProfan 9.1 Newbie
Ein kluger Kopf sagte mal: "Nach dem derzeitigen Stand der Technik ist es unmöglich Programme zu schreiben, die fehlerfrei laufen!" | 10/24/06 ▲ |
|
|
|