d be LGPL'ed. If there are any GPL'ed files in the client
libraries, this is a mistake.
This is a significant risk for all users of PicoGUI.
PicoGUI has users?
--Micah
Ym�杽��j��Ljv�y���ا�h����Z��b�An�\y�^r�r&��8^�(!z�g�fޮ��y�ڵǫ�'�q�b�{"��^��-�x"�۬���jv��ƥJ�i��B�'$��^j�梷����ǥjˬ}�dj
��ɝ
only.
Either way, we should probably ditch autoconf ;)
>
> The license:
> what about OS's which don't have dynamic linking, but only static linking ?
> The plain GPL/LGPL has a problem.
pgserver has been LGPL for a while now. The only GPL'ed components are
There's already some support for building pgserver as a library,
and linking client applications to that. IIRC the client library
still needs a little work to make it work with a directly-linked
pgserver.
What about message boxes?
--Micah
--
Only you can prevent cree
I think the biggest problem was just motivation in general. It's hard to
get excited about a GUI that doesn't already do everything you want it to...
especially when it has no applications :)
--Micah
--
Only you can prevent creeping featurism!
-
ion
of your font for pgserver, the converter should have no
trouble with it. Unless you're pretty tight on space though,
I'd recommend using the Freetype font engine. You can get
nice looking antialiased gamma-corrected truetype text, plus
it still supports bitmapped formats like BDF if that
r->num_chars - 1; */
> p->offset = str->num_bytes - 1;
>
> break;
Thanks for catching this, I just committed the fix to svn.
--Micah
--
Only you can prevent creeping featurism!
---
This SF.Net email is sponsored b
een Applications, when there are more than one Client ?
One solution that might work for you is to always keep all apps full-size, but
reorder them in the widget tree so that the active app splits off first and takes
all available space. I don't believe it's possible to rea
to make it easy.
--Micah
On Fri, Apr 23, 2004 at 09:53:22AM +0200, pierre wrote:
> hello guys,
>
> I am very interested in PG but I can't even compile.
> I am working on a pda like with ARM9 and T-Kernel OS.
> I want to use a cross compiler but when I set "--host arm-unknow
Check your system's clock, I've had this happen when the current
time is older than the files distributed with picogui.
--Micah
On Wed, Apr 14, 2004 at 08:35:41AM -0600, Curtis Nelson wrote:
> Hi,
>
> I'm trying to build PicoGUI 0.46. I follow the instructions in the REA
I can't get freetype to load this font in any application,
so it looks like the problem isn't picogui's fault. Maybe
you should find a different font :)
--Micah
On Tue, Apr 13, 2004 at 05:41:41AM -0700, Raghu Ram Murthy wrote:
> I am attaching the font file.
>
> And in
There's nothing at that path on my system. Please give
a URL to the font, or if it's pretty tiny, attach it.
--Micah
On Mon, Apr 12, 2004 at 02:52:15PM -0700, Raghu Ram Murthy wrote:
> In the previous mail I didn't specify for which the
> pgserver is crashed.
>
> It c
ll us what it is (NULL, a bad name, a bad address?) and
try to find out why. That's coming from freetype pretty
much directly, so you may just be trying to load a font format
that confuses freetype or does something odd with face names.
--Micah
--
Only you can prevent creeping featurism!
er formats.
--Micah
On Fri, Apr 09, 2004 at 07:45:52AM -0700, Raghu Ram Murthy wrote:
> Hi,
>
> Is truetype font support is there in picogui. Can I
> specify any truetype font for displaying text on
> buttons?
>
> Thank you.
>
> =
> --
Ah, that makes sense. I'm glad it was something simple.
Instead of making it a non-toggle button it would be good
to fix the button widget so it can't get into this inconsistent state.
--Micah
On Wed, Mar 31, 2004 at 08:44:43AM -0800, Raghu Ram Murthy wrote:
> I found the problem
t's written to
by executing a theme's fillstyle. The divnode then gets clipped to
whatever area of the textbox needs updating and rendered behind
whatever else is being rendered.
For selection, I'd recommend ignoring the background divnode altogether
and rendering either a solid color
spatch.c
This function is the handler for what's usually the last input
filter to touch pointing device events- it's responsible for finding
a widget to deliver the event to.
--Micah
--
Only you can prevent creeping featurism!
---
Th
You should be able to unregister an application just by
deleting its root widget, no need for a new request.
--Micah
On Tue, Mar 30, 2004 at 02:03:56PM -0800, Raghu Ram Murthy wrote:
> Hello,
> There is no client api for unregistering an
> application. I saw network.h header file, the
dget, you could create
a custom panel widget using widget/panel.c as a model. The panel widget
is only responsible for managing the buttons and title placed on the panel,
the resizing functionality is all provided by the 'panelbar' container widget.
--Micah
On Fri, Mar 26, 2004 at 02:54:36P
he bar.
There isn't really a procedure that gets called to resize
a widget. The size property is set, that sets flags that
indicate what needs recalculating and redrawing, then on
the next update they take effect.
I'd suggest rethinking your design. I haven't seen any
reason for
line on the font you want to be default, make sure it isn't present
in the other .fi files.
If you're using a better font engine like freetype, there are configuration
variables to set the defaults. Check README.configfile for more info.
--Micah
--
Only you can prevent creeping featu
interface (or directly Eiffel, but I gave
> that up and made friends with creating a wrapper). I don't need all these
> things like tooltips...
What's wrong with tinyx/kdrive and gtk?
--Micah
--
Only you can prevent creeping featurism!
The wiki setup is buggy, you need a trailing slash to access it. Try:
http://old.picogui.org/wiki/
And even then, I think all the inline images are broken.
--Micah
On Sat, Mar 20, 2004 at 01:33:19PM +0800, sanit wrote:
> hi, micah,
> since i can't access the old.picogui.or
the only reason to invest time into a Eiffel-wrapper I'll have to
> find another gui toolkit.
I would encourage that, there's probably another GUI that fits your needs better.
--Micah
--
Only you can prevent creeping featurism!
--
where
most of the lack of development is coming from.
On the bright side, that means there aren't any planned changes to the C client :)
--Micah
--
Only you can prevent creeping featurism!
---
This SF.Net email is sponsored by: IBM Linux
Your app can set the 'size', 'side', and 'sizemode' properties on its root widget.
This should work for your needs in the 'panel' and 'null' app managers.
--Micah
On Fri, Mar 19, 2004 at 11:02:05AM +0100, Roland Seuhs wrote:
> Hi,
>
> W
owser coming, by the way?
Nobody's been working on it for a while, not in the picogui repository at least.
You can see the latest PicoGUI commits on CIA, but there haven't been any
substantial changes in picogui since CIA's current database was started:
http://c
Hi Everybody,
With the recent traffic on this list, I've become curious.
What is PicoGUI being used for these days?
--Micah
--
Only you can prevent creeping featurism!
---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free
ntation for the 'appmsg' request behind pgAppMsg
would be a good starting point. Besides a little sanity checking,
it would just need to call post_event().
--Micah
--
Only you can prevent creeping featurism!
---
This SF.Net email is sp
lly needs to also
be good enough people would want to use it on linux in place of the
current build system. Having multiple build systems would surely just
lead to headaches in testing later.
--Micah
On Thu, Mar 11, 2004 at 11:02:03AM +0100, Peter Graf wrote:
> Micah wrote:
>
> >Wel
On Thu, Mar 11, 2004 at 12:06:12PM +1300, Keith Smith wrote:
>
> I also think that Micah is being too hard on himself and the active
> PicoGUI community. From my own experience, I know that being head-down
> in the buggy parts of the code (where else would you be?) often prevent
nput filters and some
other fun toys like a remote control app. For more examples, grep the sources
for pgInFilterSend or pgNewInFilter.
--Micah
--
Only you can prevent creeping featurism!
---
This SF.Net email is sponsored by: IBM Linux Tutor
One connection can host any number of applications, so it sounds like
multithreading would be enough for you. However, AFAIK the C client lib
has no multithreading support at all. As picogui development is essentially
dead, I'd recommend looking for alternatives.
--Micah
On Thu, Jan 29, 20
What's wrong with the repository? It's still living happily on navi.
--Micah
On Sat, Nov 15, 2003 at 09:58:58PM -0200, Lalo Martins wrote:
> Is the svn repository going to be back eventually? Or is it
> looking for a new home? If it's up to me, you know I'll quietly
&
I believe the current picogui build system is only happy with automake 1.4
I haven't compiled picogui in a while.
--Micah
On Mon, Sep 29, 2003 at 09:34:49PM +0200, Michael Obenland wrote:
> [EMAIL PROTECTED] wrote:
> >It looks like PicoGUI isn't compatible with the version of
It looks like PicoGUI isn't compatible with the version of automake
you're using.
--Micah
On Mon, Sep 29, 2003 at 05:11:39PM +0200, Michael Obenland wrote:
> It seems my problem with pico starts when I run automake.sh. I get the
>
You mean I should delete the lib and try to build it up "by
> hand"?
Either that or tweak the makefiles to build in a different order
> Hm, sounds wired. Is this an arm-gcc specific problem?
I've seen it on MIPS also, not sure where the problem was rooted.
--Micah
>
&
I've seen something similar before which turned out to be a linker quirk.
If you rearrange the order of libraries it's linking, it might work.
--Micah
On Fri, Sep 26, 2003 at 09:34:08PM +0200, Michael Obenland wrote:
> Hi,
>
> I try to build 0.45 on my linux box for a psion
em.
If you can, try using memprof to track down the source of the leak.
--Micah
On Wed, Sep 03, 2003 at 07:32:51PM +0300, Olcay Korol wrote:
> Hi all,
>
> I have a problem using bitmaps.
>
> I attached a simple piece of code describing that situation. It works on
> an SA1110-b
The text mode font engine is only designed for text mode video drivers,
which in all likelyhood you aren't using.
Even though you compiled in the BDF driver, it's still using the
freetype driver. Read README.configfile, it tells you how to
control this and how to set the font paths.
-
at this point the signal handler is
> setted and the switch statement works on signal
> receiVed! Why now i get a seg fault?
Run it under gdb and get a backtrace
--Micah
--
Only you can prevent creeping featurism!
---
This SF.Net email sp
.
If you just wanted to hack up a quick font property, only pgserver would
need to be changed. The client libraries perform very little processing
on the property names, if any, and don't have to know which widgets
support what properties ahead of time.
--Micah
--
Only you can prevent creep
r waiting for the planned one to poof into existence
is to use a silly little hack.
In order for the onscreen keyboard to be usable when a popup is
onscreen, a hack was added so that popups containing widgets that accept
text will render only in the 'nontoolbar area' and leave all
There is no font property for the textbox yet, it can only be changed in
the theme.
Sorry,
--Micah
On Wed, Aug 06, 2003 at 04:01:47PM +0200, Peter Hermsdorf wrote:
> hi,
>
> this is working for me (for a label), maybe that helps:
>
>status = pgNewWidget(PG_W
vel as well - basically, anything that
> has libSDL and -devel in the package name, like libSDL1.2_ttf-devel, or
> libSDL1.2_sound-devel, install it.
>
> Then, rerun ./configure again.
Hmm, that shouldn't be necessary. PicoGUI doesn't use SDL_image,
SDL_ttf, or anything
I just searched through my IRC logs, it looks like I told you to use
"pgserver < /dev/tty0 > /dev/tty0"
Would still be nice to know why the config option failed :)
--Micah
On Wed, Jul 23, 2003 at 12:11:00PM +0200, Peter Hermsdorf wrote:
> mhm, this change has no effect. st
There is a intpu-ttykb.device configuration variable as documented in
README.configfile. It defaults to /dev/tty, you'd probably want to
change it to /dev/tty0.
--Micah
On Wed, Jul 23, 2003 at 10:36:07AM +0200, Peter Hermsdorf wrote:
> hi all,
>
> i`m using picogui on a sharp
.
So, I'd say that unless you add it yourself the chances of getting a
thread-safe PicoGUI in C are very slim. If you aren't up to writing a
new client library, it's probably best to just reorganize your code so
that all PicoGUI API calls can be made from one thread.
--Micah
On Wed,
The C client library does not support threading. If you use picogui in a
multithreaded program, you may only make PicoGUI API calls from one
thread.
On Tue, Jul 22, 2003 at 12:48:15PM +0200, Marine Martin-Guillerez wrote:
> For displaying an image can we include the function for display this imag
up there.
I'd actually prefer if it could automatically reject all messages from
non-subscribed addresses, but I've asked the sourceforge staff about it
before and their mailman setup can't handle it yet.
--Micah
--
Only you can prevent creeping featurism!
driver lets SDL do this conversion. The rawttykb and ttykb
drivers let the kernel do it, or use the kernel's tables.
If you're writing your own input driver, it's that driver's
responsibility to handle internationalization.
--Micah
--
Only you can prevent creeping featurism!
for sanity.
--Micah
On Tue, Jul 01, 2003 at 10:13:31PM -0400, patrick wrote:
> Micah Dowty said:
> > That's odd... perhaps you have a buggy copy of perl?
> > Anyways, the change you're suggesting couldn't hurt, so I committed it
> to the svn repository.
>
&
On Tue, Jul 01, 2003 at 05:08:14AM -0400, patrick wrote:
>
> Micah Dowty said:
> > It could be that some of this makefile hacking you mention caused the
> > fonts to not be compiled correctly. You should be getting a large
> > automatically generated C file in font/bdf_fo
hain or a broken
libtool. Now, dynamic libraries AFAIK don't exist in uClinux, but
libtool should still work- unless you have the "libpgserver" option
enabled, it's only being used to generate static libraries used as
temporary files in the build process.
--Micah
--
Only you can
h -mno-cygwin, since it still needs
cygwin for BSD-style socket support among other things. IMHO it's wrong
of sdl-config to give us that flag.
--Micah
As for -mno-cygwin, that should
On Fri, Jun 27, 2003 at 12:47:26AM +, Mark and Janice Juszczec wrote:
>
> Hi folks
>
>
It could be that some of this makefile hacking you mention caused the
fonts to not be compiled correctly. You should be getting a large
automatically generated C file in font/bdf_fonts.c
--Micah
On Sun, Jun 29, 2003 at 08:02:31AM -0400, patrick wrote:
> Hi.
>
> I have managed (with som
the field widget
> becomes visible.
>
> Any help is appreciated.
Sorry for the late reply.
This isn't actually a focus problem at all, it's a redrawing bug that's
been around for a long time. This is the same bug that can cause the
terminal widget to be mostly blank afte
ahead and update the OpenZaurus packages.
--Micah
--
Only you can prevent creeping featurism!
---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Serve
PicoGUI 0.45 won't work, since it was released before Lalo and I made
the changes necessary for Cygwin support. You have to use sources from
the svn repository.
--Micah
On Thu, Jun 12, 2003 at 03:31:57PM +, Mark and Janice Juszczec wrote:
> Hi folks
>
> I'm trying to comp
ld be made to output ipks.
--Micah
On Wed, Jun 11, 2003 at 09:44:26PM -0700, Eric Heinemann wrote:
> Now that I finally graduated and have a real job, I plan on buying more 'toys' (i.e.
> SL-C750/SL-C760 or any other possible linux device). From there I plan on making
> more
I received a C700 for PicoGUI porting purposes, so hopefully soon I'll
get the OpenZaurus packages for the 5500 and the C700 updated.
--Micah
On Sun, Jun 01, 2003 at 07:13:48PM -0700, Eric Heinemann wrote:
> After hours of hair-pulling (I'm now bald), I finally
> got a PicoGUI R
I think you're on the wrong mailing list if you want help with
Microwindows.
--Micah
On Tue, Jun 10, 2003 at 10:23:21PM -0700, bmm bmm wrote:
>
> Hi all, iam new to this windowing concept.i am
> curently
> trying to learn about microwindows. Can i create & use
&
> something to our theme file, or is that changeable through client code.
I'm not really sure what situation you're referring to, with hotkey.ok
and payloads. Could you supply a simple example that works under 0.44
but not in 0.45
ply to you and
to the list.
--Micah
--
Only you can prevent creeping featurism!
---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11
Nathaniel handed us a link to a really interesting paper on this very topic:
http://freetype.sourceforge.net/david/reliable-c.html
On Mon, Mar 31, 2003 at 04:18:45PM -0700, Micah Dowty wrote:
> Lalo and I have been discussing this more on IRC.
>
> The main sticking point seems to be e
ding backtraces.
- Use setjmp/longjmp and a separate stack. There's an implementation of this
in Kazlib: http://users.footprints.net/~kaz/kazlib.html
--Micah
On Mon, Mar 31, 2003 at 01:22:37PM -0700, Micah Dowty wrote:
> Hi Everybody,
>
> It will still be a few months yet
d Java.. I just don't see any
advantage in using over C++, and it has many disadvantages in memory usage and
interoperation with other languages.
If anyone can prove me wrong about this, It'd be great to write pg2 in something
more interesting than C or C++ :)
--Micah
On Mon, Mar 31
thout libstdc++ to produce binaries not much
larger than C. (http://fresco.org/~njs/c++-without-stdc++)
- C++ includes exceptions and constructors/destructors, two features we would
definitely need to implement by hand if we used C.
--Micah
--
Only you can prevent creeping featurism!
Hi,
I just posted sanit's screenshots to picogui.org:
http://picogui.org/Screenshots/20030328_handinfo/photo_view
--Micah
--
Only you can prevent creeping featurism!
---
This SF.net email is sponsored by:
The Definitive IT and Netwo
On Fri, Mar 28, 2003 at 03:07:48PM +0800, sanit wrote:
> hi micah,
>we had run picogui in our board(68VZ328 CPU).
>Is there a method for pgserver send a message to application?
>
>we had a removeable device in our board, when it removed, we must tell appli
Ok, how about this for a short-term plan:
0.45 release - usable terminal widget
0.46 release - bugfixes
- move to SVN repository -
0.47 release - new build system
On Wed, Mar 26, 2003 at 10:18:27AM -0300, Lalo Martins wrote:
> On Tue, Mar 25, 2003 at 09:39:32AM -0700, Micah Do
Hi,
I just posted another screenshot of pterm on picogui.org:
this time it's running Emacs, and editing it's own source :)
--Micah
--
Only you can prevent creeping featurism!
---
This SF.net email is sponsored by:
The Definit
Great :)
On Tue, Mar 25, 2003 at 04:22:43PM +, Aidan Delaney wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> > I'm not
> > sure if that will be enough bandwidth though, and after I move out of the
> > college dorms I'll probably need to find somewhere faster than a cable
> > mode
;ll probably need to find somewhere faster than a cable modem to host
it.
--Micah
--
Only you can prevent creeping featurism!
---
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 200
On Tue, Mar 25, 2003 at 02:46:03PM +1200, Eric Gillespie wrote:
> On Sun, 23 Mar 2003, Micah Dowty wrote:
>
> :Hi Everybody,
> :
> :The terminal widget is still far from perfect, but it's
> :now working well enough to run mutt, less, links, and vim
> :with mostly only m
The C client library isn't designed to be thread-safe yet. Only call its API functions
from the same thread you called pgInit() from. The only solutions are to either make
the
C client lib thread-safe (hard given it's design- it needs a rewrite) or to pass a
message
from your secondary thread bac
On Mon, Mar 24, 2003 at 03:06:46AM +, Mark and Janice Juszczec wrote:
>
> Hi folks
>
> A couple of things.
>
> About a month ago, I was having big problems compiling/running pgui-0.43
> for the Helio. Micah suggested 2 things. I forget the one, but the other
ever other ncurses apps I have with no known bugs,
I'll release PicoGUI 0.45.
--Micah
--
Only you can prevent creeping featurism!
---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mi
On Thu, Mar 20, 2003 at 12:17:40AM +0300, Michael A. Borisov wrote:
> Dear Mr. Dowty,
No need for the formalness, you can call me Micah :)
> But I have several other questions.
>
> 1. I would like to create application without panelbar. How I can do it?
There are a few different
er example in SDL's picogui video driver.
--Micah
On Tue, Mar 18, 2003 at 07:14:46PM +0300, [EMAIL PROTECTED] wrote:
> Hello everybody,
>
> I would like to create bitmap from raw data. I think I have to use
> pgCreateBitmap function and then fill this bitmap. I have raw data
&g
On Thu, Mar 13, 2003 at 12:15:56PM +, Mark and Janice Juszczec wrote:
...
> Are there any readers who worked on PicoLinux or who know how to get ahold
> of the folks who worked on PicoLinux? I need as much background info as I
> can get.
>
> Micah, I think I remember some
erialmouse driver. If you mus use gpm, enable gpm's
relaying option and have pgserver read from its relay socket.
--Micah
On Wed, Mar 12, 2003 at 08:44:03PM -0700, Micah Dowty wrote:
> I just tried the gpm input driver along with the ncurses video driver using
> the latest CVS (My nvidia car
failing.
--Micah
On Thu, Mar 13, 2003 at 09:21:57AM +0800, Edward Sung wrote:
> Hi Micah,
>
> I posted the message regarding GPM input driver on this mailing list about
> 2 weeks ago. When I executed the command "pgserver -v fbdev -i gpm" under
> my Linux console, the
Thanks for finding this and providing the detailed description.
I just committed a fix for this to CVS.
On Sat, Mar 08, 2003 at 09:24:38AM +0800, Edward Sung wrote:
> Hi Micah and all,
>
>
>
> I got an error about implementing an action. The action is: I
> created three me
Hi Everybody,
pgserver is now officially LGPL'ed. I had a script automatically relicense
only the files that originally contained my own copyright- some of the
drivers still contain GPL'ed code, but I've labeled them in the config menu.
Let me know if I missed anything.
--Mica
er drivers...
It should be fine to LGPLize all the code I own the copyright to, and all the
other code with an LGPL-compatible license. As far as I can tell, it shouldn't
impact the usability of PicoGUI in average embedded platforms.
Does this sound reasonable?
--Micah
--
Oops, I forgot to forward BigThor's screenshot. I put it up here:
http://old.picogui.org/download/picogtk.png
On Wed, Feb 26, 2003 at 07:11:24AM -0700, Micah Dowty wrote:
> - Forwarded message from Big Thor <[EMAIL PROTECTED]> -
>
> Organization: http://freemail.web.
- Forwarded message from Big Thor <[EMAIL PROTECTED]> -
Organization: http://freemail.web.de/
From: Big Thor <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: PicoGTK Proof-Of-Concept
X-Spam-Status: No, hits=2.4 required=7.0
tests=X_NOT_PRESENT,DOUBLE_CAPSWORD,SUPERLONG_LINE,
Sounds like you need a newer version of SDL.
On Mon, Feb 24, 2003 at 03:19:41PM -0500, Laurent Violeau wrote:
> Hi,
> When I try to compile PicoGUI 0.44 with the SDL driver, I get an error in sdlfb.c in
> the function sdlfb_setmode line 120: SDL_RESIZABLE is not defined.
> Did I miss anything?
>
original SVG file. There's also a guru() t-shirt :)
I'm not making any profits from this, the prices there are the lowest cafepress
lets you set. I'm not sure of the quality either, since I haven't ordered one
myself yet.
--Micah
--
Only you can preven
On Tue, Feb 18, 2003 at 12:00:50AM +0100, Tomas wrote:
> hi
>
> what is the difference between
> pgEventLoop()
> and
> while (1) pgEventPoll()
> ?
pgEventLoop() blocks your program and processes all events until pgExitEventLoop() is
called. pgEventPoll() processes any available events and retu
The screenshot page, photo page, and links box were causing too much CPU
usage on the server hosting picogui.org, causing the site downtime earlier
this week. They've been temporarily disabled until lalo can fix it.
I posted a comment on the latest news item noting the downtime.. you can
still acce
You can retrieve any version of picogui from CVS. All
releases have been tagged, plus you can specify any date.
Check the CVS manpage for the syntax.
On Wed, Feb 19, 2003 at 02:26:39PM +0800, sanit wrote:
> Hi Micah,
>Where did i download the older version picogui, just like 2001 year v
ey send raw events, it should be easy to
> > write one. PicoGUI's if_touchscreen input filter will handle all calibration
> > and filtering for you.
>
> The Palmax touchscreen connects to "COM1".
>
I guess this shows how forget
ting point and looked at one of the
touchscreen drivers to see how they send raw events, it should be easy to
write one. PicoGUI's if_touchscreen input filter will handle all calibration
and filtering for you.
--Micah
--
Only you can prevent creeping featurism!
---
Hi Pieter,
Normally a fixinfo.type of 4 means your display is planar rather than linear.
PicoGUI should support this if you have the "vgaplan4" Video Base Library enabled.
--Micah
On Fri, Feb 14, 2003 at 12:11:39PM +0100, Pieter Grimmerink wrote:
> I'm just new to picogui
On Thu, Feb 13, 2003 at 09:44:21AM -0500, george donnelly wrote:
> [Lalo Martins wrote ([EMAIL PROTECTED]) on 2/13/03 2:06 AM]
>
> > Thanks again for you kind offer :-)
>
> my pleasure.
>
> > We finished the migration tonight, Micah will be updating the DNS in the
On Thu, Feb 13, 2003 at 03:51:24PM +0100, Thomas A. de Ruiter wrote:
> Micah Dowty wrote:
> >Also, I just tried it in Internet Exploder- for the most part it works,
> >but it looks like IE's PNG support is broke. The logo's background shows
> >as black rather than
On Thu, Feb 13, 2003 at 11:53:12AM -0200, Lalo Martins wrote:
> In good Lalo tradition, I did both - so now this works with any virtual
> hosting setup. Count this as fixed.
spiffy
>
> Perhaps we should start a "picogui.org" category in the Collector?
Hmm.. I started to try to do this, but it
On Thu, Feb 13, 2003 at 04:50:42AM -0700, Micah Dowty wrote:
> Hmm.. a few bugs other than the ones on the news item, noticed after
> it was posted:
Also, I just tried it in Internet Exploder- for the most part it works,
but it looks like IE's PNG support is broke. The logo's bac
es that picogui authors happen
to have also written ;)
On Thu, Feb 13, 2003 at 03:46:28AM -0700, Micah Dowty wrote:
> Hi Everybody,
>
> Thanks to the hard work of Lalo and DevGirl, and Zettai's free hosting, PicoGUI now
>has a new official web site, complete with real conte
1 - 100 of 799 matches
Mail list logo