12-15-2013, 01:04 PM
Hi,
is there a possibility to repair the command "GUI NewField"?
that it works without "groupname"
GUI_NewField( windowname, filedname, globalvariablename, groupname(optional))
- Creates a new field in that window that displays the value from globalvariablename (value can be modified by the user!)
The field is only in the wrong color
you have to select it to view it
MAHA
is there a possibility to repair the command "GUI NewField"?
that it works without "groupname"
GUI_NewField( windowname, filedname, globalvariablename, groupname(optional))
- Creates a new field in that window that displays the value from globalvariablename (value can be modified by the user!)
PHP Code:
GUI_NewField("MAHA-TEST","Info:","Start")
The field is only in the wrong color
you have to select it to view it
MAHA