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!)
![[Image: 6pny.png]](http://img163.imageshack.us/img163/5199/6pny.png)
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!)
![[Image: 6pny.png]](http://img163.imageshack.us/img163/5199/6pny.png)
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