i'm just making a simple gridbox-based form and i want the controls inside
to be dynamically appended by the user. If the gridbox has at least one
initial item it works fine, and user can add as many controls as he wants,
but IupLoad and ledc compiler stops with an error.

IupLoad("ui.led"): led(ui.led): bad input at line 21 - expected identifier
but found )
ledc: ui.led:21: error: too few arguments for gridbox


if adding NULL as the only child...

IupLoad("ui.led"): led(ui.led): bad input at line 23 - symbol 'NULL' not
defined
ledc: ui.led:22: warning: undeclared control 'NULL' (argument #1)

IupLoad fails to load the led file. Ledc works, but with that warning.
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to