Code: Select all
sudo apt-get -y --force-yes install codeblocksHave YOU tried glade ?beta-tester wrote:or try glade
no, not yet... i just found the "tool", if i find time, i will give it a try.PeterO wrote:Have YOU tried glade ?
Last time I tries it was so slow it was pretty much unusable on a PI.beta-tester wrote:no, not yet... i just found the "tool", if i find time, i will give it a try.PeterO wrote:Have YOU tried glade ?
See my answer two posts above....PiGraham wrote:The OP is asking for means to create a GUI for Pi, not necessarily to run such tools on a Pi, and not to have a GUI IDE running on Pi. Glade might be appropriate. Presumably you can run it on a more capable machine and cross compile for Pi.
No disagreement there, is there? You are saying Glade is fine for creating GUIs to run on Pi if you develop on a faster machine. Yes?PeterO wrote:See my answer two posts above....PiGraham wrote:The OP is asking for means to create a GUI for Pi, not necessarily to run such tools on a Pi, and not to have a GUI IDE running on Pi. Glade might be appropriate. Presumably you can run it on a more capable machine and cross compile for Pi.
And since you don't seem to know much about Glade.... It writes an xml file that describes the GUI and the callbacks to use when things happen. At run time the xml is parsed by GtkBuilder and the windows and widgets created. Callbacks are automatically linked to the specified handlers.
PeterO