You can subscribe to this list here.
1999 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(23) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2000 |
Jan
(15) |
Feb
(11) |
Mar
(6) |
Apr
(47) |
May
(14) |
Jun
(13) |
Jul
(20) |
Aug
(4) |
Sep
(15) |
Oct
(28) |
Nov
(40) |
Dec
(11) |
2001 |
Jan
(28) |
Feb
(9) |
Mar
(17) |
Apr
(10) |
May
(26) |
Jun
(31) |
Jul
(83) |
Aug
(66) |
Sep
(106) |
Oct
(82) |
Nov
(139) |
Dec
(76) |
2002 |
Jan
(138) |
Feb
(140) |
Mar
(118) |
Apr
(179) |
May
(85) |
Jun
(92) |
Jul
(53) |
Aug
(39) |
Sep
(60) |
Oct
(48) |
Nov
(114) |
Dec
(71) |
2003 |
Jan
(76) |
Feb
(58) |
Mar
(83) |
Apr
(70) |
May
(23) |
Jun
(63) |
Jul
(27) |
Aug
(233) |
Sep
(74) |
Oct
(35) |
Nov
(24) |
Dec
(42) |
2004 |
Jan
(85) |
Feb
(99) |
Mar
(33) |
Apr
(43) |
May
(17) |
Jun
(29) |
Jul
(17) |
Aug
(16) |
Sep
(17) |
Oct
(5) |
Nov
(3) |
Dec
(15) |
2005 |
Jan
(38) |
Feb
(24) |
Mar
(11) |
Apr
(14) |
May
(4) |
Jun
(15) |
Jul
(11) |
Aug
(5) |
Sep
(3) |
Oct
(14) |
Nov
(9) |
Dec
(3) |
2006 |
Jan
(9) |
Feb
(4) |
Mar
(4) |
Apr
(2) |
May
(6) |
Jun
(1) |
Jul
(3) |
Aug
(10) |
Sep
|
Oct
(1) |
Nov
|
Dec
(7) |
2007 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(2) |
Dec
|
2008 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
(2) |
May
|
Jun
(3) |
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Mathieu A. <ma...@op...> - 2005-11-28 04:46:28
|
On Sunday 27 November 2005 04:44 pm, you wrote: Hi Dirk, Thanks for the suggestion. I have tried to run the java application on my debian system and I am getting errors. Please see below. Any suggestions would be welcome. Regards, Mathieu Allard -- [mathieu@algaria]~$ java -jar jpilot-db-1.3.17-ej.jar ** ERROR **: file ../../../src/libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c: line 572 (createRawData): assertion failed: (data_fid != 0) aborting... zsh: abort java -jar jpilot-db-1.3.17-ej.jar -- > Why don't you use de java program JPilot?? > > already compiled on sourceforge > > On my OSX iBook it works fine > > dirk > > Mathieu Allard <ma...@op...> wrote: > >On Saturday 26 November 2005 08:29 pm, Fabian Stelter wrote: > >Hi, > >I was unable to find precompiled binaries for my Linux system. > >Please let me know where I could find them if these exist. > >Thanks, > >Mathieu Allard > > > >> Hello, > >> > >> I dont't know how active this list still is. > >> But why don't you use the already compiled version? > >> > >> Greetings from Germany, > >> > >> Fabian > >> > >> ma...@op... schrieb am 26.11.05 23:49:13: > >> > On Saturday 26 November 2005 04:33 pm, > >> > pil...@li... wrote: > >> > Hello, > >> > I'm having trouble compiling palm-db-tools-0_3_6.tar.gz on debian > >> > unstable. ./configure completes successfully however, I'm having > >> > errors at make time. First I get errors about having extra semi-colons > >> > which I remove in 2 of the files ./libpalm/Block.h on line 179 and > >> > ./libpalm/File.h on line 92 which I remove. > >> > I after removing the extra semicolons I still get errors from make > >> > which I have included in the body of this email. > >> > Thank you in advance for your help with this issue, I would very much > >> > like to use a free software database on my palm pilot. > >> > Please let me know if any information would be needed on library > >> > versions etc. Cudos to all of the good work that has been put into > >> > this project. Regards, > >> > Mathieu Allard > >> > > >> > > >> > Error messages from when running make : > >> > -- > >> > [mathieu@algaria]~/palm-db-tools$ make > >> > make -C libsupport; make -C libpalm; make -C libflatfile; make -C > >> > flatfile; make[1]: Entering directory > >> > `/home/mathieu/palm-db-tools/libsupport' g++ -ansi -pedantic -g -O2 > >> > -Wall -Werror -Wno-deprecated -I. -I.. -DHAVE_CONFIG_H -c csvfile.cpp > >> > cc1plus: warnings being treated as errors > >> > ../libsupport/infofile.h:33: warning: 'class > >> > DataFile::InfoFile::Parser' has virtual functions but non-virtual > >> > destructor > >> > ../libsupport/infofile.h:38: warning: 'class > >> > DataFile::InfoFile::ConfigParser' has virtual functions but > >> > non-virtual destructor > >> > ../libsupport/infofile.h:48: warning: 'class > >> > DataFile::InfoFile::DatabaseParser' has virtual functions but > >> > non-virtual destructor > >> > ../libsupport/infofile.h:58: warning: 'class > >> > DataFile::InfoFile::TypeParser' has virtual functions but non-virtual > >> > destructor > >> > ../libsupport/infofile.h:68: warning: 'class > >> > DataFile::InfoFile::PDBPathParser' has virtual functions but > >> > non-virtual destructor > >> > make[1]: *** [csvfile.o] Error 1 > >> > make[1]: Leaving directory `/home/mathieu/palm-db-tools/libsupport' > >> > make[1]: Entering directory `/home/mathieu/palm-db-tools/libpalm' > >> > g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. > >> > -DHAVE_CONFIG_H -c File.cpp > >> > cc1plus: warnings being treated as errors > >> > ../libsupport/infofile.h:33: warning: 'class > >> > DataFile::InfoFile::Parser' has virtual functions but non-virtual > >> > destructor > >> > ../libsupport/infofile.h:38: warning: 'class > >> > DataFile::InfoFile::ConfigParser' has virtual functions but > >> > non-virtual destructor > >> > ../libsupport/infofile.h:48: warning: 'class > >> > DataFile::InfoFile::DatabaseParser' has virtual functions but > >> > non-virtual destructor > >> > ../libsupport/infofile.h:58: warning: 'class > >> > DataFile::InfoFile::TypeParser' has virtual functions but non-virtual > >> > destructor > >> > ../libsupport/infofile.h:68: warning: 'class > >> > DataFile::InfoFile::PDBPathParser' has virtual functions but > >> > non-virtual destructor > >> > make[1]: *** [File.o] Error 1 > >> > make[1]: Leaving directory `/home/mathieu/palm-db-tools/libpalm' > >> > make[1]: Entering directory `/home/mathieu/palm-db-tools/libflatfile' > >> > g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. > >> > -DHAVE_CONFIG_H -c Factory.cpp > >> > cc1plus: warnings being treated as errors > >> > ../libsupport/infofile.h:33: warning: 'class > >> > DataFile::InfoFile::Parser' has virtual functions but non-virtual > >> > destructor > >> > ../libsupport/infofile.h:38: warning: 'class > >> > DataFile::InfoFile::ConfigParser' has virtual functions but > >> > non-virtual destructor > >> > ../libsupport/infofile.h:48: warning: 'class > >> > DataFile::InfoFile::DatabaseParser' has virtual functions but > >> > non-virtual destructor > >> > ../libsupport/infofile.h:58: warning: 'class > >> > DataFile::InfoFile::TypeParser' has virtual functions but non-virtual > >> > destructor > >> > ../libsupport/infofile.h:68: warning: 'class > >> > DataFile::InfoFile::PDBPathParser' has virtual functions but > >> > non-virtual destructor > >> > make[1]: *** [Factory.o] Error 1 > >> > make[1]: Leaving directory `/home/mathieu/palm-db-tools/libflatfile' > >> > make[1]: Entering directory `/home/mathieu/palm-db-tools/flatfile' > >> > g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. > >> > -DHAVE_CONFIG_H -c pdbtools.cpp > >> > cc1plus: warnings being treated as errors > >> > ../libsupport/infofile.h:33: warning: 'class > >> > DataFile::InfoFile::Parser' has virtual functions but non-virtual > >> > destructor > >> > ../libsupport/infofile.h:38: warning: 'class > >> > DataFile::InfoFile::ConfigParser' has virtual functions but > >> > non-virtual destructor > >> > ../libsupport/infofile.h:48: warning: 'class > >> > DataFile::InfoFile::DatabaseParser' has virtual functions but > >> > non-virtual destructor > >> > ../libsupport/infofile.h:58: warning: 'class > >> > DataFile::InfoFile::TypeParser' has virtual functions but non-virtual > >> > destructor > >> > ../libsupport/infofile.h:68: warning: 'class > >> > DataFile::InfoFile::PDBPathParser' has virtual functions but > >> > non-virtual destructor > >> > make[1]: *** [pdbtools.o] Error 1 > >> > make[1]: Leaving directory `/home/mathieu/palm-db-tools/flatfile' > >> > make: *** [all] Error 2 > >> > -- > >> > > >> > > >> > ------------------------------------------------------- > >> > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > >> > files for problems? Stop! Download the new AJAX search engine that > >> > makes searching your log files as easy as surfing the web. DOWNLOAD > >> > SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > >> > _______________________________________________ > >> > Pilot-db-list mailing list > >> > Pil...@li... > >> > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > >> > >> ______________________________________________________________ > >> Verschicken Sie romantische, coole und witzige Bilder per SMS! > >> Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > >> > >> > >> > >> ------------------------------------------------------- > >> This SF.net email is sponsored by: Splunk Inc. Do you grep through log > >> files for problems? Stop! Download the new AJAX search engine that > >> makes searching your log files as easy as surfing the web. DOWNLOAD > >> SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > >> _______________________________________________ > >> Pilot-db-list mailing list > >> Pil...@li... > >> https://lists.sourceforge.net/lists/listinfo/pilot-db-list > > > >------------------------------------------------------- > >This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > files for problems? Stop! Download the new AJAX search engine that > > makes searching your log files as easy as surfing the web. DOWNLOAD > > SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > >_______________________________________________ > >Pilot-db-list mailing list > >Pil...@li... > >https://lists.sourceforge.net/lists/listinfo/pilot-db-list > > __________________________________________________________________ > Switch to Netscape Internet Service. > As low as $9.95 a month -- Sign up today at > http://isp.netscape.com/register > > Netscape. Just the Net You Need. > > New! Netscape Toolbar for Internet Explorer > Search from anywhere on the Web and block those annoying pop-ups. > Download now at http://channels.netscape.com/ns/search/install.jsp |
From: Fabian S. <fab...@we...> - 2005-11-27 07:15:16
|
Oh, sorry, my mistake. I haven't read that you were talking about the pilot-db-tool. I haven't found binary packages of them too. But are you sure that they are intented to be compiled in and form Windows? Unfortunately I don't know much about compiling. The source seems to be more than two years old, perhaps you need different software to be able to compile ist. Is there perhaps a note about it in the readme or somewhere else in the package? If compiling doesn't work perhaps you want to use wine, qemu or vmware. On the links page of pilot-db you find a link to jpilot-db , a java applikation which can handle pilot-db databases. Greetings, Fabian ma...@op... schrieb am 27.11.05 07:39:22: > > On Saturday 26 November 2005 08:29 pm, Fabian Stelter wrote: > Hi, > I was unable to find precompiled binaries for my Linux system. > Please let me know where I could find them if these exist. > Thanks, > Mathieu Allard > > > Hello, > > > > I dont't know how active this list still is. > > But why don't you use the already compiled version? > > > > Greetings from Germany, > > > > Fabian > > > > ma...@op... schrieb am 26.11.05 23:49:13: > > > On Saturday 26 November 2005 04:33 pm, > > > pil...@li... wrote: > > > Hello, > > > I'm having trouble compiling palm-db-tools-0_3_6.tar.gz on debian > > > unstable. ./configure completes successfully however, I'm having errors > > > at make time. First I get errors about having extra semi-colons which I > > > remove in 2 of the files ./libpalm/Block.h on line 179 and > > > ./libpalm/File.h on line 92 which I remove. > > > I after removing the extra semicolons I still get errors from make which > > > I have included in the body of this email. > > > Thank you in advance for your help with this issue, I would very much > > > like to use a free software database on my palm pilot. > > > Please let me know if any information would be needed on library versions > > > etc. Cudos to all of the good work that has been put into this project. > > > Regards, > > > Mathieu Allard > > > > > > > > > Error messages from when running make : > > > -- > > > [mathieu@algaria]~/palm-db-tools$ make > > > make -C libsupport; make -C libpalm; make -C libflatfile; make -C > > > flatfile; make[1]: Entering directory > > > `/home/mathieu/palm-db-tools/libsupport' g++ -ansi -pedantic -g -O2 -Wall > > > -Werror -Wno-deprecated -I. -I.. -DHAVE_CONFIG_H -c csvfile.cpp > > > cc1plus: warnings being treated as errors > > > ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' > > > has virtual functions but non-virtual destructor > > > ../libsupport/infofile.h:38: warning: 'class > > > DataFile::InfoFile::ConfigParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:48: warning: 'class > > > DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:58: warning: 'class > > > DataFile::InfoFile::TypeParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:68: warning: 'class > > > DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual > > > destructor > > > make[1]: *** [csvfile.o] Error 1 > > > make[1]: Leaving directory `/home/mathieu/palm-db-tools/libsupport' > > > make[1]: Entering directory `/home/mathieu/palm-db-tools/libpalm' > > > g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. > > > -DHAVE_CONFIG_H -c File.cpp > > > cc1plus: warnings being treated as errors > > > ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' > > > has virtual functions but non-virtual destructor > > > ../libsupport/infofile.h:38: warning: 'class > > > DataFile::InfoFile::ConfigParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:48: warning: 'class > > > DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:58: warning: 'class > > > DataFile::InfoFile::TypeParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:68: warning: 'class > > > DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual > > > destructor > > > make[1]: *** [File.o] Error 1 > > > make[1]: Leaving directory `/home/mathieu/palm-db-tools/libpalm' > > > make[1]: Entering directory `/home/mathieu/palm-db-tools/libflatfile' > > > g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. > > > -DHAVE_CONFIG_H -c Factory.cpp > > > cc1plus: warnings being treated as errors > > > ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' > > > has virtual functions but non-virtual destructor > > > ../libsupport/infofile.h:38: warning: 'class > > > DataFile::InfoFile::ConfigParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:48: warning: 'class > > > DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:58: warning: 'class > > > DataFile::InfoFile::TypeParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:68: warning: 'class > > > DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual > > > destructor > > > make[1]: *** [Factory.o] Error 1 > > > make[1]: Leaving directory `/home/mathieu/palm-db-tools/libflatfile' > > > make[1]: Entering directory `/home/mathieu/palm-db-tools/flatfile' > > > g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. > > > -DHAVE_CONFIG_H -c pdbtools.cpp > > > cc1plus: warnings being treated as errors > > > ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' > > > has virtual functions but non-virtual destructor > > > ../libsupport/infofile.h:38: warning: 'class > > > DataFile::InfoFile::ConfigParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:48: warning: 'class > > > DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:58: warning: 'class > > > DataFile::InfoFile::TypeParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:68: warning: 'class > > > DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual > > > destructor > > > make[1]: *** [pdbtools.o] Error 1 > > > make[1]: Leaving directory `/home/mathieu/palm-db-tools/flatfile' > > > make: *** [all] Error 2 > > > -- > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > > files for problems? Stop! Download the new AJAX search engine that > > > makes searching your log files as easy as surfing the web. DOWNLOAD > > > SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > > > _______________________________________________ > > > Pilot-db-list mailing list > > > Pil...@li... > > > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > > > > ______________________________________________________________ > > Verschicken Sie romantische, coole und witzige Bilder per SMS! > > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > files for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > > _______________________________________________ > > Pilot-db-list mailing list > > Pil...@li... > > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 |
From: Mathieu A. <ma...@op...> - 2005-11-27 06:38:12
|
On Saturday 26 November 2005 08:29 pm, Fabian Stelter wrote: Hi, I was unable to find precompiled binaries for my Linux system. Please let me know where I could find them if these exist. Thanks, Mathieu Allard > Hello, > > I dont't know how active this list still is. > But why don't you use the already compiled version? > > Greetings from Germany, > > Fabian > > ma...@op... schrieb am 26.11.05 23:49:13: > > On Saturday 26 November 2005 04:33 pm, > > pil...@li... wrote: > > Hello, > > I'm having trouble compiling palm-db-tools-0_3_6.tar.gz on debian > > unstable. ./configure completes successfully however, I'm having errors > > at make time. First I get errors about having extra semi-colons which I > > remove in 2 of the files ./libpalm/Block.h on line 179 and > > ./libpalm/File.h on line 92 which I remove. > > I after removing the extra semicolons I still get errors from make which > > I have included in the body of this email. > > Thank you in advance for your help with this issue, I would very much > > like to use a free software database on my palm pilot. > > Please let me know if any information would be needed on library versions > > etc. Cudos to all of the good work that has been put into this project. > > Regards, > > Mathieu Allard > > > > > > Error messages from when running make : > > -- > > [mathieu@algaria]~/palm-db-tools$ make > > make -C libsupport; make -C libpalm; make -C libflatfile; make -C > > flatfile; make[1]: Entering directory > > `/home/mathieu/palm-db-tools/libsupport' g++ -ansi -pedantic -g -O2 -Wall > > -Werror -Wno-deprecated -I. -I.. -DHAVE_CONFIG_H -c csvfile.cpp > > cc1plus: warnings being treated as errors > > ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' > > has virtual functions but non-virtual destructor > > ../libsupport/infofile.h:38: warning: 'class > > DataFile::InfoFile::ConfigParser' has virtual functions but non-virtual > > destructor > > ../libsupport/infofile.h:48: warning: 'class > > DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual > > destructor > > ../libsupport/infofile.h:58: warning: 'class > > DataFile::InfoFile::TypeParser' has virtual functions but non-virtual > > destructor > > ../libsupport/infofile.h:68: warning: 'class > > DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual > > destructor > > make[1]: *** [csvfile.o] Error 1 > > make[1]: Leaving directory `/home/mathieu/palm-db-tools/libsupport' > > make[1]: Entering directory `/home/mathieu/palm-db-tools/libpalm' > > g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. > > -DHAVE_CONFIG_H -c File.cpp > > cc1plus: warnings being treated as errors > > ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' > > has virtual functions but non-virtual destructor > > ../libsupport/infofile.h:38: warning: 'class > > DataFile::InfoFile::ConfigParser' has virtual functions but non-virtual > > destructor > > ../libsupport/infofile.h:48: warning: 'class > > DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual > > destructor > > ../libsupport/infofile.h:58: warning: 'class > > DataFile::InfoFile::TypeParser' has virtual functions but non-virtual > > destructor > > ../libsupport/infofile.h:68: warning: 'class > > DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual > > destructor > > make[1]: *** [File.o] Error 1 > > make[1]: Leaving directory `/home/mathieu/palm-db-tools/libpalm' > > make[1]: Entering directory `/home/mathieu/palm-db-tools/libflatfile' > > g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. > > -DHAVE_CONFIG_H -c Factory.cpp > > cc1plus: warnings being treated as errors > > ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' > > has virtual functions but non-virtual destructor > > ../libsupport/infofile.h:38: warning: 'class > > DataFile::InfoFile::ConfigParser' has virtual functions but non-virtual > > destructor > > ../libsupport/infofile.h:48: warning: 'class > > DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual > > destructor > > ../libsupport/infofile.h:58: warning: 'class > > DataFile::InfoFile::TypeParser' has virtual functions but non-virtual > > destructor > > ../libsupport/infofile.h:68: warning: 'class > > DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual > > destructor > > make[1]: *** [Factory.o] Error 1 > > make[1]: Leaving directory `/home/mathieu/palm-db-tools/libflatfile' > > make[1]: Entering directory `/home/mathieu/palm-db-tools/flatfile' > > g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. > > -DHAVE_CONFIG_H -c pdbtools.cpp > > cc1plus: warnings being treated as errors > > ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' > > has virtual functions but non-virtual destructor > > ../libsupport/infofile.h:38: warning: 'class > > DataFile::InfoFile::ConfigParser' has virtual functions but non-virtual > > destructor > > ../libsupport/infofile.h:48: warning: 'class > > DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual > > destructor > > ../libsupport/infofile.h:58: warning: 'class > > DataFile::InfoFile::TypeParser' has virtual functions but non-virtual > > destructor > > ../libsupport/infofile.h:68: warning: 'class > > DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual > > destructor > > make[1]: *** [pdbtools.o] Error 1 > > make[1]: Leaving directory `/home/mathieu/palm-db-tools/flatfile' > > make: *** [all] Error 2 > > -- > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > files for problems? Stop! Download the new AJAX search engine that > > makes searching your log files as easy as surfing the web. DOWNLOAD > > SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > > _______________________________________________ > > Pilot-db-list mailing list > > Pil...@li... > > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > > ______________________________________________________________ > Verschicken Sie romantische, coole und witzige Bilder per SMS! > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list |
From: Fabian S. <fab...@we...> - 2005-11-27 02:30:07
|
Hello, I dont't know how active this list still is. But why don't you use the already compiled version? Greetings from Germany, Fabian ma...@op... schrieb am 26.11.05 23:49:13: > > On Saturday 26 November 2005 04:33 pm, > pil...@li... wrote: > Hello, > I'm having trouble compiling palm-db-tools-0_3_6.tar.gz on debian unstable. > ./configure completes successfully however, I'm having errors at make time. > First I get errors about having extra semi-colons which I remove in 2 of the > files ./libpalm/Block.h on line 179 and ./libpalm/File.h on line 92 which I > remove. > I after removing the extra semicolons I still get errors from make which I > have included in the body of this email. > Thank you in advance for your help with this issue, I would very much like to > use a free software database on my palm pilot. > Please let me know if any information would be needed on library versions etc. > Cudos to all of the good work that has been put into this project. > Regards, > Mathieu Allard > > > Error messages from when running make : > -- > [mathieu@algaria]~/palm-db-tools$ make > make -C libsupport; make -C libpalm; make -C libflatfile; make -C flatfile; > make[1]: Entering directory `/home/mathieu/palm-db-tools/libsupport' > g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. > -DHAVE_CONFIG_H -c csvfile.cpp > cc1plus: warnings being treated as errors > ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' has > virtual functions but non-virtual destructor > ../libsupport/infofile.h:38: warning: 'class DataFile::InfoFile::ConfigParser' > has virtual functions but non-virtual destructor > ../libsupport/infofile.h:48: warning: 'class > DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual > destructor > ../libsupport/infofile.h:58: warning: 'class DataFile::InfoFile::TypeParser' > has virtual functions but non-virtual destructor > ../libsupport/infofile.h:68: warning: 'class > DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual > destructor > make[1]: *** [csvfile.o] Error 1 > make[1]: Leaving directory `/home/mathieu/palm-db-tools/libsupport' > make[1]: Entering directory `/home/mathieu/palm-db-tools/libpalm' > g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. > -DHAVE_CONFIG_H -c File.cpp > cc1plus: warnings being treated as errors > ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' has > virtual functions but non-virtual destructor > ../libsupport/infofile.h:38: warning: 'class DataFile::InfoFile::ConfigParser' > has virtual functions but non-virtual destructor > ../libsupport/infofile.h:48: warning: 'class > DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual > destructor > ../libsupport/infofile.h:58: warning: 'class DataFile::InfoFile::TypeParser' > has virtual functions but non-virtual destructor > ../libsupport/infofile.h:68: warning: 'class > DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual > destructor > make[1]: *** [File.o] Error 1 > make[1]: Leaving directory `/home/mathieu/palm-db-tools/libpalm' > make[1]: Entering directory `/home/mathieu/palm-db-tools/libflatfile' > g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. > -DHAVE_CONFIG_H -c Factory.cpp > cc1plus: warnings being treated as errors > ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' has > virtual functions but non-virtual destructor > ../libsupport/infofile.h:38: warning: 'class DataFile::InfoFile::ConfigParser' > has virtual functions but non-virtual destructor > ../libsupport/infofile.h:48: warning: 'class > DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual > destructor > ../libsupport/infofile.h:58: warning: 'class DataFile::InfoFile::TypeParser' > has virtual functions but non-virtual destructor > ../libsupport/infofile.h:68: warning: 'class > DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual > destructor > make[1]: *** [Factory.o] Error 1 > make[1]: Leaving directory `/home/mathieu/palm-db-tools/libflatfile' > make[1]: Entering directory `/home/mathieu/palm-db-tools/flatfile' > g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. > -DHAVE_CONFIG_H -c pdbtools.cpp > cc1plus: warnings being treated as errors > ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' has > virtual functions but non-virtual destructor > ../libsupport/infofile.h:38: warning: 'class DataFile::InfoFile::ConfigParser' > has virtual functions but non-virtual destructor > ../libsupport/infofile.h:48: warning: 'class > DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual > destructor > ../libsupport/infofile.h:58: warning: 'class DataFile::InfoFile::TypeParser' > has virtual functions but non-virtual destructor > ../libsupport/infofile.h:68: warning: 'class > DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual > destructor > make[1]: *** [pdbtools.o] Error 1 > make[1]: Leaving directory `/home/mathieu/palm-db-tools/flatfile' > make: *** [all] Error 2 > -- > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 |
From: Mathieu A. <ma...@op...> - 2005-11-26 22:48:07
|
On Saturday 26 November 2005 04:33 pm, pil...@li... wrote: Hello, I'm having trouble compiling palm-db-tools-0_3_6.tar.gz on debian unstable. ./configure completes successfully however, I'm having errors at make time. First I get errors about having extra semi-colons which I remove in 2 of the files ./libpalm/Block.h on line 179 and ./libpalm/File.h on line 92 which I remove. I after removing the extra semicolons I still get errors from make which I have included in the body of this email. Thank you in advance for your help with this issue, I would very much like to use a free software database on my palm pilot. Please let me know if any information would be needed on library versions etc. Cudos to all of the good work that has been put into this project. Regards, Mathieu Allard Error messages from when running make : -- [mathieu@algaria]~/palm-db-tools$ make make -C libsupport; make -C libpalm; make -C libflatfile; make -C flatfile; make[1]: Entering directory `/home/mathieu/palm-db-tools/libsupport' g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. -DHAVE_CONFIG_H -c csvfile.cpp cc1plus: warnings being treated as errors ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' has virtual functions but non-virtual destructor ../libsupport/infofile.h:38: warning: 'class DataFile::InfoFile::ConfigParser' has virtual functions but non-virtual destructor ../libsupport/infofile.h:48: warning: 'class DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual destructor ../libsupport/infofile.h:58: warning: 'class DataFile::InfoFile::TypeParser' has virtual functions but non-virtual destructor ../libsupport/infofile.h:68: warning: 'class DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual destructor make[1]: *** [csvfile.o] Error 1 make[1]: Leaving directory `/home/mathieu/palm-db-tools/libsupport' make[1]: Entering directory `/home/mathieu/palm-db-tools/libpalm' g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. -DHAVE_CONFIG_H -c File.cpp cc1plus: warnings being treated as errors ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' has virtual functions but non-virtual destructor ../libsupport/infofile.h:38: warning: 'class DataFile::InfoFile::ConfigParser' has virtual functions but non-virtual destructor ../libsupport/infofile.h:48: warning: 'class DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual destructor ../libsupport/infofile.h:58: warning: 'class DataFile::InfoFile::TypeParser' has virtual functions but non-virtual destructor ../libsupport/infofile.h:68: warning: 'class DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual destructor make[1]: *** [File.o] Error 1 make[1]: Leaving directory `/home/mathieu/palm-db-tools/libpalm' make[1]: Entering directory `/home/mathieu/palm-db-tools/libflatfile' g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. -DHAVE_CONFIG_H -c Factory.cpp cc1plus: warnings being treated as errors ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' has virtual functions but non-virtual destructor ../libsupport/infofile.h:38: warning: 'class DataFile::InfoFile::ConfigParser' has virtual functions but non-virtual destructor ../libsupport/infofile.h:48: warning: 'class DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual destructor ../libsupport/infofile.h:58: warning: 'class DataFile::InfoFile::TypeParser' has virtual functions but non-virtual destructor ../libsupport/infofile.h:68: warning: 'class DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual destructor make[1]: *** [Factory.o] Error 1 make[1]: Leaving directory `/home/mathieu/palm-db-tools/libflatfile' make[1]: Entering directory `/home/mathieu/palm-db-tools/flatfile' g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. -DHAVE_CONFIG_H -c pdbtools.cpp cc1plus: warnings being treated as errors ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' has virtual functions but non-virtual destructor ../libsupport/infofile.h:38: warning: 'class DataFile::InfoFile::ConfigParser' has virtual functions but non-virtual destructor ../libsupport/infofile.h:48: warning: 'class DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual destructor ../libsupport/infofile.h:58: warning: 'class DataFile::InfoFile::TypeParser' has virtual functions but non-virtual destructor ../libsupport/infofile.h:68: warning: 'class DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual destructor make[1]: *** [pdbtools.o] Error 1 make[1]: Leaving directory `/home/mathieu/palm-db-tools/flatfile' make: *** [all] Error 2 -- |
From: Gerard Meyer\(Albeda\) <g....@al...> - 2005-10-25 08:22:05
|
HELP!!!!!!! -----Oorspronkelijk bericht----- Van: pil...@li... [mailto:pil...@li...] Namens pil...@li... Verzonden: dinsdag 25 oktober 2005 7:39 Aan: pil...@li... Onderwerp: Pilot-db-list digest, Vol 1 #1027 - 1 msg Send Pilot-db-list mailing list submissions to pil...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/pilot-db-list or, via email, send a message with subject or body 'help' to pil...@li... You can reach the person managing the list at pil...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Pilot-db-list digest..." Today's Topics: 1. Please unsubscribe (Gerard Meyer) --__--__-- Message: 1 From: "Gerard Meyer" <g.m...@ch...> To: <pil...@li...> Date: Sun, 23 Oct 2005 12:13:53 +0200 Subject: [pilot-db-list] Please unsubscribe Please unsubscribe me.=20 G.Meyer g....@al... -----Oorspronkelijk bericht----- Van: pil...@li... [mailto:pil...@li...] Namens pil...@li... Verzonden: zondag 23 oktober 2005 5:17 Aan: pil...@li... Onderwerp: Pilot-db-list digest, Vol 1 #1026 - 1 msg Send Pilot-db-list mailing list submissions to pil...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/pilot-db-list or, via email, send a message with subject or body 'help' to pil...@li... You can reach the person managing the list at pil...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Pilot-db-list digest..." Today's Topics: 1. Re: RE: Pilot-db-list digest, Vol 1 #1024 - 4 msgs (Fabian Stelter) -- __--__--=20 Message: 1 Date: Sat, 22 Oct 2005 22:21:43 +0200 From: Fabian Stelter <fab...@we...> To: pil...@li... Subject: Re: [pilot-db-list] RE: Pilot-db-list digest, Vol 1 #1024 - 4 ms= gs Organization: http://freemail.web.de/ Hello, it is written in the message which you replied on. See some lines below, = at the ##### . "Gerard Meyer" <g.m...@ch...> schrieb am 22.10.05 03:08:05: >=20 > How can i unsubscribe? >=20 > Regards G. Meyer >=20 >=20 >=20 > -----Oorspronkelijk bericht----- > Van: pil...@li... > [mailto:pil...@li...] Namens > pil...@li... > Verzonden: vrijdag 21 oktober 2005 5:24 > Aan: pil...@li... > Onderwerp: Pilot-db-list digest, Vol 1 #1024 - 4 msgs >=20 > Send Pilot-db-list mailing list submissions to > pil...@li... ##### STARTS HERE > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > or, via email, send a message with subject or body 'help' to > pil...@li... Greetings, Fabian Stelter >=20 > You can reach the person managing the list at > pil...@li... >=20 > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Pilot-db-list digest..." >=20 >=20 > Today's Topics: >=20 > 1. Suggestion 1 - filter doesn`t stay selected after single record v= iew > (Fabian Stelter) > 2. Suggestion 2: default value for boolean and list fields too (Fabi= an > Stelter) > 3. Suggestion 3 - filters and perhaps even scripts adress fieldsby > position, not name (Fabian Stelter) > 4. Re: (no subject) (Fabian Stelter) >=20 > -- __--__-- =20 >=20 > Message: 1 > Date: Wed, 19 Oct 2005 22:27:33 +0200 > From: Fabian Stelter <fab...@we...> > To: pil...@li... > Organization: http://freemail.web.de/ > Subject: [pilot-db-list] Suggestion 1 - filter doesn`t stay selected af= ter > single record view >=20 >=20 > Hello, >=20 > I have a suggestion. >=20 > My configuration is: > pilot-db v.1.1.3 (14Feb 2005) > PalmOS v.3.5.3 > Palm IIIxe (16 MHz, 2MB ROM + 8MB RAM) >=20 > Start pilot-db, open a database. Select a view where no filter is selec= ted > by default (eg the=20 > standart "All Fields" view). Select a filter (create one before if ther= e > isn`t one). Open a record > to modify, delete or just view ist or create a new one. After finishing with > that you automaticaly > return to the view with multiple records. There, no filter is selected, > altought a filter was selected=20 > before going into single record view. >=20 > I`m not familiar with such things but if you want to keep this behavior= in > some cases, perhaps it would=20 > be a possible solution to be able to select for each filter if it shoul= d > still be displayed after the things=20 > described above or not. >=20 > I`m not too good in English and it`s late - could you understand what I > wrote? >=20 > Greetings > ______________________________________________________________ > Verschicken Sie romantische, coole und witzige Bilder per SMS! > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=3D021193 >=20 >=20 >=20 > -- __--__-- =20 >=20 > Message: 2 > Date: Wed, 19 Oct 2005 22:34:13 +0200 > From: Fabian Stelter <fab...@we...> > To: pil...@li... > Organization: http://freemail.web.de/ > Subject: [pilot-db-list] Suggestion 2: default value for boolean and li= st > fields too >=20 >=20 > Hello, >=20 > I have another suggestion. >=20 > Again, my configuration is: > pilot-db v.1.1.3 (14Feb 2005) > PalmOS v.3.5.3 > Palm IIIxe (16 MHz, 2MB ROM + 8MB RAM) >=20 > It would be nice if it would be possible to select a default value for > "boolean" and "list" fields too (like it can be done in eg a "date" field). > For a "list" field: perhaps a second list for the default value (in the > properties=20 > dialog of the field) is more easy to implement than a "default"-flag > function=20 > to the existing list. >=20 > Again: I`m not too good in English and it`s late - could you understand what > I wrote? >=20 > Greetings > ______________________________________________________________ > Verschicken Sie romantische, coole und witzige Bilder per SMS! > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=3D021193 >=20 >=20 >=20 > -- __--__-- =20 >=20 > Message: 3 > Date: Wed, 19 Oct 2005 22:52:08 +0200 > From: Fabian Stelter <fab...@we...> > To: pil...@li... > Organization: http://freemail.web.de/ > Subject: [pilot-db-list] Suggestion 3 - filters and perhaps even script= s > adress fieldsby position, not name >=20 >=20 > Hello, >=20 > I have again a suggestion. >=20 > Still, my configuration is: > pilot-db v.1.1.3 (14Feb 2005) > PalmOS v.3.5.3 > Palm IIIxe (16 MHz, 2MB ROM + 8MB RAM) >=20 > If you use a field in a filter (and perhaps even in a script, I haven`t > tested this) it seems that this > field is stored by its position in the database, not its name. That cau= ses > the problem that filters=20 > (and,as said above perhaps even scripts) often do unwanted things after > changing the database=20 > layout. > An example: > You have a database with the structure: > first_name > last_name > adress > email > friend >=20 > Now you create a filter with which only the records are showed where > "friends" is set to "TRUE". >=20 > No, because you notice that this is better, you replace the field "adre= ss" > by the fields "street_number", > "zip", "city", "state" and "country". If you rebuild the database, view= it > and select the "friend"-filter created > above you get no results displayed. If you have a look at the filter yo= u see > that thefield "city" is selected > instead of the field "friends". That seems to be because the position o= f the > field "friend" in the database=20 > was stored when creating the filter, not its name. And now, after the change > in the structure of the database, > the field "city" is at this position. >=20 > I know that a database should be layouted in a way that the layout only has > to be changed as few as possible. > But I think like it is now it is hard work to edit all filters and scri= pts > to do what they sshould do after changing the > database`s structure. >=20 > A possible solution could be to adress the fileds by their name instead= of > their position in the db. Then something=20 > should be added to avoid the creation of a db with more that one field > having the same name (what is possible at > the moment). Preverably an error message that returns you to the layout > editing window _without_ resetting the values > you entered before. >=20 > Again: I`m not too good in English and it`s late - could you understand what > I wrote? >=20 > Greetings > ______________________________________________________________ > Verschicken Sie romantische, coole und witzige Bilder per SMS! > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=3D021193 >=20 >=20 >=20 > -- __--__-- =20 >=20 > Message: 4 > Date: Thu, 20 Oct 2005 23:51:24 +0200 > From: Fabian Stelter <fab...@we...> > To: pil...@li... > Subject: Re: [pilot-db-list] (no subject) > Organization: http://freemail.web.de/ >=20 >=20 > Hello, >=20 > "Dick Bruner" <som...@ea...> schrieb am 20.10.05 02:07:= 19: > > When I sync with PDA (palm IIIxe) everything works fine except I can= 't > add notes using the onscreen keyboard. The grafitti area works, but not the > keyboard=20 >=20 > That`s normal. The "Copy","Paste"... menu doesn`t work there too. >=20 > A workaround is to use a attachable hardware keyboard for Palms. Don`t = use a > too small one, if you use one with the same size as a notebook keyboard (can > be foldet together to a bit more than the size of the Palm) typing is j= ust > fantastic. >=20 > Greetings, >=20 > Fabian > _______________________________________________________________________= ___ > Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach= ! >=20 > Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=3D021131 >=20 >=20 >=20 >=20 > -- __--__-- =20 >=20 > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list >=20 >=20 > End of Pilot-db-list Digest >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussion= s, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list ______________________________________________________________________ XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club! Jetzt gratis testen! http://freemail.web.de/home/landingpad/?mc=3D021130 -- __--__--=20 _______________________________________________ Pilot-db-list mailing list Pil...@li... https://lists.sourceforge.net/lists/listinfo/pilot-db-list End of Pilot-db-list Digest --__--__-- _______________________________________________ Pilot-db-list mailing list Pil...@li... https://lists.sourceforge.net/lists/listinfo/pilot-db-list End of Pilot-db-list Digest **********************************Disclaimer*****************************= ***** Dit bericht (met bijlagen) is met grote zorgvuldigheid samengesteld. = Voor mogelijke onjuistheid en/of onvolledigheid van de hierin verstrekte infor= matie kan het Albeda College geen aansprakelijkheid aanvaarden, evenmin kunne= n aan de inhoud van dit bericht rechten worden ontleend. De inhoud van dit be= richt (met bijlagen) kan vertrouwelijke informatie bevatten en is uitslu= itend bestemd voor de geadresseerde van dit bericht. Indien u niet de be= oogde ontvanger van dit bericht bent, verzoekt het Albeda College u dit beric= ht te verwijderen, eventuele bijlagen niet te openen en wijst het Albeda Coll= ege u op de onrechtmatigheid van het gebruiken, kopi=EBren of verspreiden = van de inhoud van dit bericht (met bijlagen). *************************************************************************= ***** |
From: Gerard M. <g.m...@ch...> - 2005-10-23 10:14:03
|
Please unsubscribe me. G.Meyer g....@al... -----Oorspronkelijk bericht----- Van: pil...@li... [mailto:pil...@li...] Namens pil...@li... Verzonden: zondag 23 oktober 2005 5:17 Aan: pil...@li... Onderwerp: Pilot-db-list digest, Vol 1 #1026 - 1 msg Send Pilot-db-list mailing list submissions to pil...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/pilot-db-list or, via email, send a message with subject or body 'help' to pil...@li... You can reach the person managing the list at pil...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Pilot-db-list digest..." Today's Topics: 1. Re: RE: Pilot-db-list digest, Vol 1 #1024 - 4 msgs (Fabian Stelter) --__--__-- Message: 1 Date: Sat, 22 Oct 2005 22:21:43 +0200 From: Fabian Stelter <fab...@we...> To: pil...@li... Subject: Re: [pilot-db-list] RE: Pilot-db-list digest, Vol 1 #1024 - 4 msgs Organization: http://freemail.web.de/ Hello, it is written in the message which you replied on. See some lines below, at the ##### . "Gerard Meyer" <g.m...@ch...> schrieb am 22.10.05 03:08:05: > > How can i unsubscribe? > > Regards G. Meyer > > > > -----Oorspronkelijk bericht----- > Van: pil...@li... > [mailto:pil...@li...] Namens > pil...@li... > Verzonden: vrijdag 21 oktober 2005 5:24 > Aan: pil...@li... > Onderwerp: Pilot-db-list digest, Vol 1 #1024 - 4 msgs > > Send Pilot-db-list mailing list submissions to > pil...@li... ##### STARTS HERE > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > or, via email, send a message with subject or body 'help' to > pil...@li... Greetings, Fabian Stelter > > You can reach the person managing the list at > pil...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Pilot-db-list digest..." > > > Today's Topics: > > 1. Suggestion 1 - filter doesn`t stay selected after single record view > (Fabian Stelter) > 2. Suggestion 2: default value for boolean and list fields too (Fabian > Stelter) > 3. Suggestion 3 - filters and perhaps even scripts adress fieldsby > position, not name (Fabian Stelter) > 4. Re: (no subject) (Fabian Stelter) > > -- __--__-- > > Message: 1 > Date: Wed, 19 Oct 2005 22:27:33 +0200 > From: Fabian Stelter <fab...@we...> > To: pil...@li... > Organization: http://freemail.web.de/ > Subject: [pilot-db-list] Suggestion 1 - filter doesn`t stay selected after > single record view > > > Hello, > > I have a suggestion. > > My configuration is: > pilot-db v.1.1.3 (14Feb 2005) > PalmOS v.3.5.3 > Palm IIIxe (16 MHz, 2MB ROM + 8MB RAM) > > Start pilot-db, open a database. Select a view where no filter is selected > by default (eg the > standart "All Fields" view). Select a filter (create one before if there > isn`t one). Open a record > to modify, delete or just view ist or create a new one. After finishing with > that you automaticaly > return to the view with multiple records. There, no filter is selected, > altought a filter was selected > before going into single record view. > > I`m not familiar with such things but if you want to keep this behavior in > some cases, perhaps it would > be a possible solution to be able to select for each filter if it should > still be displayed after the things > described above or not. > > I`m not too good in English and it`s late - could you understand what I > wrote? > > Greetings > ______________________________________________________________ > Verschicken Sie romantische, coole und witzige Bilder per SMS! > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > > > > -- __--__-- > > Message: 2 > Date: Wed, 19 Oct 2005 22:34:13 +0200 > From: Fabian Stelter <fab...@we...> > To: pil...@li... > Organization: http://freemail.web.de/ > Subject: [pilot-db-list] Suggestion 2: default value for boolean and list > fields too > > > Hello, > > I have another suggestion. > > Again, my configuration is: > pilot-db v.1.1.3 (14Feb 2005) > PalmOS v.3.5.3 > Palm IIIxe (16 MHz, 2MB ROM + 8MB RAM) > > It would be nice if it would be possible to select a default value for > "boolean" and "list" fields too (like it can be done in eg a "date" field). > For a "list" field: perhaps a second list for the default value (in the > properties > dialog of the field) is more easy to implement than a "default"-flag > function > to the existing list. > > Again: I`m not too good in English and it`s late - could you understand what > I wrote? > > Greetings > ______________________________________________________________ > Verschicken Sie romantische, coole und witzige Bilder per SMS! > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > > > > -- __--__-- > > Message: 3 > Date: Wed, 19 Oct 2005 22:52:08 +0200 > From: Fabian Stelter <fab...@we...> > To: pil...@li... > Organization: http://freemail.web.de/ > Subject: [pilot-db-list] Suggestion 3 - filters and perhaps even scripts > adress fieldsby position, not name > > > Hello, > > I have again a suggestion. > > Still, my configuration is: > pilot-db v.1.1.3 (14Feb 2005) > PalmOS v.3.5.3 > Palm IIIxe (16 MHz, 2MB ROM + 8MB RAM) > > If you use a field in a filter (and perhaps even in a script, I haven`t > tested this) it seems that this > field is stored by its position in the database, not its name. That causes > the problem that filters > (and,as said above perhaps even scripts) often do unwanted things after > changing the database > layout. > An example: > You have a database with the structure: > first_name > last_name > adress > email > friend > > Now you create a filter with which only the records are showed where > "friends" is set to "TRUE". > > No, because you notice that this is better, you replace the field "adress" > by the fields "street_number", > "zip", "city", "state" and "country". If you rebuild the database, view it > and select the "friend"-filter created > above you get no results displayed. If you have a look at the filter you see > that thefield "city" is selected > instead of the field "friends". That seems to be because the position of the > field "friend" in the database > was stored when creating the filter, not its name. And now, after the change > in the structure of the database, > the field "city" is at this position. > > I know that a database should be layouted in a way that the layout only has > to be changed as few as possible. > But I think like it is now it is hard work to edit all filters and scripts > to do what they sshould do after changing the > database`s structure. > > A possible solution could be to adress the fileds by their name instead of > their position in the db. Then something > should be added to avoid the creation of a db with more that one field > having the same name (what is possible at > the moment). Preverably an error message that returns you to the layout > editing window _without_ resetting the values > you entered before. > > Again: I`m not too good in English and it`s late - could you understand what > I wrote? > > Greetings > ______________________________________________________________ > Verschicken Sie romantische, coole und witzige Bilder per SMS! > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > > > > -- __--__-- > > Message: 4 > Date: Thu, 20 Oct 2005 23:51:24 +0200 > From: Fabian Stelter <fab...@we...> > To: pil...@li... > Subject: Re: [pilot-db-list] (no subject) > Organization: http://freemail.web.de/ > > > Hello, > > "Dick Bruner" <som...@ea...> schrieb am 20.10.05 02:07:19: > > When I sync with PDA (palm IIIxe) everything works fine except I can't > add notes using the onscreen keyboard. The grafitti area works, but not the > keyboard > > That`s normal. The "Copy","Paste"... menu doesn`t work there too. > > A workaround is to use a attachable hardware keyboard for Palms. Don`t use a > too small one, if you use one with the same size as a notebook keyboard (can > be foldet together to a bit more than the size of the Palm) typing is just > fantastic. > > Greetings, > > Fabian > __________________________________________________________________________ > Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach! > > Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131 > > > > > -- __--__-- > > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > > > End of Pilot-db-list Digest > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list ______________________________________________________________________ XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club! Jetzt gratis testen! http://freemail.web.de/home/landingpad/?mc=021130 --__--__-- _______________________________________________ Pilot-db-list mailing list Pil...@li... https://lists.sourceforge.net/lists/listinfo/pilot-db-list End of Pilot-db-list Digest |
From: Fabian S. <fab...@we...> - 2005-10-22 20:22:04
|
Hello, it is written in the message which you replied on. See some lines below, at the ##### . "Gerard Meyer" <g.m...@ch...> schrieb am 22.10.05 03:08:05: > > How can i unsubscribe? > > Regards G. Meyer > > > > -----Oorspronkelijk bericht----- > Van: pil...@li... > [mailto:pil...@li...] Namens > pil...@li... > Verzonden: vrijdag 21 oktober 2005 5:24 > Aan: pil...@li... > Onderwerp: Pilot-db-list digest, Vol 1 #1024 - 4 msgs > > Send Pilot-db-list mailing list submissions to > pil...@li... ##### STARTS HERE > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > or, via email, send a message with subject or body 'help' to > pil...@li... Greetings, Fabian Stelter > > You can reach the person managing the list at > pil...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Pilot-db-list digest..." > > > Today's Topics: > > 1. Suggestion 1 - filter doesn`t stay selected after single record view > (Fabian Stelter) > 2. Suggestion 2: default value for boolean and list fields too (Fabian > Stelter) > 3. Suggestion 3 - filters and perhaps even scripts adress fieldsby > position, not name (Fabian Stelter) > 4. Re: (no subject) (Fabian Stelter) > > --__--__-- > > Message: 1 > Date: Wed, 19 Oct 2005 22:27:33 +0200 > From: Fabian Stelter <fab...@we...> > To: pil...@li... > Organization: http://freemail.web.de/ > Subject: [pilot-db-list] Suggestion 1 - filter doesn`t stay selected after > single record view > > > Hello, > > I have a suggestion. > > My configuration is: > pilot-db v.1.1.3 (14Feb 2005) > PalmOS v.3.5.3 > Palm IIIxe (16 MHz, 2MB ROM + 8MB RAM) > > Start pilot-db, open a database. Select a view where no filter is selected > by default (eg the > standart "All Fields" view). Select a filter (create one before if there > isn`t one). Open a record > to modify, delete or just view ist or create a new one. After finishing with > that you automaticaly > return to the view with multiple records. There, no filter is selected, > altought a filter was selected > before going into single record view. > > I`m not familiar with such things but if you want to keep this behavior in > some cases, perhaps it would > be a possible solution to be able to select for each filter if it should > still be displayed after the things > described above or not. > > I`m not too good in English and it`s late - could you understand what I > wrote? > > Greetings > ______________________________________________________________ > Verschicken Sie romantische, coole und witzige Bilder per SMS! > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > > > > --__--__-- > > Message: 2 > Date: Wed, 19 Oct 2005 22:34:13 +0200 > From: Fabian Stelter <fab...@we...> > To: pil...@li... > Organization: http://freemail.web.de/ > Subject: [pilot-db-list] Suggestion 2: default value for boolean and list > fields too > > > Hello, > > I have another suggestion. > > Again, my configuration is: > pilot-db v.1.1.3 (14Feb 2005) > PalmOS v.3.5.3 > Palm IIIxe (16 MHz, 2MB ROM + 8MB RAM) > > It would be nice if it would be possible to select a default value for > "boolean" and "list" fields too (like it can be done in eg a "date" field). > For a "list" field: perhaps a second list for the default value (in the > properties > dialog of the field) is more easy to implement than a "default"-flag > function > to the existing list. > > Again: I`m not too good in English and it`s late - could you understand what > I wrote? > > Greetings > ______________________________________________________________ > Verschicken Sie romantische, coole und witzige Bilder per SMS! > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > > > > --__--__-- > > Message: 3 > Date: Wed, 19 Oct 2005 22:52:08 +0200 > From: Fabian Stelter <fab...@we...> > To: pil...@li... > Organization: http://freemail.web.de/ > Subject: [pilot-db-list] Suggestion 3 - filters and perhaps even scripts > adress fieldsby position, not name > > > Hello, > > I have again a suggestion. > > Still, my configuration is: > pilot-db v.1.1.3 (14Feb 2005) > PalmOS v.3.5.3 > Palm IIIxe (16 MHz, 2MB ROM + 8MB RAM) > > If you use a field in a filter (and perhaps even in a script, I haven`t > tested this) it seems that this > field is stored by its position in the database, not its name. That causes > the problem that filters > (and,as said above perhaps even scripts) often do unwanted things after > changing the database > layout. > An example: > You have a database with the structure: > first_name > last_name > adress > email > friend > > Now you create a filter with which only the records are showed where > "friends" is set to "TRUE". > > No, because you notice that this is better, you replace the field "adress" > by the fields "street_number", > "zip", "city", "state" and "country". If you rebuild the database, view it > and select the "friend"-filter created > above you get no results displayed. If you have a look at the filter you see > that thefield "city" is selected > instead of the field "friends". That seems to be because the position of the > field "friend" in the database > was stored when creating the filter, not its name. And now, after the change > in the structure of the database, > the field "city" is at this position. > > I know that a database should be layouted in a way that the layout only has > to be changed as few as possible. > But I think like it is now it is hard work to edit all filters and scripts > to do what they sshould do after changing the > database`s structure. > > A possible solution could be to adress the fileds by their name instead of > their position in the db. Then something > should be added to avoid the creation of a db with more that one field > having the same name (what is possible at > the moment). Preverably an error message that returns you to the layout > editing window _without_ resetting the values > you entered before. > > Again: I`m not too good in English and it`s late - could you understand what > I wrote? > > Greetings > ______________________________________________________________ > Verschicken Sie romantische, coole und witzige Bilder per SMS! > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > > > > --__--__-- > > Message: 4 > Date: Thu, 20 Oct 2005 23:51:24 +0200 > From: Fabian Stelter <fab...@we...> > To: pil...@li... > Subject: Re: [pilot-db-list] (no subject) > Organization: http://freemail.web.de/ > > > Hello, > > "Dick Bruner" <som...@ea...> schrieb am 20.10.05 02:07:19: > > When I sync with PDA (palm IIIxe) everything works fine except I can't > add notes using the onscreen keyboard. The grafitti area works, but not the > keyboard > > That`s normal. The "Copy","Paste"... menu doesn`t work there too. > > A workaround is to use a attachable hardware keyboard for Palms. Don`t use a > too small one, if you use one with the same size as a notebook keyboard (can > be foldet together to a bit more than the size of the Palm) typing is just > fantastic. > > Greetings, > > Fabian > __________________________________________________________________________ > Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach! > > Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131 > > > > > --__--__-- > > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > > > End of Pilot-db-list Digest > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list ______________________________________________________________________ XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club! Jetzt gratis testen! http://freemail.web.de/home/landingpad/?mc=021130 |
From: Gerard M. <g.m...@ch...> - 2005-10-21 09:20:53
|
How can i unsubscribe? Regards G. Meyer -----Oorspronkelijk bericht----- Van: pil...@li... [mailto:pil...@li...] Namens pil...@li... Verzonden: vrijdag 21 oktober 2005 5:24 Aan: pil...@li... Onderwerp: Pilot-db-list digest, Vol 1 #1024 - 4 msgs Send Pilot-db-list mailing list submissions to pil...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/pilot-db-list or, via email, send a message with subject or body 'help' to pil...@li... You can reach the person managing the list at pil...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Pilot-db-list digest..." Today's Topics: 1. Suggestion 1 - filter doesn`t stay selected after single record view (Fabian Stelter) 2. Suggestion 2: default value for boolean and list fields too (Fabian Stelter) 3. Suggestion 3 - filters and perhaps even scripts adress fieldsby position, not name (Fabian Stelter) 4. Re: (no subject) (Fabian Stelter) --__--__-- Message: 1 Date: Wed, 19 Oct 2005 22:27:33 +0200 From: Fabian Stelter <fab...@we...> To: pil...@li... Organization: http://freemail.web.de/ Subject: [pilot-db-list] Suggestion 1 - filter doesn`t stay selected after single record view Hello, I have a suggestion. My configuration is: pilot-db v.1.1.3 (14Feb 2005) PalmOS v.3.5.3 Palm IIIxe (16 MHz, 2MB ROM + 8MB RAM) Start pilot-db, open a database. Select a view where no filter is selected by default (eg the standart "All Fields" view). Select a filter (create one before if there isn`t one). Open a record to modify, delete or just view ist or create a new one. After finishing with that you automaticaly return to the view with multiple records. There, no filter is selected, altought a filter was selected before going into single record view. I`m not familiar with such things but if you want to keep this behavior in some cases, perhaps it would be a possible solution to be able to select for each filter if it should still be displayed after the things described above or not. I`m not too good in English and it`s late - could you understand what I wrote? Greetings ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 --__--__-- Message: 2 Date: Wed, 19 Oct 2005 22:34:13 +0200 From: Fabian Stelter <fab...@we...> To: pil...@li... Organization: http://freemail.web.de/ Subject: [pilot-db-list] Suggestion 2: default value for boolean and list fields too Hello, I have another suggestion. Again, my configuration is: pilot-db v.1.1.3 (14Feb 2005) PalmOS v.3.5.3 Palm IIIxe (16 MHz, 2MB ROM + 8MB RAM) It would be nice if it would be possible to select a default value for "boolean" and "list" fields too (like it can be done in eg a "date" field). For a "list" field: perhaps a second list for the default value (in the properties dialog of the field) is more easy to implement than a "default"-flag function to the existing list. Again: I`m not too good in English and it`s late - could you understand what I wrote? Greetings ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 --__--__-- Message: 3 Date: Wed, 19 Oct 2005 22:52:08 +0200 From: Fabian Stelter <fab...@we...> To: pil...@li... Organization: http://freemail.web.de/ Subject: [pilot-db-list] Suggestion 3 - filters and perhaps even scripts adress fieldsby position, not name Hello, I have again a suggestion. Still, my configuration is: pilot-db v.1.1.3 (14Feb 2005) PalmOS v.3.5.3 Palm IIIxe (16 MHz, 2MB ROM + 8MB RAM) If you use a field in a filter (and perhaps even in a script, I haven`t tested this) it seems that this field is stored by its position in the database, not its name. That causes the problem that filters (and,as said above perhaps even scripts) often do unwanted things after changing the database layout. An example: You have a database with the structure: first_name last_name adress email friend Now you create a filter with which only the records are showed where "friends" is set to "TRUE". No, because you notice that this is better, you replace the field "adress" by the fields "street_number", "zip", "city", "state" and "country". If you rebuild the database, view it and select the "friend"-filter created above you get no results displayed. If you have a look at the filter you see that thefield "city" is selected instead of the field "friends". That seems to be because the position of the field "friend" in the database was stored when creating the filter, not its name. And now, after the change in the structure of the database, the field "city" is at this position. I know that a database should be layouted in a way that the layout only has to be changed as few as possible. But I think like it is now it is hard work to edit all filters and scripts to do what they sshould do after changing the database`s structure. A possible solution could be to adress the fileds by their name instead of their position in the db. Then something should be added to avoid the creation of a db with more that one field having the same name (what is possible at the moment). Preverably an error message that returns you to the layout editing window _without_ resetting the values you entered before. Again: I`m not too good in English and it`s late - could you understand what I wrote? Greetings ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 --__--__-- Message: 4 Date: Thu, 20 Oct 2005 23:51:24 +0200 From: Fabian Stelter <fab...@we...> To: pil...@li... Subject: Re: [pilot-db-list] (no subject) Organization: http://freemail.web.de/ Hello, "Dick Bruner" <som...@ea...> schrieb am 20.10.05 02:07:19: > When I sync with PDA (palm IIIxe) everything works fine except I can't add notes using the onscreen keyboard. The grafitti area works, but not the keyboard That`s normal. The "Copy","Paste"... menu doesn`t work there too. A workaround is to use a attachable hardware keyboard for Palms. Don`t use a too small one, if you use one with the same size as a notebook keyboard (can be foldet together to a bit more than the size of the Palm) typing is just fantastic. Greetings, Fabian __________________________________________________________________________ Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach! Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131 --__--__-- _______________________________________________ Pilot-db-list mailing list Pil...@li... https://lists.sourceforge.net/lists/listinfo/pilot-db-list End of Pilot-db-list Digest |
From: Fabian S. <fab...@we...> - 2005-10-20 21:51:38
|
Hello, "Dick Bruner" <som...@ea...> schrieb am 20.10.05 02:07:19: > When I sync with PDA (palm IIIxe) everything works fine except I can't add notes using the onscreen keyboard. The grafitti area works, but not the keyboard That`s normal. The "Copy","Paste"... menu doesn`t work there too. A workaround is to use a attachable hardware keyboard for Palms. Don`t use a too small one, if you use one with the same size as a notebook keyboard (can be foldet together to a bit more than the size of the Palm) typing is just fantastic. Greetings, Fabian __________________________________________________________________________ Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach! Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131 |
From: Dick B. <som...@ea...> - 2005-10-20 00:04:12
|
When I sync with PDA (palm IIIxe) everything works fine except I can't = add notes using the onscreen keyboard. The grafitti area works, but not = the keyboard=20 |
From: Fabian S. <fab...@we...> - 2005-10-19 20:52:19
|
Hello, I have again a suggestion. Still, my configuration is: pilot-db v.1.1.3 (14Feb 2005) PalmOS v.3.5.3 Palm IIIxe (16 MHz, 2MB ROM + 8MB RAM) If you use a field in a filter (and perhaps even in a script, I haven`t tested this) it seems that this field is stored by its position in the database, not its name. That causes the problem that filters (and,as said above perhaps even scripts) often do unwanted things after changing the database layout. An example: You have a database with the structure: first_name last_name adress email friend Now you create a filter with which only the records are showed where "friends" is set to "TRUE". No, because you notice that this is better, you replace the field "adress" by the fields "street_number", "zip", "city", "state" and "country". If you rebuild the database, view it and select the "friend"-filter created above you get no results displayed. If you have a look at the filter you see that thefield "city" is selected instead of the field "friends". That seems to be because the position of the field "friend" in the database was stored when creating the filter, not its name. And now, after the change in the structure of the database, the field "city" is at this position. I know that a database should be layouted in a way that the layout only has to be changed as few as possible. But I think like it is now it is hard work to edit all filters and scripts to do what they sshould do after changing the database`s structure. A possible solution could be to adress the fileds by their name instead of their position in the db. Then something should be added to avoid the creation of a db with more that one field having the same name (what is possible at the moment). Preverably an error message that returns you to the layout editing window _without_ resetting the values you entered before. Again: I`m not too good in English and it`s late - could you understand what I wrote? Greetings ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 |
From: Fabian S. <fab...@we...> - 2005-10-19 20:34:26
|
Hello, I have another suggestion. Again, my configuration is: pilot-db v.1.1.3 (14Feb 2005) PalmOS v.3.5.3 Palm IIIxe (16 MHz, 2MB ROM + 8MB RAM) It would be nice if it would be possible to select a default value for "boolean" and "list" fields too (like it can be done in eg a "date" field). For a "list" field: perhaps a second list for the default value (in the properties dialog of the field) is more easy to implement than a "default"-flag function to the existing list. Again: I`m not too good in English and it`s late - could you understand what I wrote? Greetings ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 |
From: Fabian S. <fab...@we...> - 2005-10-19 20:27:45
|
Hello, I have a suggestion. My configuration is: pilot-db v.1.1.3 (14Feb 2005) PalmOS v.3.5.3 Palm IIIxe (16 MHz, 2MB ROM + 8MB RAM) Start pilot-db, open a database. Select a view where no filter is selected by default (eg the standart "All Fields" view). Select a filter (create one before if there isn`t one). Open a record to modify, delete or just view ist or create a new one. After finishing with that you automaticaly return to the view with multiple records. There, no filter is selected, altought a filter was selected before going into single record view. I`m not familiar with such things but if you want to keep this behavior in some cases, perhaps it would be a possible solution to be able to select for each filter if it should still be displayed after the things described above or not. I`m not too good in English and it`s late - could you understand what I wrote? Greetings ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 |
From: Carlos L. <car...@gm...> - 2005-10-13 15:59:06
|
RGlkaSwKClRoYW5rIHlvdS4gSXQgd29ya2VkIGZpbmUuCgoKMjAwNS8xMC8xMiwgWWVkaWR5YWgg QmFyLURhdmlkIDxkaWRpQHRhdS5hYy5pbD46Cj4KPiBPbiBUdWUsIE9jdCAxMSwgMjAwNSBhdCAw NDoxMjoyM1BNIC0wMzAwLCBDYXJsb3MgTG9yZW56IHdyb3RlOgo+ID4gSGkgbGlzdAo+ID4KPiA+ IEEgbmVlZCBoZWxwIHRvIGNyZWF0ZSBpbiB0aGUgLklGTyBmaWxlIGEgZmllbGQgb2YgdHlwZSBM SVNUIHdpdGggdHdvCj4gb3B0aW9ucwo+ID4gbGV0tiBzYXkgIkEiIGFuZCAiQiIKPgo+IFRoZSBl YXNpZXN0IHdheSBpcyB0byBjcmVhdGUgeW91ciBEQiBvbiB0aGUgcGFsbSwgdGhlbiB1c2UgcGRi MmNzdi4gVGhlbgo+IGVkaXQgdGhlIGluZiBhbmQgY3N2IGFzIHlvdSB3aXNoIGV0Yy4KPgo+IFJl Z2FyZHMsCj4gLS0KPiBEaWRpCj4KPgoKCi0tCio6LS4sXywuLToqJ2BgJyo6LS4sXywuLToKQ2Fy bG9zIExvcmVuegoqOi0uLF8sLi06KidgYCcqOi0uLF8sLi06Cg== |
From: <sho...@rc...> - 2005-10-12 13:51:19
|
I have a problem that's simular but less complex: I want to set up a DB where field 0 is one day after the date in field=20= 0 of the previous record. I've tried to read about inter-record=20 scripts, but it=92s beyond me! Laura Beryl Gray On Oct 10, 2005, at 9:30 AM, Samuel F. Montalvo wrote: > Hi everyone! > > After searching in the mailing archive of PilotDB and reading the=20 > scripts.txt file, I didn't found any example of calculations with the=20= > current date. This is: difference of days between a date and current. > > I did the following example, but I have some questions related, and I=20= > hope someone can help me to find the answers. > > [Database] > Field0 - Item - String > Field1 - When - Date > Field2 - Days - Calculated > > [Goal] > - To find the number of days since Field1 was set related to the=20 > current date (today) > > [Calculated Field (Theory)] > Field2 ->=A0=A0 (dur (- (int gcd)(int %1))) > > [The Problem] > (int gcd) always report a "strange" number. For example, for=20 > 10/10/2005 it resolves as 1120971 > > But if I create a 3rd field as:=A0 Field3=A0 ->=A0 JustToday - Date > and a 4th, as: Field4 -> CalcToday - Calculated > and this last as: (int %3), then it resolves as 53529120 > If I use this combination (with fields 3 and 4), then Field2 resolves=20= > with the correct number of days since the value in Field1 > > [Questions] > Is there a way to calculate the number of days as in this example,=20 > without the need to define a 3rd field to store the current date? > Why (int gcd) and (int %3) resolves with different values if they are=20= > the same date? > > Thanks in advance! > -- > > Samuel F. Montalvo > MComm / TuPalMX > Guadalajara, Jalisco MEXICO > Web: http://tupalmx.com= |
From: <di...@ta...> - 2005-10-12 08:57:13
|
On Tue, Oct 11, 2005 at 04:12:23PM -0300, Carlos Lorenz wrote: > Hi list >=20 > A need help to create in the .IFO file a field of type LIST with two op= tions > let=C5=9B say "A" and "B" The easiest way is to create your DB on the palm, then use pdb2csv. Then edit the inf and csv as you wish etc. Regards, --=20 Didi |
From: Carlos L. <car...@gm...> - 2005-10-11 19:12:42
|
SGkgbGlzdAoKQSBuZWVkIGhlbHAgdG8gY3JlYXRlIGluIHRoZSAuSUZPIGZpbGUgYSBmaWVsZCBv ZiB0eXBlIExJU1Qgd2l0aCB0d28gb3B0aW9ucwpsZXS2IHNheSAiQSIgYW5kICJCIgoKVGhhbmtz CgoKLS0KKjotLixfLC4tOionYGAnKjotLixfLC4tOgpDYXJsb3MgTG9yZW56Cio6LS4sXywuLToq J2BgJyo6LS4sXywuLToK |
From: Samuel F. M. <tu...@gm...> - 2005-10-10 13:30:12
|
Hi everyone! After searching in the mailing archive of PilotDB and reading the scripts.txt file, I didn't found any example of calculations with the current date. This is: difference of days between a date and current. I did the following example, but I have some questions related, and I hope someone can help me to find the answers. [Database] Field0 - Item - String Field1 - When - Date Field2 - Days - Calculated [Goal] - To find the number of days since Field1 was set related to the current date (today) [Calculated Field (Theory)] Field2 -> (dur (- (int gcd)(int %1))) [The Problem] (int gcd) always report a "strange" number. For example, for 10/10/2005 it resolves as 1120971 But if I create a 3rd field as: Field3 -> JustToday - Date and a 4th, as: Field4 -> CalcToday - Calculated and this last as: (int %3), then it resolves as 53529120 If I use this combination (with fields 3 and 4), then Field2 resolves with the correct number of days since the value in Field1 [Questions] Is there a way to calculate the number of days as in this example, without the need to define a 3rd field to store the current date? Why (int gcd) and (int %3) resolves with different values if they are the same date? Thanks in advance! -- Samuel F. Montalvo MComm / TuPalMX Guadalajara, Jalisco MEXICO Web: http://tupalmx.com |
From: <thi...@ra...> - 2005-09-19 10:50:01
|
Hello, I'm french. I want to know, how can I see a seconde with the time : hour : minute : seconde Thank you Thierry BARNABE |
From: B H <biz...@ya...> - 2005-09-13 17:07:53
|
I would like to store my databases in a folder of their own on the card. It this possible and if so what should the folder name be? Also is it possible to have some databases stored on the card and some in main memory? Thanks |
From: Peter D. <pet...@ua...> - 2005-09-03 14:37:16
|
Has anyone successfully built palm-db-tools under OS X? After removing what seemed to be an extra semicolon each in Block.h and File.h, I got it to successfully compile a lot of the files. But then I get the error: gcc -shared -o libpdbtools.so pdbtools.o -Wl,--whole-archive ../ libflatfile/libflatfile.a ../libsupport/libsupport.a ../libpalm/ libpalm.a -Wl,--no-whole-archive -lstdc++ powerpc-apple-darwin8-gcc-4.0.0: unrecognized option `-shared' /usr/bin/ld: unknown flag: --whole-archive collect2: ld returned 1 exit status make[1]: *** [libpdbtools.so] Error 1 make: *** [all] Error 2 Any ideas? Thanks. - Pete |
From: <di...@ta...> - 2005-08-31 06:05:50
|
On Tue, Aug 30, 2005 at 10:57:27AM -0300, Thane Sherrington wrote: > I want to calculated the number of hours in decimal between a start and end > time. I have this: > (dur (- (int %4) (int %3))) and that gives me the time in time format, but > I want to be view it like this: > 1:00 would come out as 1.0, 1:30 would come out as 1.5, etc. How can I do > this? Try something like (/ (- (int %4) (int %3)) 60.0) -- Didi |
From: Thane S. <ts...@au...> - 2005-08-30 13:51:59
|
I want to calculated the number of hours in decimal between a start and end time. I have this: (dur (- (int %4) (int %3))) and that gives me the time in time format, but I want to be view it like this: 1:00 would come out as 1.0, 1:30 would come out as 1.5, etc. How can I do this? T |
From: <di...@ta...> - 2005-08-18 19:23:25
|
On Thu, Aug 18, 2005 at 03:01:46PM -0400, sho...@rc... wrote: > Is it possible for today's day and time to be automatically entered in > a new record? Yes. Enter "Edit database design", click the left dropdown next to the field you want, choose "Properties", then mark "Use Current Date/Time". -- Didi |