![]() ![]() |
May 14 2007, 10:39 PM
Post
#1
|
|
|
Group: Members Posts: 47 Joined: 28-February 06 Member No.: 9,244 |
Hello all,
I've searched quite unsuccessfully for a shopping list application for pdaXrom. You know, something where you select items from a previously created list you need to shop and tick them off as you load them into the cart. There are several such applications for OpenZaurus, mostly based on xml. But if I'm correct then OZ-applications are QT, which doesn't run on pdaXrom. A Gtk-application should run, shouldn't it? Does anyone know of such an application for pdaXrom? |
|
|
|
May 15 2007, 12:02 AM
Post
#2
|
|
|
Group: Members Posts: 138 Joined: 12-February 04 Member No.: 1,830 |
QUOTE(Tron @ May 15 2007, 06:39 AM) Hello all, I've searched quite unsuccessfully for a shopping list application for pdaXrom. You know, something where you select items from a previously created list you need to shop and tick them off as you load them into the cart. There are several such applications for OpenZaurus, mostly based on xml. But if I'm correct then OZ-applications are QT, which doesn't run on pdaXrom. A Gtk-application should run, shouldn't it? Does anyone know of such an application for pdaXrom? QT apps do work under pdaXrom; perhaps you're thinking of Qtopia apps, which are Sharp-ROM-only. I use Portabase as a shopping list app (which is a QT app). As an example, you can create a field with a description (text), another with the shopping aisle number (select from a list), and another as a checkbox to indicate whether to buy or not. You can sort the list on aisle number, then description. Then you can set up a filter to only show those items to buy. There's also an option to tick checkboxes without going into edit mode. I've moved over to Debian EABI now, so am trying to compile Portabase up for that platform. |
|
|
|
May 15 2007, 04:24 AM
Post
#3
|
|
|
Group: Members Posts: 108 Joined: 7-November 05 From: Russia Member No.: 8,481 |
QUOTE(danr @ May 15 2007, 11:02 AM) QUOTE(Tron @ May 15 2007, 06:39 AM) Hello all, I've searched quite unsuccessfully for a shopping list application for pdaXrom. You know, something where you select items from a previously created list you need to shop and tick them off as you load them into the cart. There are several such applications for OpenZaurus, mostly based on xml. But if I'm correct then OZ-applications are QT, which doesn't run on pdaXrom. A Gtk-application should run, shouldn't it? Does anyone know of such an application for pdaXrom? QT apps do work under pdaXrom; perhaps you're thinking of Qtopia apps, which are Sharp-ROM-only. I use Portabase as a shopping list app (which is a QT app). As an example, you can create a field with a description (text), another with the shopping aisle number (select from a list), and another as a checkbox to indicate whether to buy or not. You can sort the list on aisle number, then description. Then you can set up a filter to only show those items to buy. There's also an option to tick checkboxes without going into edit mode. I've moved over to Debian EABI now, so am trying to compile Portabase up for that platform. I try to compile it under Debian EABI. arm-linux-g++ -c -pipe -DQT_QWS_CUSTOM -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUG -I/include -I/usr/share/qt3//include -I./ -o database.o database.cpp database.cpp: In constructor ‘Database::Database(QString, int*, int)’: database.cpp:40: error: ‘win32FileOpenFunc’ is not a member of ‘c4_Storage’ database.cpp: In member function ‘QStringList Database::listViews()’: database.cpp:273: error: ‘stringCompareFunc’ is not a member of ‘c4_View’ database.cpp:275: error: ‘stringCompareFunc’ is not a member of ‘c4_View’ ..... Do you how to compile? No configure. |
|
|
|
May 15 2007, 04:41 AM
Post
#4
|
|
|
Group: Members Posts: 138 Joined: 12-February 04 Member No.: 1,830 |
QUOTE(svs57 @ May 15 2007, 12:24 PM) I try to compile it under Debian EABI. arm-linux-g++ -c -pipe -DQT_QWS_CUSTOM -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUG -I/include -I/usr/share/qt3//include -I./ -o database.o database.cpp database.cpp: In constructor ‘Database::Database(QString, int*, int)’: database.cpp:40: error: ‘win32FileOpenFunc’ is not a member of ‘c4_Storage’ database.cpp: In member function ‘QStringList Database::listViews()’: database.cpp:273: error: ‘stringCompareFunc’ is not a member of ‘c4_View’ database.cpp:275: error: ‘stringCompareFunc’ is not a member of ‘c4_View’ ..... Do you how to compile? No configure. I have the same problem unfortunately. It's strange because I could compile Portabase for pdaXrom with no problems. It might be something to do with the version of metakit included with Debian. Maybe I'll try to compile metakit to see if that makes a difference. |
|
|
|
May 15 2007, 05:17 AM
Post
#5
|
|
|
Group: Members Posts: 47 Joined: 28-February 06 Member No.: 9,244 |
QUOTE(danr @ May 15 2007, 02:41 PM) I have the same problem unfortunately. It's strange because I could compile Portabase for pdaXrom with no problems. I run into the same problem trying to compile it on the zaurus. Do you have a working ipk for pdaXrom? I'd love to try that on my Z (pdaXii13, but will hopefully work). |
|
|
|
May 15 2007, 06:35 AM
Post
#6
|
|
|
Group: Members Posts: 138 Joined: 12-February 04 Member No.: 1,830 |
QUOTE(Tron @ May 15 2007, 01:17 PM) I run into the same problem trying to compile it on the zaurus. Do you have a working ipk for pdaXrom? I'd love to try that on my Z (pdaXii13, but will hopefully work). Hmm maybe I didn't compile it after all. I looked on my PC and found the one I install was created by pgas. Anyway, here it is.
Attached File(s)
|
|
|
|
May 15 2007, 10:01 AM
Post
#7
|
|
|
Group: Members Posts: 1,141 Joined: 22-April 04 From: Belgium Member No.: 2,962 |
QUOTE(Tron @ May 15 2007, 02:17 PM) QUOTE(danr @ May 15 2007, 02:41 PM) I have the same problem unfortunately. It's strange because I could compile Portabase for pdaXrom with no problems. I run into the same problem trying to compile it on the zaurus. Do you have a working ipk for pdaXrom? I'd love to try that on my Z (pdaXii13, but will hopefully work). Since it's a qt3 app, has anyone tried to run "qmake" followed by "make" ? (I didn't look at the source, so it may be a stupid remark) Chero. |
|
|
|
May 15 2007, 01:07 PM
Post
#8
|
|
|
Group: Members Posts: 138 Joined: 12-February 04 Member No.: 1,830 |
QUOTE(Chero @ May 15 2007, 06:01 PM) Since it's a qt3 app, has anyone tried to run "qmake" followed by "make" ? (I didn't look at the source, so it may be a stupid remark) Chero. Yes, it just requires a qmake and make. But it has a dependency on metakit and beecrypt. Metakit seems to give it the problems described above. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 03:19 AM |