We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi all! I am currently using the G4P GUI tool developed by @quark and it works fine so far. The only problem I have currently is with the drop list. When I create a drop list and run my program, I get an error which says:
The file "list_864427" is missing or inaccessible, make sure the URL is valid or that the file has been added to your sketch and is readable.
I am developing in Processing 2.2.1 with G4P v3.5
Kind regards!
Answers
It worked for me I suspect you have not created the list for it.
Once you have added the GDropList control with GUI Builder click on 'Options List File' in the properties grid, and a dialog window will appear, type in your list of options one per line. DO NOT change the actual file name i.e. "list_864427"
If I try to edit the file via G4P (even I don't know what to write inside XD ) I get this output in the console!
==== CAN'T FIND FILE ================================================
P.S. I have to add that I use Mac, maybe that could be one of the reasons.
Ok, solved it! The list is not created if you don't put something into the 'Option List File.' Thank you @quark!
P.S. Maybe in the next update you could create the file even if the developer doesn't edit it!