Re: [Pgui-devel] Selection in Textbox widget

2004-03-30 Thread Micah Dowty
On Tue, Mar 30, 2004 at 09:11:57AM -0800, Raghu Ram Murthy wrote: > Hello All, > > I implemented selection mechanism, cut, copy, paste > and drag and drop of text from one text box to another > textbox or within the same textbox. > > But there is a small problem. I didn't implement > selecting of

Re: [Pgui-devel] About zoom button in panel's panelbar

2004-03-30 Thread Micah Dowty
On Tue, Mar 30, 2004 at 09:06:59AM -0800, Raghu Ram Murthy wrote: > It is working fine, but one small problem. > > After fullscreen, when ever I clicked on the zoom > button to off fullscreen for the first time, it is not > getting the event. It is getting event when I clicked > second time. What

Re: [Pgui-devel] Un registering an application

2004-03-30 Thread Micah Dowty
You should be able to unregister an application just by deleting its root widget, no need for a new request. --Micah On Tue, Mar 30, 2004 at 02:03:56PM -0800, Raghu Ram Murthy wrote: > Hello, > There is no client api for unregistering an > application. I saw network.h header file, there, after >

[Pgui-devel] Un registering an application

2004-03-30 Thread Raghu Ram Murthy
Hello, There is no client api for unregistering an application. I saw network.h header file, there, after PGREQ_REGISTER, PGRQ_UNUSED_1 is there. May be that is left for un registering application. Am i right? = - P.Raghu Ram Murthy, M-tech (Computer Sc

[Pgui-devel] Selection in Textbox widget

2004-03-30 Thread Raghu Ram Murthy
Hello All, I implemented selection mechanism, cut, copy, paste and drag and drop of text from one text box to another textbox or within the same textbox. But there is a small problem. I didn't implement selecting of text in good manner. So I want to know how to change the background of text. Ther

Re: [Pgui-devel] About zoom button in panel's panelbar

2004-03-30 Thread Raghu Ram Murthy
> If you can implement this full-screen mode in a way > that's compatible > with an otherwise unmodified PicoGUI distribution, > you could add code > to panel_zoom_callback() in widget/panel.c and send > me a patch for > inclusion in the svn repository. I implemented full screen mode. The steps i