It seems to happen with other scripts too, never had this before.
maybe its got something to do with running it from another computer via messenger/shared desktop?
Version 7.3.5 - 06/12/2004
where are these log files ?
thanks!
Search found 13 matches
- Thu Aug 18, 2005 10:14 am
- Forum: Technical / Scripting
- Topic: Acces Violation Error at adress 00499DB0 in module 'm...
- Replies: 16
- Views: 18227
- Thu Aug 18, 2005 10:00 am
- Forum: Technical / Scripting
- Topic: Acces Violation Error at adress 00499DB0 in module 'm...
- Replies: 16
- Views: 18227
Acces Violation Error at adress 00499DB0 in module 'm...
I keep getting this error message while trying to write a very simple script for automatically accepting desktop sharing via msn messenger. Acces Violation Error at adress 00499DB0 in module 'msched.exe'. Read of adress 00000004. This error message keeps turning up every time i click the msched icon...
- Fri Jun 17, 2005 9:57 am
- Forum: Technical / Scripting
- Topic: how to pull everything out of subfolders
- Replies: 1
- Views: 4147
how to pull everything out of subfolders
another thing I would like to be alble to do: for any given folder perform the following action: if the folder contains files in subfolders, move them to the main folder and remove the subdirectories so that you get a folder containing all files in the same place. Maybe this is a command line thing ...
- Fri Jun 17, 2005 9:42 am
- Forum: Technical / Scripting
- Topic: making msched see file properties
- Replies: 2
- Views: 4493
making msched see file properties
you can use "FileDate, FileSize, IfFileExists..." but can you also perform actions based on other file properties (for example owner, last opened, artist, title, ID3 tag content...) ? I want to sort/select files based on properties you can view in the Windoze Explorer's "details" view... this would ...
- Sat May 28, 2005 10:07 pm
- Forum: Technical / Scripting
- Topic: problem with Java interface
- Replies: 0
- Views: 3973
problem with Java interface
One of the programs that is part of an automated process I am building is a Java application. I think the GUI does not use standard windows buttons, at least they don't look like they are. when opening the program it always takes a few seconds for the buttons to appear. First you only see a blank wi...
- Fri May 27, 2005 3:02 pm
- Forum: Technical / Scripting
- Topic: navigating to a location in a tree view correctly
- Replies: 7
- Views: 10692
It works! I make Msched delete the preference file of the program and replace it by a fixed one I made. It now starts up with all the right paths in the right places. I made 5 different pref files so Msched only needs to replace the pref file with another one if it needs the program to use other pat...
- Tue May 24, 2005 5:06 pm
- Forum: Technical / Scripting
- Topic: navigating to a location in a tree view correctly
- Replies: 7
- Views: 10692
That looks like an interesting lead. There is no such option in the program but I think it reads some preferences file for loading recent paths etc... If I can find a way to modify this pref file and have the program read it correctly my problem is solved... I'll let you know if it works... thank yo...
- Tue May 24, 2005 4:49 pm
- Forum: Technical / Scripting
- Topic: Selectmenu not working properly?
- Replies: 10
- Views: 12968
- Tue May 24, 2005 4:30 pm
- Forum: Technical / Scripting
- Topic: navigating to a location in a tree view correctly
- Replies: 7
- Views: 10692
I tried your suggestion in the following manner: I made a .bat file containing the lines: cd c:\content\workfolder start c:\tools\mfi\mfitool.exe and ran it by doubleclicking it It does not seem to affect the tree view window inside the program (wich is used for setting source and destination for fi...
- Tue May 24, 2005 4:07 pm
- Forum: Technical / Scripting
- Topic: navigating to a location in a tree view correctly
- Replies: 7
- Views: 10692
Thank you for your quick reply! Unfortunately there is no 'expand all' option. Or is there a standard windows key combination that might work here ? I also thought of trying to solve this by sending several left-arrow keystrokes to collapse all and then starting the navigation with right and down ar...
- Tue May 24, 2005 3:47 pm
- Forum: Technical / Scripting
- Topic: navigating to a location in a tree view correctly
- Replies: 7
- Views: 10692
navigating to a location in a tree view correctly
One of the programs I am trying to script is using a file menu in tree view for choosing the destination folder. How can I point this to a certain folder consistently? If for example I use a fixed combination of the arrow keys, when a subfolder is added or removed, expanded or collapsed, the up-down...
- Tue May 24, 2005 1:13 pm
- Forum: Technical / Scripting
- Topic: stepping through a script containing alt-key combinations
- Replies: 2
- Views: 4545
stepping through a script containing alt-key combinations
I have a script in wich i make use of stuff like : //export file press alt send>fee press enter The script contains some bugs and i want to trace them. If I try to use the Trace function (Debug>Trace... in edit window) however, these alt keycombinations don't work because the program they are being ...
- Tue May 24, 2005 11:55 am
- Forum: Technical / Scripting
- Topic: Selectmenu not working properly?
- Replies: 10
- Views: 12968
mnu> not working
I tried to use this command in several applications. In Cubase for example it seems like the numbering of the menu items is not strictly 0 1 2 3 4 etc..., sometimes it skips from 5 to 8 or something. It's as if there are more menu items in between that you can't see... I spent some time trying to fi...