Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - doc

Pages: 1 2 [3]
31
Software / New App: zLapSpeed Calculator
« on: April 16, 2004, 11:47:26 pm »
Calculate avg. lap speed for any race track!
Also keep a running average for multiple lap
qualification runs...just in time for the Indy 500!

zLapSpeed Home:
http://www.cinlug.org/index.php?module=Sta...laps/index.html
zLapSpeed ipk:
http://www.cinlug.org/index.php?module=Sta...s_1.0.0_arm.ipk

I also still have these two apps...I would like
to get all 3 of these apps on the Zaurus feed???
offroadgeek, how can I do that?  You never said?

XP Calc Home:
http://www.cinlug.org/index.php?module=Sta.../xpc/index.html
XP Calc Donwload ipk:
http://www.cinlug.org/index.php?module=Sta...c_1.0.0_arm.ipk

And for the Linux golfer...

ZGScore Home:
http://www.cinlug.org/index.php?module=Sta.../zgs/index.html
ZGScore Download ipk:
http://www.cinlug.org/index.php?module=Sta...e_1.0.0_arm.ipk

32
Indianapolis / Is there anybody out there???
« on: April 08, 2004, 11:50:19 pm »
Or are you all hanging out in bars in Broad Ripple?

33
Indianapolis / Welcome Hoosiers, Boilers, etc. to the Indianapolis ZUG
« on: April 08, 2004, 09:11:15 am »
Doc is actually a Minnesota Gopher, transplanted from Minneapolis to Indianapolis.

Doc is on the board of directors for the CINLUG (Central Indiana Linux Users Group) and thought since he acquired a Zaurus he would see if there were other interested folks in the central Indiana region.

If you own a Zaurus and live in central Indiana, this is the place for you!

You may also be interested in attending the CINLUG chapter meetings, held on the first Wednesday of every month.  For more details see the CINLUG website at http://www.cinlug.org/

Doc has recently written a couple of Zaurus Qtopia applications that can be found on the CINLUG website at http://www.cinlug.org/index.php?module=Sta...f=db/index.html

If you have any questions, concerns or comments, please do not hesitate to post them here.

Welcome to the Indianapolis ZUG!

34
Software / New App: ZGScore - Zaurus Golf Score
« on: April 07, 2004, 06:20:14 pm »
Per a request in User Requests for Applicatons...
http://www.zaurususergroup.com/index.php?n...iewtopic&t=3050

I generated some code to do the trick.  It is a golf scoring program that only requires the use of the rocker buttons.  Check it out at...

http://www.cinlug.org/index.php?module=Sta.../zgs/index.html

Also, for you dungeon masters, I moved my XP Calc to the CINLUG site too...

http://www.cinlug.org/index.php?module=Sta.../xpc/index.html

I hope to add this to various Zaurus Software indicies and/or the Zaurus Feed...enjoy!

35
Qt/Qtopia / QFileDialog Brickwall
« on: April 06, 2004, 11:07:26 pm »
Another question for Qtopia experts...

I\'m trying to use a QFileDialog and hitting my head against a wall...it has to be obvious...

