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