Re: [Pgui-devel] about picogui client programming

2004-03-01 Thread Pieter Grimmerink
On Sunday 29 February 2004 16:28, Raghu Ram Murthy wrote: > First I want to know how to create an application > without titlebar and how to show/hide title bar of an > application at run time. The titlebar is created by the application manager. You might want to try which application manager come

RE: [Pgui-devel] about picogui client programming

2004-02-29 Thread Raghu Ram Murthy
pgSetWidget(tab1, PG_WP_TEXT, pgNewString("First Tab")); The program compiled properly and while running it is saying that *** PicoGUI ERROR (BADPARAM) : Invalid widget property eventhough the string "First Tab" is displayed on the tab. You have to pass another argunment 0 as last argument to p

[Pgui-devel] about picogui client programming

2004-02-29 Thread Raghu Ram Murthy
Hello all, I want to develop a picogui client program. that is a desktop environment for picogui. It contains a taskbar, dektop and icons on the desk top. start button on the task bar (just like windows). For that I need some help from all of you. First I want to know how to create an application