Hi folks
Here's another question ;-( Its in the swap() routine, again ;-(
determined to get this working
Mark
main(){
pgInit();
pgRegisterApp();
pgEnterContext(); // context 1
create some buttons and pgBind 1 of them to entryList
pgEventLoop();
pgLeaveContext(); // context 1
}
Hi folks
Today I wanna ask about context management. Here's a pseudocode skeleton of
the code I'm working on. The question is in the swap() routine.
inching ever closer to success
Mark
main(){
pgInit();
pgRegisterApp();
pgEnterContext(); // context 1
create some buttons and pgBind
On Sun, Apr 07, 2002 at 03:54:38PM +, Mark and Janice Juszczec wrote:
> Hi folks,
>
> Given a widget called orig, I'd like to create a new widget containing the
> orig's text. I've accomplished this with the code:
>
> editWidget=pgNewWidget(PG_WIDGET_FIELD,
> PG_DE
Hi folks,
Given a widget called orig, I'd like to create a new widget containing the
orig's text. I've accomplished this with the code:
editWidget=pgNewWidget(PG_WIDGET_FIELD,
PG_DERIVE_INSIDE,
editWidgetPopup);
pgSetWidget(editWidget,
Yes, the value returned by pgGetString is only valid until the next PicoGUI API call,
as it's stored in a temporary buffer by cli_c. If you want to save a copy you'll
probably want to use strdup(pgGetString(foo)) then free() the string when you're done.
On Tue, Apr 02, 2002 at 01:10:46PM +,
On Fri, Apr 05, 2002 at 01:12:31PM +, Mark and Janice Juszczec wrote:
>
> Hi folks
>
> I'm happy to announce I've had a breakdown - I mean breakthru - and have
> figured out how to select and display an entry from a scrollable list. The
> next step is to capture changes to that entry and
Hi folks
I'm happy to announce I've had a breakdown - I mean breakthru - and have
figured out how to select and display an entry from a scrollable list. The
next step is to capture changes to that entry and get them redisplayed in
the scrollable list.
Yes, its a small step. But I've finall
Hi folks
Just a PIM update.
Had to set up some hardware over the weekend and tend to a sick kid but I
had 3 days off and some time to play with the PIM. I worked with
pgorganizer a bit and ran into a few things I didn't understand.
I'll try to post those here if anyone is interested.
Since
Hello all
I just wanted to let y'all know what I've been doing. Taking some of the
feedback received after the first set of sketches was posted (thanks Micah),
I've changed the screens slightly. The new versions have tabs across the
top naming the various screens: System, To Do, Memo, Sched
Hi folks
This is just a quick note to let y'all know I haven't dropped off the face
of the earth. I've created jpegs of the following PIM screens
Main Screen
To Do list showing all entries
To Do showing detail of 1 entry
Memo list showing all entries
Memo showing detail of 1 en
Sent: Wednesday, October 24, 2001 8:32 AM
To: [EMAIL PROTECTED]
Subject: [Pgui-devel] PIM gui pictures
Hello everyone,
We've discussed the stuff that I'm going to try and make PIM v1.0 do
from a
user's point of view. Last weekend, I sketched the layout of the
various
screens. I
.jpeg or .png would be good. If you need a drawing program, you can get The GIMP
for Linux and Windows.
Quoting Mark and Janice Juszczec <[EMAIL PROTECTED]>:
>
> Hello everyone,
>
> We've discussed the stuff that I'm going to try and make PIM v1.0 do
> from a
> user's point of view. Last we
;
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Mark and
> > Janice Juszczec
> > Sent: Wednesday, October 24, 2001 7:32 AM
> > To: [EMAIL PROTECTED]
> > Subject: [Pgui-devel] PIM gui pictures
> >
&g
rom: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Mark and
> Janice Juszczec
> Sent: Wednesday, October 24, 2001 7:32 AM
> To: [EMAIL PROTECTED]
> Subject: [Pgui-devel] PIM gui pictures
>
>
>
> Hello everyone,
>
> We've discussed the stuff that I'
Hello everyone,
We've discussed the stuff that I'm going to try and make PIM v1.0 do from a
user's point of view. Last weekend, I sketched the layout of the various
screens. I'd like to post them to the list for comment and would like to
know - what's the best way to send them? I have Star
> -Original Message-
> From: Mark and Janice Juszczec [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, October 21, 2001 5:31 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: [Pgui-devel] PIM design
>
>
>
> Hello all
>
> Sean suggested
>
> &g
Hello all
Sean suggested
> > 1. To do list with due date - format mmddyy,
>
>Preferably a customizable date format, maybe for all PicoGUI applications
>(Locale support?)
Customizable date - sure. Could you give some examples of locale
specific dates?
> > classificat
I've added some suggestions down below.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Mark and
> Janice Juszczec
> Sent: Thursday, October 18, 2001 8:12 PM
> To: [EMAIL PROTECTED]
> Subject: [Pgui-devel] PIM design
&g
Hello everyone
I thought I'd ask a few questions about PIM design for PicoGUI. I'm not up
to speed about what PicoGUI has regarding widgets and user interface stuff,
so let's start with what apps y'all want available in the first version.
What do y'all think of:
1. To do list with due dat
does this project has a sourceforge project etc.?
-tasnim
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 9:22 PM
Subject: [Pgui-devel] PIM app
> Hi,
>
>
> Quote from the picogui homepage:
> "No
Hi,
Quote from the picogui homepage:
"Now that it looks like PicoGUI can support a PIM application, we're looking for
suggestions. If you have any input regarding the data format or the overall design (or
anything at all!) please let us know on the mailing list."
I am currently working on a P
21 matches
Mail list logo