Hi Micah!
> We need a new admin for the Pico/Linux project, the linux distrobution
> (currently targeted at the Helio) featuring PicoGUI. I started the project
> when i ported picogui to the Helio, but i haven't had any time to seriously
> maintain it. Right now the project is suffering from seve
Use something like this to turn on the PG_EXEV_FOCUS flag:
pgSetWidget(button,
PG_WP_EXTDEVENTS, PG_EXEV_FOCUS,
0);
On Sat, Mar 09, 2002 at 04:18:01PM +0200, Okan wrote:
> Hi,
> I want to get PW_WE_FOCUS event when I focus on a
> button,it works on fie
So,samething happens while using pgNewBitmap() on
buttonsI have to delete the bitmap also
Thanks...
On Saturday 09 March 2002 14:36, Micah Dowty wrote:
> Yes, you need to delete the string also.
>
> If this is inside a dialog box, or something else that
> only shows up fo
Is there any way of capturing direction keys without
putting invisible hotkeys in the window ? Because in
hotkeys,event occurs after leaving the direction button...
any idea ???
___
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sour
Hi,
I want to get PW_WE_FOCUS event when I focus on a
button,it works on fields as it says in the header
(
#define PG_WE_FOCUS0x004 /* Sent when a button is
focused, only if it has
* PG_EXEV_FOCUS. The fie
Yes, you need to delete the string also.
If this is inside a dialog box, or something else that only shows up for a short time
you might find pgEnterContext() and pgLeaveContext() helpful.
On Sat, Mar 09, 2002 at 02:08:00PM +0200, Okan wrote:
> When I create a label widget as ;
> ..
Hi Everybody,
Yes, I finally retired the old "Virtual FAQ".. About time!
Anyway, I started a new FAQ on the Wiki. It isn't much yet, just has some general
picogui architecture stuff and a couple common compiling problems. Feel free to add to
it.
--
Only you can prevent creeping featurism!
_
When I create a label widget as ;
..
pghandle label;
label = pgNewWidget(PG_WP_LABLE,,);
pgSetWidget(pgDEFAULT,
pgNewString(""),,,);
.