Hello,
> I am also attaching "rotate.c", the code I am using to test rotations.
a small error in rotate.c :
> pgSetVideoMode (PGDEFAULT, PGDEFAULT, PGDEFAULT, PG_FM_ON, rotation_flag);
must be :
pgSetVideoMode (PGDEFAULT, PGDEFAULT, PGDEFAULT, PG_FM_SET, rotation_flag);
you can
Well, there's no list box widget yet. In the future we will probably implement
a list box 'meta-widget' within the client library. List boxes are constructed
from boxes, listitems, labels, and the scroll widget. You can take a look at
the source code to the File Picker dialog box here:
http://c
That's pretty neat. Seems to work a lot better with the correct library paths
:)
I just thought I'd mention an alternative to putting each component in a
shared library- the shared library approach works fine, but i'm worried about
portability of dlopen(). You could have a 'main' app, like the
Pascal Bauermeister wrote:
>
> Micah Dowty wrote:
> >
> > I just added the "Base rotation angle" config option to implement this. It
> > rearranges the rotation logic in video.c such that a 90 degree rotation flag
> > loads the 90+base degree video wrapper, and so on.
> >
>
> great stuff, thank
Hello,
I am having a problem when using pgAppMessage() between two applications.
The two attached examples (based on msgdemo) illustrate the problem:
- run recvMsg in an xterm
- run sendMsg in another xterm
msgSend creates 10 int messages numbered 0 to 9 and quickly sends them
to msgRecv.
When
Hi all,
a popup window has 16 widget_boxes and all of them have 4 label_widgets(per
box) in our client project. but there is a problem while showing this
popup.for example when i select this popup it appears after approx. 6~7
seconds.
the cause of problem may popup has a lot of widget or anothe
Micah Dowty wrote:
>
> I just added the "Base rotation angle" config option to implement this. It
> rearranges the rotation logic in video.c such that a 90 degree rotation flag
> loads the 90+base degree video wrapper, and so on.
>
great stuff, thank you. I just tested it yesterday. It eases a
Hi,
I've noticed a very weird interaction problem between the pgboard and
other application. Please try the following :
- compile and run the apps/pgboard with the keyboard of your choice
- compile and run the attached sample code. This simply opens a menu
when a button is clicked.
Then ch