lupusbalo
Active Members-
Posts
45 -
Joined
-
Last visited
Profile Information
-
Location
Royan (France)
lupusbalo's Achievements
Seeker (1/7)
0
Reputation
-
MsgBox do not pause script any more
lupusbalo replied to lupusbalo's topic in AutoIt General Help and Support
Previously I ran a "portable" version of AutoIt So I download and Install last version (& associated Scite) run the following program MsgBox(0,"MsgBox1","First MsgBox") MsgBox(1,"MsgBox2","Second MsgBox") MsgBox(2,"MsgBox3","Third MsgBox") MsgBox(3,"MsgBox4","Fourth MsgBox") Result is: MsgBox 1 display for 2 second, no other msgBox display ... ans the script ends!! So this is not an AutoIt problem .... and it may have a link with the error I'm by the way tracking LupusBalo (can't remember how to close a topic in title) -
MsgBox do not pause script any more
lupusbalo replied to lupusbalo's topic in AutoIt General Help and Support
I tested some "old" scripts with folowing results: - no problem with compiled scripts - same problem when running from the Editor (Scite)!!! so I'll first check the AutoIt Install Lupusbalo -
MsgBox do not pause script any more
lupusbalo replied to lupusbalo's topic in AutoIt General Help and Support
So obvious .... I'm stupid Here it is #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Icon=C:\&& fixed File on C (icons etc- - )\VBxCommun.ico #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #include <Array.au3> #include <File.au3> AutoItSetOption("MustDeclareVars",1) AutoItSetOption("WinTitleMatchMode",2) ; Global $jlbFile = " Global $rvccFile= "E:\§INSTALLs\§INSTALL 7\analyse et pilote newPC\XXXXXX\XXXXXXX.txt" Global $rvccData , $jlbData Const $NUM_1=1, $NAME_2=2, $VERSION_3=3, $TIME_4=4,$DESCR_5= 5, $COMPANY_6=6, $PATH_7=7, $TYPE64_8=8 _FileReadToArray($rvccFile, $rvccData, $FRTA_COUNT, @TAB) MsgBox($IDOK + $IDCANCEL,"vreturn", @error, 10) _ArrayDisplay($rvccData, "RVCC Data", Default,8) The file to be read is saved from DLL view in "Process explorer" I'm just starting this script, but UDF _FileReadToArray certainely returns an error and the MsgBox is supposed to help find what error I made Incidently: I did find the error in _FileReadTOArray so this is not my question which relates solely with MsgBox/_ArrayDisplay not pausing Purpose of the script will be to compare (on 2 W10 PCs) DLL used by a prog which freeze on one of them and runs perfectly on the other (Hardware are the same - except HDD capacity) one W10 is Family the other Pro -
I wrote AutoIt programs for (too!!) many years! I just update to W10 then install a new machine. Want to write a script and found that whatever flag values MsgBox won't pause the script ( just display for 2 ~ 3 seconds) The same occurs with _ArrayDisplay Thanks for Any Clue
-
In fact there was also .... a question in my post: "which part of the question is unclear" :D JohnOne already answered, and I found it on MSDN THXS anyway Lupusbalo
-
from an "old" user of AutoIt I know that "AutoIt lacks a rename function" (as said in the help file) I always wonder the reason behind and didn't found anything on the forum (may have been answered already in old forum platform ) what about a DOS rename command?? (also not found in forums) it keeps me awake for several nights please HELP
-
regarding space in folder names - they are created by the installer itself!!! in program files(x86) but even in C:\: resulting in forder "C:\ISN AutoIt Studio" (with the 2 spaces) and with the same error (tested) - when "manually" installed in "C:\ISNAutoItStudio"..... (no spaces)... it works perfectly - as well as in the AutoIt3 folder which is its "standard" location - I guess - where it works too So it solves my problem for now (may be not yours !!), but it's still very surprising that this error does not occurs under XP thanks for your help
- 995 replies
-
- autoit ide
- autoit studio
-
(and 3 more)
Tagged with:
-
hello ISI360, thks for your quick answer here is the debug log, .... hope it'll be useful? I'll try from a diff location & let you know what happens ... to be continued ( ) ISN AutoIt Studio - Debug ---------------------------------- OS: WIN_7 Service Pack 1 (X64) RAM: 12286.49 MB Studio version: 0.88 BETA 20.08.2012 (20120820) Executable path: C:Program Files (x86)AutoIt3ISN AutoIt StudioAutoit_Studio.exe (PID 6212) Run on monitor: 1 (Detected: 2) Run from drive: C: |-> compressed: No Working dir: C:Program Files (x86)AutoIt3ISN AutoIt Studio Script dir: C:Program Files (x86)AutoIt3ISN AutoIt Studio Project dir: C:Program Files (x86)AutoIt3ISN AutoIt StudioProjects Templates dir: C:Program Files (x86)AutoIt3ISN AutoIt StudioTemplates Release dir: Release Backup dir: Backups Skins dir: C:Program Files (x86)AutoIt3ISN AutoIt StudioDataSkins Current Skin: #none# Cache dir: C:Program Files (x86)AutoIt3ISN AutoIt StudioDataCache Loaded Plugins: 2 Loaded filetypes: jpg,jpeg,bmp,ico,dll,wav,wave,mp3,ogg,avi,mpeg,mpg,divx,wmv,isf, (15) Run mode: Compiled version User is admin: Yes Autoit3.exe: OK Aut2exe.exe: OK AutoIt3Help.exe: OK Languagefile: english.lng WinAPI version: 6.1
- 995 replies
-
- autoit ide
- autoit studio
-
(and 3 more)
Tagged with:
-
another WOW!!! great piece of software but a problem as follow : when under runnning W7 Ultimate x64 I can't open forms (msg says "cannot open plugin")under XP the plugin & everything works perfectly!! (2 different machines in VirtualBox and XPMode)I tried uninstal/reinstall, and disable/enable the plugin with same resultrunning admin does not change anything any clue?
- 995 replies
-
- autoit ide
- autoit studio
-
(and 3 more)
Tagged with:
-
progress bar window can't be moved
lupusbalo replied to lupusbalo's topic in AutoIt General Help and Support
duno why I can't see this blod£%3@# (heu sorry! ) 3rd parameter Thanks a lot Lupusbalo -
I made a small script as a front/end for ffmpeg allowing multiple conversion of AVCHD Videos Everything works OK including a progress bar (% of MB processed), except that it's window don't move around.(1) (annoying when conversion lasts tens of minutes even hours) initialization of the progress bar occurs as ProgressOn("Conversion MTS => MPEG", "Fichier ",500,10,18)with the option 18 = 16 (Window can be moved) + 2 (Without "always on top" attribute) as stated in the help file tested with "production" version 3.3.0.0 and beta version 3.3.1.1 and same result under XP SP2 I dont see where i'm wrong nothing found in the forum Lupusbalo 1- (No other GUI used just some "FileOpenDialog" to choose relevant files)
-
????????????? somebody answered just above your last post !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
removeble device remove & apply
lupusbalo replied to zvikush's topic in AutoIt General Help and Support
to "unmount your drive" and be sure that there is no pending IO, u can use "sync" from sysinternals (it flushes all pending IOs) make a run from your script I dont know how to actualy "Unmount" the device, an idea could be some "clicks" on the system tray on the "remove device sucurely" system function I see no way for "mounting" lupus -
Internet Explorer Automation UDF library
lupusbalo replied to DaleHohm's topic in AutoIt Example Scripts
I've just have a need for some IE automation (Modem management thru IE actualy) IE.au3 is all what I'd like to see. and it's there, (just a clic far from a quick search!!!) That's really A GEAT, GREAT JOB!! thanks & Congratulations, Dale. Lupusbalo -
create listview items from a file
lupusbalo replied to lupusbalo's topic in AutoIt GUI Help and Support
YES!!!! I knew it was probably something stupid like that. reading re-reading & re-re-re.....I finally found it!! You sjust beat me "on the line" I went to ""clear"" my stupid post when i see your "quick & brilliant" answer THX anyway This Forum is definitely well-visited Lupusbalo