I keep getting compile errors:
zgscore.cpp: In method `void ZGS::Print()\':
zgscore.cpp:259: no method `QFileDialog::getSaveFileName\'
zgscore.cpp:259: warning: unused variable `class QString fileName\'
make: *** [zgscore.o] Error 1

Here is the code:
void ZGS::Print()
{
 QString fileName = QFileDialog::getSaveFileName( \"/tmp/zgscore.txt\",
                                                  \"Textfiles (*.txt)\",
                                                  this,
                                                  \"save file dialog\",
                                 \"Choose a filename to print report\" );
/* do something with fileName here */
}

Here is the class:
class ZGS : public ZGSBase
{
    Q_OBJECT
                                                                               
public:
    ZGS( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
    ~ZGS();
protected:
private slots:
    void Print();
};

I\'ve included <qfiledialog.h> so that\'s not the problem, what could be the deal?

Thanks in advance.

36
Qt/Qtopia / Capture Harware Button Events in Qtopia?
« on: April 05, 2004, 10:30:27 pm »
Hey any Qtopia experts out there can tell me how to capture the hardware button events in a program...like the rocker button(s) mainly?

Any example code?

Thanks.

37
Software / New App: XP Calculator
« on: April 03, 2004, 05:22:48 pm »
Figured I\'d post this on this room too.  Cheers,

Hi all,

Thanks for your help in figuring out how to compile my own Qtopia app.

I have tried my hand at writing a little app for you D&D DM\'s out there.

It is an Experience Point Calculator for 3e and 3.5e D&D.

Check it out/download it at http://www.cinlug.org/index.php?module=Sta.../xpc/index.html

Feedback welcome! Enjoy!

38
Site Suggestions, Requests, and Updates / Indianapolis, Indiana ZUG
« on: April 02, 2004, 07:51:49 pm »
Why not?

I am on the board of directors for the Central Indiana Linux Users Group,
http://www.cinlug.org/ and would like to see a ZUG group in Central Indiana as well.

39
Linux Applications / What happened to Sharp\'s Developer\'s site???
« on: March 30, 2004, 07:04:43 pm »
Sharp\'s developer website has been defunct for a while now.   It has been under construction for ages.  When is it coming back?  Is it coming back?

 :cry:

40
Deals and Great Z Buys / SD Memory and Stylus
« on: March 22, 2004, 05:43:41 pm »
Found a relatively good deal $58 US free shipping for  a 256M SD card
at http://www.amazon.com

Also a cool \"lighted stylus/ballpoint\" at:
http://store.yahoo.com/pda-mart/st-stylus-d-treo.html

I think for the 5500 only.

Still wondering about the mic/headset single port...see previous thread \"Zaurus 5500 Accessories\"

Cheers,

41
Deals and Great Z Buys / Zaurus 5500 Accessories?
« on: March 21, 2004, 08:59:12 pm »
Anyone know of anyplace to buy accessories for the 5500 on-line for good prices?

I just bought a 5500 on ebay and the stylus broke.  I superglued it, but would like to get a couple spares.  Along with some screen protectors and maybe a case.

Thanks,[size=18][/size]

42
Qt/Qtopia / Cross-Compile Basic Path Problem...help!!!
« on: March 16, 2004, 02:44:00 pm »
I\'m trying to cross-compile just the basic Qtopia example.  I followed the instructions for \"Red Hat 9\" and am able to get the qvfb x86 version working, but when I source the dev-arm-qpe.sh script, I can\'t do anything.

I try to build the Makefile using \"tmake -o Makefile example.pro\"
and get the message:

/usr/bin/perl: error while loading shared libraries: /opt/Qtopia/sharp/lib/libc.so.6: ELF file OS ABI invalid

Even just doing an \"ls\" I get errors!

ls: error while loading shared libraries: /opt/Qtopia/sharp/lib/libc.so.6: ELF file OS ABI invalid

I\'m sure it is a path problem, when I run the dev-x86-qpe.sh script, everything works just fine and my paths look like:

echo $LD_LIBRARY_PATH
/opt/Qtopia/lib:/usr/local/lib:/home/mcdoc/lib:

echo $PATH
/opt/Qtopia/bin:/opt/Qtopia/bin:/home/mcdoc/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/java/j2re1.4.2_02/bin:.:/opt/Embedix/tools/arm-linux/bin

When I run the dev-arm-qpe.sh script my paths look like:

echo $LD_LIBRARY_PATH
/opt/Qtopia/sharp/lib:/usr/local/lib:/home/mcdoc/lib:

echo $PATH
/opt/Qtopia/sharp/bin:/opt/Qtopia/sharp/bin:/opt/Embedix/tools/arm-linux/bin:/home/mcdoc/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/java/j2re1.4.2_02/bin:.

Am I seriously overlooking something???

Can anyone clue me in???

Thanks,
Doc

Pages: 1 2 [3]