Okay, for those of you who would like to test out this thing on your FR,
you can get an ipk from the fltkwish project on sourceforge.net. Once
you have Tcl on your phone (opkg install tcl....), and the required
graphics libraries, you can do a quick test with the following script:

    #!/bin/sh
    # \
    exec fltkwish "$0" ${1+"$@"}
    #
    # Create an Image widget and load up a file
    #
    Image t.t -f myfile.jpg -w 460 -h 570 -autoscale false -center false;

    Show t

You can now drag the image about with your finger, or pen. On my machine
the dragging is nice and smooth. You should have an image that is bigger
than the display screen to fully appreciate the results.

If you have troubles, and if you have read the documentation and still
have troubles, feel free to contact me.

Iain F.



Petr Vanek wrote:
> On Tue, 18 Nov 2008 10:58:41 -0500
> "Iain B. Findleton"
> <[EMAIL PROTECTED]> (IBF) wrote:
>
>   
>> No problem, although my setup is not opkg ready yet. As my stuff uses
>> Tcl, libjpeg,libpng,libtiff, the setup is not pretty yet, but if you
>> are a Linux handyman type, it can be done. Otherwise, it will have to
>> wait until I get around to package it all up...
>>     
>
> Yes please, do share anyways,
>
> thank you
>
> Petr
>
>
>
> _______________________________________________
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>   


-- 
Iain B. Findleton
Tel: 514-457-0744


_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to