Jump to content

murfaul

Members
  • Posts

    19
  • Joined

  • Last visited

murfaul's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. The autoit downloads page says "AutoIt has been designed to work on Microsoft Windows 2000/XP/2003, Microsoft Windows Vista, Microsoft Windows Server 2008/2008 R2, Microsoft Windows 7". Has the support for Windows 8 been added to the official release or is it only supported in the beta versions or is it present in the official release but not officially supported yet? When can we expect the webpage to officially acknowledge Windows 8 support?
  2. Does this UDF work with access 2010?
  3. Hi Martin, I can set rates 28800 and 38400 without errors. However as soon as I set the baud rate to 31250 I get: "Setport error =" "unknown error accessing port". I am using DLL version 2.6 with UDF version 2.7. Thanks, Murray
  4. Hi, I have been using this UDF for some time now and have been very happy with it. I have recently found another application where I would like to use it, however the baud rate I require is 31250. The comments in the UDF say the following: "; $iBaud - integer: the baud rate required. With commg.dll v2.3 and later any value allowed up to 256000. ; With v2.4 any value?? ; If using commg.dll before V2.3 then only allowed values are one of ; 50, 75, 110, 150, 600, 1200, 1800, 2000, 2400, 3600, 4800, 7200, 9600, 10400, ; 14400, 15625, 19200, 28800, 38400, 56000, 57600, 115200, 128000, 256000" From what I gather V2.3 or earlier can only operate at the baud rates listed, however I am not clear as to whether V2.4+ will allow other baud rates. I have tried 31250 but receive an error message when executing setport. Could someone confirm whether 31250 does or does not work? Martin, If you happen to read this could you let me know if it would be possible to implement 31250 in a future release of the COMMG.dll? Thanks
  5. Hi Avatar007, I am having the same problem. Could you expand the solution you show, I am not sure how to use this in my code. When I try to insert it into my code I get an error "Variable must be of type "Object""
  6. Thanks for the help, I guess I will try using mouse clicks. I will just have to do some extensive testing to make myself feel better about it.
  7. I need this automation to be quite reliable (for television broadcast), using mouseclicks would worry me. I am trying to automate a playback feature on a video server. I need it to play video at certain times of the day or night when no one is around. I was initially surprised that the playback feature did not support some sort of playlist and scheduling capability so this is why I am trying to automate. Thanks for the response.
  8. Hello, I have an application which I am trying to automate the GUI. I have tried using the Au3Info tool, however it provides me with no control information what so ever. The Au3Info tool only provides the window name and the class name (SunAwtFrame). I then found out that it is a Java application and found Java UDF thread after some digging around. I then installed the Java access bridge and tried using the Java Ferret. This didn't provide me with anything either. After trying some of the examples I was able to confirm that the Java Ferret does work. Does anyone know of another way to obtain window controls or have any suggestions for me?
  9. Hello, I have an application which I am trying to automate the GUI. I have tried using the Au3Info tool, however it provides me with no control information what so ever. The Au3Info tool only provides the window name and the class name (SunAwtFrame). I then found out that it is a Java application and found this thread after some digging around. I then installed the Java access bridge and tried using the Java Ferret. This didn't provide me with anything either. After trying some of the examples I was able to confirm that the Java Ferret does work. Does anyone know of another way to obtain window controls or have any suggestions for me?
  10. Got IT!! Thank you to all who helped me out.
  11. The windows error no longer occurs but the script seems to hang indefinitely when the dll is called. I had to stop the script execution. Who ever wrote this application is fond of Pascal, they created another language called CASLAN based on PASCAL.
  12. 4.3 Data Types Used data types are 32-bit values, byte arrays, and tCascon - an abstract structure for the application. PASCAL type pCascon = ^tCascon; tCascon = Record Sys : pointer; end; C/C++ #define HCASCON long int Calling InitCasRunF function will provide a pointer to such a structure. Then this pointer/ this handle has to be provided as parameter for every other function.
  13. Hello Authenticity, I have been trying to make the sample script you gave me work with little success. I am able to call _GetCasVersion() and that does return the DLL version. However I get a windows error "Autoit.exe has generated errors and will be closed by window" when calling _InitCasRunF(). I have messed around with the example you gave but seem to get no where. I was wondering if you or anyone else may have some insight? Thanks
  14. Does anyone have any comments, suggestions, opinions? I seem to be going in circles now, can't seem to figure out what is wrong with the command execute portion of this. I have tried using some of the other commands in the DDEMLCLIENT.au3 UDF. The two calls to the request functions work but the execute function still does not work. DDEML.au3 DDEMLClient.au3 CasconDDEClient.au3
  15. I was able to get the XTYP_REQUEST working. It was a problem with $CF_UNICODETEXT, changed it to $CF_TEXT and it works. I am not sure if it is a similar problem with the XTYP_EXECUTE. If it is I am not quite sure how to send the command as $CF_TEXT.
×
×
  • Create New...