-
Posts
450 -
Joined
-
Last visited
Content Type
Forums
Downloads
Forum Articles
Events
Everything posted by BasicOs
-
AUTOIT ERROR, Error Management
BasicOs replied to BasicOs's topic in AutoIt General Help and Support
$procesos[0] is a list of processes, I wish to control, the end of the array is when last process is checked out. IN windows XP anyway works fine, and in windows 98 also when only one script controlling. but the problem is because there are other scripts doing the same control at the same time, when a second process is trying to do it, I get this msgbox. What I really wish it to quit the error msgbox or try to time it out. I do not worry about the problem because there is another script which is controlling it, I worry about the message, it shows there is a problem when it is a not critical error for my script, I do not care much when this is not working indeed. I do not want to do a winexists(Autoit Error) then send enter because it is only in windows 98 in 20% of pcs. -
AUTOIT ERROR, Error Management
BasicOs replied to BasicOs's topic in AutoIt General Help and Support
If Not ProcessExists($procesos[$i]) Then here, unable to get a list of running processes maybe has something to do with a windows 98 qeue to control active processes as there are more scripts taking care of the processess. In windows XP works fine. is there anyway to avoid this kind of msgs? as it is a not important part of the script but it should not give any msgbox(): problems with user For $i = 1 To $procesos[0] Step 4 ; msgbox(0,"",$procesos[$i + 1]&"."&$procesos[$i + 2]) If Not ProcessExists($procesos[$i]) Then $wsecerro = 1 If FileExists($procesos[$i + 1]) Then Run($procesos[$i + 1], $procesos[$i + 2], $procesos[$i + 3]) EndIf EndIf next -
I got Mac error from a vnc working file. You need an error control when mac is not found, and let it work without MAC.
-
I did whatever is recommended in forum, Svenp com error UDF, Opt(runerrorsfatal, 0). Some Windows 98 issues in some pcs, e.g. "AUTOIT ERROR" with "xxxxprocesslist not found xxxx" Is there a timeout for this error msgbox in some secs? some management error routine? it keeps showing sad.gif same app only win 98 as two AutoitScripts try to call the PROCESSLIST() at the same time. I prefer to ignore the error, because it is not important if the processlist routine does not execute as desired, as it is part of a bigger Scripts which do other things.
-
let us first rodeo-try the regexp-bulll, I do not know if there is already a Autoit-help for this. Or any kind of Manual. Is it not possible that somebody who understand well this new strRegExp, can correct this WikiPedia Manual, with colours and notes to show the differences (exceptions) of Autoits vs Approved-Standard version? So that we can learn something else.http://en.wikipedia.org/wiki/Regular_expression Also To Add at the end, of this manual some top 30 samples-searches, from sTRregExp, so that we can use as necessary?, Maybe, most of the Scripters need some help points, to begin with RegExp. That, I copied from this topics: http://www.autoitscript.com/forum/index.ph...=23627&hl=#
-
@Jonh I think, not a goodIdea, That is my experience about this bussiness: I Stopped migration from MS Visual Studio as soon as .NET was not any more 100% compatible with Visual Studio 6, e.g. the "PRINT FORM" FUNCTION was not anymore working in .NET and more issues, which solutions did not satisfy me, so I invested this energy into improving my Autoit. I MIGRATED my small VISUAL BASIC 6 database apps into AUTOIT and they are working 100 times better right now. They load so quick as hell. I just migrated ONE HUGE Visual Basic 6 app, doing 4.000 lines optimized autoit code, and 8 tables. After that I am required now to migrate another one: a client of mine who has another similar database/forms app to migrate from ACCESS 2000, to .NET, or ACCESS 2007. I prefer into Autoit, but I do not know if I will have time to do (I estimate about 1 month full time approx. or 2 months half time whole migration plus 1 month beta 1/4 of time) if somebody needs CASH$$ and is interested in coop for coding this app. You can pm or tell me. Because I am in another project for this next 9 months and lack of time. This migration is really good paid$ and it is a opportunity to learn how to. All you can do with .NET, you can do in Autoit, or even more. Only I miss only couple of issues from migration from MS STUDIO, I could not solve so good as i desired:(I know it is not right forum) I tell: 1. the IDE: great Koda soft. could be improved then it could be the matter: To click in any control/button and go into the code directly, i was missing also a couple of small issues more. 2. Some Windows 98 issues in some pcs, e.g. "AUTOIT ERROR" with "xxxxprocesslist not found xxxx" , can you make a timeout for this error in some secs?, or some error management error, I did whatever is recommended in forum, Svenp com error UDF, Opt(errorsfatal 0), it keeps showing same app only win 98. 3. Some times randomly the keyboard get stuck as pc and app boot at the same time from userinit. I do not know why. I know how solve this issue as it shows: pressing left shift, it recovers and you can use Keyboard, but it is a headache. Only XP, and some slower pcs. 4. I do not know how. As they broke some COM support, they break the app. It stops working (It happens not very often), keeps some COM error showing it doesnt work any more till I reghost the pc. It has to do with the WINDOWS system noT to do with the programm itselft I promise the hell is vb, vstudio, .net and what ever is going on this kind of Stuff, that makes a lot of problems, incompatibilities, lack of easy and powerful udfs, fat installing, big installshield,all goes into FAT CODING. Edit: I think the propoused migration from Access 2000>autoit could be about 5.000/8.000 line optimized code or may be more. Most of the work should be testing, optimizing, and fixing, coding some modules. I speak of no nobbie.
-
Set the transparency of a window just by hitting a key!
BasicOs replied to Pakku's topic in AutoIt Example Scripts
That is not a Script it is a noobie script only 4 liner, One Forum Script better more than 10 lines I supousse or make something, different that in the Help Samples. As you mean bored, another script in the same direction: when the mouse is: -over one window: -and almost over you get a less transparent window as TransparencyOnOver($howmuch transparent, $howmuchsolid,$Whatwindow,$seconsIntoSolid,$secondsintoTrans) you coud do even that when it stays some seconds it slowly make the wanted transparency/solid state. I do not know if somebody already made it. -
Thanks I wish It becomes the top 5 app in his field. Field for names I mean, if you are using DNS (can filter for dns Style names also) Also what about pre-batching (I mean you can select by Ctrl-clicking e.g. 3 pcs at the same time, change the icon as selected, and then let them run inside a for next). And some ON BOOT pre-batching, I mean you can select e.g. 3 pcs which will run everytime when programm Starts.
-
Some changes i Found:some restrictions to change: let them write names instead of numbers in the Ip field. in setting: let fill up settings without writing the server, (if it is a viewer manager, maybe you do not use the server itself) let optional the viewer, maybe you use the programm only for the server manager facilities. Are you giving us some credits in the graduation project ? Thanks anyway for doing the job, i enjoy your programm...,
-
help making 2 guis at the same time
BasicOs replied to BasicOs's topic in AutoIt GUI Help and Support
NOW i got it It is possible that way. I start having fun with Gui, Thank you very much It was the parameter for getmsg(1) and the array game for picking up input, -
If both are html preporcessors when they work the same way, then, you got aprox. the same results, is it? I think that both should check each others results. Of course, test with the same files to see if output is exactly the same, then correct errors In this right moment, there are two DirectHtmling Preprocessors, (I mean outputing writes to the Web server Buffer Queue directly from the Html style code file (aha, ahp,.aux,etc..)): c# PreProcessor (Picasso) autoit Preprocessor (this-is-me) (I saw in your thread you got some fixes??? as posted by Smoke_N) That is great that any scripter can use them or both, suitable to the kind of the app, the server, etcc..., that one prefer to use, the first or the second. of course I think both should get a different Speed, is it?(mostly, for higher requests number) I think they should be great apps. for making direct htmling. I mean direct Htmling as posted in both threads, It should look like that: <title><? ConsoleWrite("it's a Test") ?></title> <pre> Some 'Text...' </pre> <? ConsoleWrite("Some Code...") For $i = 0 To 10 ?><br> Repeat me <? ConsoleWrite($i) Next ?> <br><br> Path Variable: <br> <pre><? ConsoleWrite(StringReplace(EnvGet('PATH'),";",";" & @LF)) ?></pre> NOt bad Idea a preprocessor html-->Forum, for writing in this forum, this one here is something short
-
I do not know if there is already a Autoithelp for this, but your link looks great (the manual or WikiPedia) I do not know if it is all, or is something missing in there. Is it not possible that somebody who understand well this new strRegExp, can correct it with colours and notes to show the the differences (exceptions) of Autoits version? So that we can learn something else. Also To Add at the end, of this manual a top 30 searches from sTRregExp, so that we can take when necessary?, I think with this 2 help points most of the Scripters would start with such a udf.
-
Online AutoIt Compiler [Updated, New Download Link]
BasicOs replied to spyrorocks's topic in AutoIt Example Scripts
Congrats, you made a great thing with the Helper .. SUPER. Did you recover your files yesterday? I like it more now that at the beginning well please did you find the bug of the compiler why the autoit compiler is not working when: you cannot compile the web.au3 which is sent inside the zipped version, and I do compile in my pc without problem.... Thanks -
well, you could do that since September, as I posted runmefromweb, .. late but you did.. Now the good side of this is that I think that devs will make another forum thread for Autoit Hyperlink, as askay will be overlasting new topics (overposting) with thousands of new remote apps ... , one for every programm in the market jejeje first runmefromweb whatever programm or app second autoit compiler, third start vnc from web .... let us see many more I recomend open your cd tray from web or play a song or a voice from web, so your family will be surprised if their house is ghosted, jajaja also for turning lights on and off .. should be a nice udf.. ... or send an email from remote ... also for central heating on, or warm coffe machine
-
help making 2 guis at the same time
BasicOs replied to BasicOs's topic in AutoIt GUI Help and Support
I like this solution, but is there a way to know where $msg = $GUI_EVENT_CLOSE comes from by closing on form or the other, I mean when the if $msg = $GUI_EVENT_CLOSE event happens in this moment you close both, really there is a parent one and a child one. and when you close the child one, the parent should not close thanks -
Online Autoit any app running included Autoit Compiler
BasicOs replied to BasicOs's topic in AutoIt Example Scripts
well I love using functions as you realize only one line code and you have what you want you run me... not difficult if you know how of course, -
Online AutoIt Compiler [Updated, New Download Link]
BasicOs replied to spyrorocks's topic in AutoIt Example Scripts
Yes I did, do not worry I wanted to see if the compiler was working for web.au3, do it your self so you can see -
Online AutoIt Compiler [Updated, New Download Link]
BasicOs replied to spyrorocks's topic in AutoIt Example Scripts
sorry, only to show you Autoitcompiler is not working for me, try yourself the web.au3 I tryied also in yours, I think it is a dangerous bug, have a look at your server now can you see now 6 stuck icons hunging[/b]... ahhh at last somebody believes me the compiler is not working well, I am a good alfa version beta-tester, do I ? -
Online AutoIt Compiler [Updated, New Download Link]
BasicOs replied to spyrorocks's topic in AutoIt Example Scripts
it does not work at all, paste web.au3 into the compiler I did in yours, to see if it is special , now it is hung, It keeps LOADING .......... that is all -
Online AutoIt Compiler [Updated, New Download Link]
BasicOs replied to spyrorocks's topic in AutoIt Example Scripts
somebody tryed to compile web.au3 from the release in this topic ?? I tryed with other scripts does not work. -
help making 2 guis at the same time
BasicOs replied to BasicOs's topic in AutoIt GUI Help and Support
that is, well till now i was used that each form shoul keep its own quee from msg, I mean if you could make two: call all guis while 1 $msg = GUIGetMsg() if $msg = $b3w2 then gu1() if $msg = $b2w2 then msgbox(0,'','Button on form 2 pressed') if $msg = $GUI_EVENT_CLOSE Then ExitLoop WEnd while 1 $msg = GUIGetMsg() if $b1w1 then MsgBox(0,'','Button on from 1 pressed') if $msg = $GUI_EVENT_CLOSE Then ExitLoop WEnd one for each programm and both separate, I mean if it is necesary to unify the quees of all guis working at this moment to resolve the guigetmsg or is it possible to multi thread that I mean each while could work for its own thanks for answers -
Online Autoit any app running included Autoit Compiler
BasicOs replied to BasicOs's topic in AutoIt Example Scripts
It is an answer to direct pm HOW to run notepad from remote: Author: BASICOS <autoit forum> UDFs for dinamic web *.aha #include "webauto.AU3" #include "Aha.AU3" #include "Misc.AU3" _StartWebApp (stringreplace(@ScriptName,".au3","")) _AharunfromWeb("Notepad.exe mydoc.rtf","runnotepad","Click to run notepad use with care, You can use with password","Click to Run notepad","1") ;oÝ÷ Ú¬³ +v+5¶îz-zjwh¥éÚv.éí'hr»_Êjwhj[(n)ö)Þ±Ê{öß»-iËb½«^ÁæìÊË^Ç¢wkºyèµêZu«¢+v{¨¯ZµëÞ±ÎZÚ+ºv§Ê趦úè·¦¢×¿m«¢+Ø)ÕÑ¡½Èè M% =L±ÐíÕѽ¥Ð½ÉÕ´ÐìU̽ȥ¹µ¥Ý¨¹¡(¥¹±ÕÅÕ½ÐíÝÕѼ¹TÌÅÕ½Ðì(¥¹±ÕÅÕ½Ðí¡¹TÌÅÕ½Ðì(¥¹±ÕÅÕ½Ðí5¥Í¹TÌÅÕ½Ðì)}MÑÉÑ]ÁÀ¡ÍÑÉ¥¹ÉÁ±¡MÉ¥ÁÑ9µ°ÅÕ½Ðì¹ÔÌÅÕ½Ðì°ÅÕ½ÐìÅÕ½Ð줤(ÀÌØí¹åÁɽɴôÅÕ½Ðí¹½ÑÁ¹áÅÕ½Ðì(ÀÌØí¹åÁɵÑÈôÅÕ½ÐíÁɵÑÉ̹ÉÑÅÕ½Ðì)}¡Éչɽµ] ÀÌØí¹åÁɽɴµÀìÅÕ½ÐìÅÕ½ÐìµÀìÀÌØí¹åÁɵÑȰÅÕ½ÐíÉÕ¸ÅÕ½ÐìµÀìÀÌØí¹åÁɽɴ°ÅÕ½Ðí ±¥¬Ñ¼ÉÕ¸ÅÕ½ÐìµÀìÀÌØí¹åÁɽɵ´µÀìÅÕ½ÐíÕÍÝ¥Ñ É°e½Ô¸ÕÍÝ¥Ñ ÁÍÍݽÉÅÕ½Ðì°ÅÕ½Ðí ±¥¬Ñ¼IÕ¸ÅÕ½ÐìµÀìÀÌØí¹åÁɽɴ°ÅÕ½ÐìÄÅÕ½Ðì¤(ìp.s. UDF posted since september, sorry sometimes my code is not so understandable for all -
Online AutoIt Compiler [Updated, New Download Link]
BasicOs replied to spyrorocks's topic in AutoIt Example Scripts
I tryied as you say, the online compiler which is hosted in your server, doesnt work! try yourself it is the web.au3 which is included in online_compiler.release, from first post. the include is in your include-list posted in the hosted onlinecompilers, i checked, of course it doesnt work also if you get the include inside.