RE: [Bojangles-devel] Widget Killing
Status: Alpha
Brought to you by:
nehresma
From: Jonathan R. <jo...@cs...> - 2002-08-21 02:58:08
|
Wes, > I am trying to figure out how to completely remove a widget from the IDE > (I'm focusing on tying it to the delete menuitem that appears on the > widgettree menu now) but I can't figure out that exactly gets added. > Nathan (or anyone else familiar with it) can you tell me how widgets are > created on the screen and if it would be prudent to include a Suicide() > method in the Widget class to completely remove any instance of a widget > (and it's children) from the screen and the dynamically generated XML. Hmm... interesting name for a class method... > Does anyone want to see true XML printing (to a printer) added? You mean the kind that spits paper everywhere? -- or is that some kind of java terminology that's over my head.... > Can someone give a overview of what would need to be added to include SQL > functionality. I'm presuming we would need to make connector widgets that > are invisible (according to the current Centrallix > specifications) populated > with an SQL query... Has anyone looked into this yet? Hmm.. I'm not really sure what you mean... the OSRC and dropdown both take an attribute (I think it's called sql) that gives the SQL query to run to get the needed information. > Could someome provide > me with a copy of kardia.app ported to xml? The script I used to build one is attached -- let me know if you have any problems with it (it's the exact same as the one I sent to centrallix-devel a few minutes ago). Hope that made some sense.... Jonathan |