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
without titlebar and how to show/hide title bar of an
application at run time.
and I wrote one small program that uses tabpage
widget.
I pasted the program below.
#include <picogui.h>
main(int argc, char *argv[])
{
pghandle tab1;
pgInit(argc, argv);
pgRegisterApp(PG_APP_NORMAL, "Tab Application", 0);
tab1 = pgNewWidget(PG_WIDGET_TABPAGE, 0, 0);
pgSetWidget(tab1, PG_WP_TEXT, pgNewString("First
Tab"));
pgEventLoop();
return 0;
}
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.
Please let me know what is the problem with this.
waiting for your reply...........
thank you
__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel