pollop Posted June 15, 2008 Posted June 15, 2008 Hey I'm using the last version of autoit and i have problems with my GUI...I always got those message when i use Extended VariablesCan you help me plz ? Thanks
martin Posted June 15, 2008 Posted June 15, 2008 pollop said: Hey I'm using the last version of autoit and i have problems with my GUI...I always got those message when i use Extended VariablesCan you help me plz ? Thanks For that one you need to have#include <StaticConstants.au3> Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
MHz Posted June 15, 2008 Posted June 15, 2008 Constant files have changed so you may need to update your include statements.Use FinD in Files within Scite and search the AutoIt3 include directory for $SS_RIGHT in *au3 files. Scite output pane said: ...StaticConstants.au3:13:Global Const $SS_RIGHT = 2StaticConstants.au3:30:Global Const $SS_RIGHTJUST = 0x0400...You need to include "StaticConstants.au3"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now