Author Topic: Grisbi Available  (Read 9029 times)

plcg

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • http://
Grisbi Available
« Reply #15 on: August 11, 2006, 04:01:28 pm »
Quote
Great! I'll try to compile 0.5.9 tonight and hopefully can update the contrib package.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=138271\"][{POST_SNAPBACK}][/a][/div]
Unfortunately, it doesn't work for me  
But, while debugging grisbi 1.5.9, i've found that import "segmentation fault" happends in import.c when calling a gtk function (see below in bold characters)

void selection_fichiers_import ( void )
{
    GtkWidget *fenetre;

    fenetre = gtk_file_selection_new ( _("Select files to import") );
    gtk_window_set_transient_for ( GTK_WINDOW ( fenetre ),
                                   GTK_WINDOW ( window ));
    gtk_window_set_modal ( GTK_WINDOW ( fenetre ),
                           TRUE );
    gtk_file_selection_set_select_multiple ( GTK_FILE_SELECTION ( fenetre ), TRUE );
    file_selection_set_filename ( GTK_FILE_SELECTION ( fenetre ),
                                      dernier_chemin_de_travail );
...

If I put this line in comments (/* */), import works but multi-selection of files is (of course) no more allowed.
So, it seems to be a gtk problem.
By the way, Meanie, I saw in your feed that you've hacked gtk2.
Can you tell me why ?
Is it for pdaXqtrom ?
Thanks

plcg
C760 & Pdaxrom 1.1.0beta1 / Transcend 512 MB CF
C1000 & Cacko 1.23 full / PQI 1 GB SD/ Hitachi 2GB microdrive
Linksys WCF12 CF WiFi Card

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Grisbi Available
« Reply #16 on: August 12, 2006, 05:38:16 pm »
Now there is also "HomeBank" for pdaXrom !

See pinned announcement thread.

Have Fun,
Chero.
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Grisbi Available
« Reply #17 on: August 22, 2006, 02:29:42 am »
Quote
Quote
Great! I'll try to compile 0.5.9 tonight and hopefully can update the contrib package.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=138271\"][{POST_SNAPBACK}][/a][/div]
Unfortunately, it doesn't work for me  
But, while debugging grisbi 1.5.9, i've found that import "segmentation fault" happends in import.c when calling a gtk function (see below in bold characters)

void selection_fichiers_import ( void )
{
    GtkWidget *fenetre;

    fenetre = gtk_file_selection_new ( _("Select files to import") );
    gtk_window_set_transient_for ( GTK_WINDOW ( fenetre ),
                                   GTK_WINDOW ( window ));
    gtk_window_set_modal ( GTK_WINDOW ( fenetre ),
                           TRUE );
    gtk_file_selection_set_select_multiple ( GTK_FILE_SELECTION ( fenetre ), TRUE );
    file_selection_set_filename ( GTK_FILE_SELECTION ( fenetre ),
                                      dernier_chemin_de_travail );
...

If I put this line in comments (/* */), import works but multi-selection of files is (of course) no more allowed.
So, it seems to be a gtk problem.
By the way, Meanie, I saw in your feed that you've hacked gtk2.
Can you tell me why ?
Is it for pdaXqtrom ?
Thanks

plcg
[div align=\"right\"][a href=\"index.php?act=findpost&pid=138285\"][{POST_SNAPBACK}][/a][/div]

I hacked gtk2 for both pdaXrom and pdaXqtrom. The reason being that the gtk file dialog by default is bigger than the Z's physical screen so I hardcoded it to be smaller so it could actually fit on the screen.
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

desertrat

  • Hero Member
  • *****
  • Posts: 743
    • View Profile
    • http://
Grisbi Available
« Reply #18 on: August 27, 2006, 05:29:14 am »
For those looking for a financial app here's another choice, JabpLite:

http://www.freepoc.org/viewapp.php?id=58

Here's the blurb:
Quote
The idea behind JabpLite has been to write a sophisticated personal finance program in Java MIDP which will work on a range of devices including Symbian phones and the Blackberry.  JabpLite has many features to help you keep track of your finances, for example:

    * Multiple accounts
    * Default and user-defined categories
    * Regular transactions (ie. save the transactions you do regularly)
    * Track your investments
    * Standing Orders (yearly, monthly, daily with any frequency), automatically generated on the due dates
    * Future Balance calculations (see if you will have enough money to last until pay day!)
    * Net worth calculation
    * Top ten expense categories (see where your money is going!)
    * Foreign currency accounts with automatic revaluation when FX rates change

and much more.

To run it you need midp, see this thread:
https://www.oesf.org/forums/index.php?showtopic=16246

NB the download is obsolete use this instead:
http://mail.pdaxrom.org/download/rc12/test...P2.0-arm.tar.gz

Untar it and put the resulting directory (MIDP2.0-arm) somewhere (doesn't matter where). Now you can install Jabplite by running:
Code: [Select]
/path/to/MIDP2.0-arm/bin/midp -install http://www.freepoc.org/download/midp2/JabpLite.jar
It's a pretty neat app but the major drawback is the small display.
 [ Invalid Attachment ]

-- cheers
SL-C3100 / Ambicon WL1100C-CF / pdaXrom 1.1.0beta3 / IceWM

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Grisbi Available
« Reply #19 on: August 27, 2006, 09:41:37 am »
Quote
For those looking for a financial app here's another choice, JabpLite:

http://www.freepoc.org/viewapp.php?id=58

Here's the blurb:
Quote
The idea behind JabpLite has been to write a sophisticated personal finance program in Java MIDP which will work on a range of devices including Symbian phones and the Blackberry.  JabpLite has many features to help you keep track of your finances, for example:

    * Multiple accounts
    * Default and user-defined categories
    * Regular transactions (ie. save the transactions you do regularly)
    * Track your investments
    * Standing Orders (yearly, monthly, daily with any frequency), automatically generated on the due dates
    * Future Balance calculations (see if you will have enough money to last until pay day!)
    * Net worth calculation
    * Top ten expense categories (see where your money is going!)
    * Foreign currency accounts with automatic revaluation when FX rates change

and much more.

To run it you need midp, see this thread:
https://www.oesf.org/forums/index.php?showtopic=16246

NB the download is obsolete use this instead:
http://mail.pdaxrom.org/download/rc12/test...P2.0-arm.tar.gz

Untar it and put the resulting directory (MIDP2.0-arm) somewhere (doesn't matter where). Now you can install Jabplite by running:
Code: [Select]
/path/to/MIDP2.0-arm/bin/midp -install http://www.freepoc.org/download/midp2/JabpLite.jar
It's a pretty neat app but the major drawback is the small display.
 [ Invalid Attachment ]

-- cheers
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

you can also run jamvm and classpath (java emulator) with me4se (midp emulator for java). i have modified me2se to run in 640x480.

you can find jamvm and classpath here:
[a href=\"http://zaurus.daemons.gr/menaie/pdaxrom/feed/contribs/]http://zaurus.daemons.gr/menaie/pdaxrom/feed/contribs/[/url]

my modified me2se can be found here:
http://zaurus.daemons.gr/menaie/mirror/stu...her_0.2_arm.zip

on second thoughts, why not just run the full jabp version rather than the lite version under jamvm...
« Last Edit: August 29, 2006, 07:39:27 am by Meanie »
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

desertrat

  • Hero Member
  • *****
  • Posts: 743
    • View Profile
    • http://
Grisbi Available
« Reply #20 on: August 31, 2006, 12:16:58 pm »
Quote
on second thoughts, why not just run the full jabp version rather than the lite version under jamvm...
Have you tried it? Is it fast (enough) to use? I don't have much space left on my hdd so can't install the java stuff right now  Maybe I should just get a new phone instead, the Nokia N93 looks good
SL-C3100 / Ambicon WL1100C-CF / pdaXrom 1.1.0beta3 / IceWM

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Grisbi Available
« Reply #21 on: September 04, 2006, 10:24:12 am »
Quote
Quote
on second thoughts, why not just run the full jabp version rather than the lite version under jamvm...
Have you tried it? Is it fast (enough) to use? I don't have much space left on my hdd so can't install the java stuff right now  Maybe I should just get a new phone instead, the Nokia N93 looks good
[div align=\"right\"][a href=\"index.php?act=findpost&pid=140352\"][{POST_SNAPBACK}][/a][/div]

it should work. i only tested jabp on sharp rom (since i dont run pdaxrom anymore) and it ran fine.
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

desertrat

  • Hero Member
  • *****
  • Posts: 743
    • View Profile
    • http://
Grisbi Available
« Reply #22 on: September 10, 2006, 09:45:03 am »
Quote
it should work. i only tested jabp on sharp rom (since i dont run pdaxrom anymore) and it ran fine.
Thanks. I'm using jabplite on my new phone (E70), it runs pretty well and it's more convenient than using the Z (ie no need to get it out, switch it on etc.)
SL-C3100 / Ambicon WL1100C-CF / pdaXrom 1.1.0beta3 / IceWM