From gambas.fr at ...176... Wed Apr 4 15:47:40 2007 From: gambas.fr at ...176... (Fabien Bodard) Date: Wed, 4 Apr 2007 15:47:40 +0200 Subject: [Gambas-devel] Update of gb.report example Message-ID: <6324a42a0704040647t2ad502cdtcb1a57bd908c0270@...178...> Hi to all, This is an example of report using the new preview form (alpha). Regards, Fabien Bodard From gambas.fr at ...176... Wed Apr 4 15:49:11 2007 From: gambas.fr at ...176... (Fabien Bodard) Date: Wed, 4 Apr 2007 15:49:11 +0200 Subject: [Gambas-devel] Update of gb.report example In-Reply-To: <6324a42a0704040647t2ad502cdtcb1a57bd908c0270@...178...> References: <6324a42a0704040647t2ad502cdtcb1a57bd908c0270@...178...> Message-ID: <6324a42a0704040649y43207019ubf892863fe83ea@...178...> stupid man ! i've forgotten the archive :-P 2007/4/4, Fabien Bodard : > Hi to all, > > This is an example of report using the new preview form (alpha). > > Regards, > Fabien Bodard > -------------- next part -------------- A non-text attachment was scrubbed... Name: ReportExample-0.0.3.tar.gz Type: application/x-gzip Size: 5487 bytes Desc: not available URL: From chintanraoh at ...176... Wed Apr 4 18:11:00 2007 From: chintanraoh at ...176... (chintan rao) Date: Wed, 4 Apr 2007 21:41:00 +0530 Subject: [Gambas-devel] gambas power pc Message-ID: hi all, I was wondering whether Gambas works as efficiently powerpc as on any other system or Is there a need to make it work efficiently on especially for powerpc architecture ? sincerely Chintan Rao H From jredrejo at ...176... Wed Apr 4 18:43:10 2007 From: jredrejo at ...176... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Wed, 4 Apr 2007 18:43:10 +0200 Subject: [Gambas-devel] gambas power pc In-Reply-To: References: Message-ID: <8eb28a500704040943s48cb0cd5x9144e4f2334e2a69@...178...> I don't think so. In my experience trying to compile gambas in powerpc gives a lot of errors. Same happens on 64 bits architectures... 2007/4/4, chintan rao : > hi all, > > I was wondering whether Gambas works as efficiently powerpc as on any > other system or Is there a need to make it work efficiently on > especially for powerpc architecture ? > > sincerely > Chintan Rao H > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > From chintanraoh at ...176... Wed Apr 4 19:39:53 2007 From: chintanraoh at ...176... (chintan rao) Date: Wed, 4 Apr 2007 23:09:53 +0530 Subject: [Gambas-devel] gambas power pc In-Reply-To: <8eb28a500704040943s48cb0cd5x9144e4f2334e2a69@...178...> References: <8eb28a500704040943s48cb0cd5x9144e4f2334e2a69@...178...> Message-ID: hi Thanks for replying I have a powerpc at my disposal so i can actually help it porting it power pc On 4/4/07, Jos? Luis Redrejo wrote: > I don't think so. In my experience trying to compile gambas in powerpc > gives a lot of errors. Same happens on 64 bits architectures... > > 2007/4/4, chintan rao : > > hi all, > > > > I was wondering whether Gambas works as efficiently powerpc as on any > > other system or Is there a need to make it work efficiently on > > especially for powerpc architecture ? > > > > sincerely > > Chintan Rao H > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share your > > opinions on IT & business topics through brief surveys-and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Gambas-devel mailing list > > Gambas-devel at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-devel > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > From rospolosco at ...29... Thu Apr 12 23:38:20 2007 From: rospolosco at ...29... (Stefano Palmeri) Date: Thu, 12 Apr 2007 23:38:20 +0200 Subject: [Gambas-devel] test mail - dont read Message-ID: <200704122338.20437.rospolosco@...29...> From gambas.fr at ...176... Sat Apr 14 19:22:05 2007 From: gambas.fr at ...176... (Fabien Bodard) Date: Sat, 14 Apr 2007 19:22:05 +0200 Subject: [Gambas-devel] Enum Message-ID: <6324a42a0704141022i5cca78d1t68e5be90a460bdc@...178...> Hi Benoit, Why the Enum.Index value is Null by default ? It seem to be not really practical, as i need to had a line like : IF IsNull(Enum.Index) THEN Enum.Index = 0 In the head of the function... not really needed Fabien -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Sun Apr 15 09:17:01 2007 From: gambas at ...1... (Benoit Minisini) Date: Sun, 15 Apr 2007 09:17:01 +0200 Subject: [Gambas-devel] Enum In-Reply-To: <6324a42a0704141022i5cca78d1t68e5be90a460bdc@...178...> References: <6324a42a0704141022i5cca78d1t68e5be90a460bdc@...178...> Message-ID: <200704150917.02020.gambas@...1...> On samedi 14 avril 2007, Fabien Bodard wrote: > Hi Benoit, > > Why the Enum.Index value is Null by default ? Because it is a variant. Enumeration are not necessarily indexed by a number. > It seem to be not really > practical, as i need to had a line like : > > IF IsNull(Enum.Index) THEN Enum.Index = 0 > > In the head of the function... not really needed > > Fabien Well, it is not a drama :-) -- Benoit Minisini From gambas.fr at ...176... Sun Apr 15 14:31:23 2007 From: gambas.fr at ...176... (Fabien Bodard) Date: Sun, 15 Apr 2007 14:31:23 +0200 Subject: [Gambas-devel] Enum In-Reply-To: <200704150917.02020.gambas@...1...> References: <6324a42a0704141022i5cca78d1t68e5be90a460bdc@...178...> <200704150917.02020.gambas@...1...> Message-ID: <6324a42a0704150531u48f494f5hdf48a57a8c5f862@...178...> no, just matter to say something interesting ... ;) 2007/4/15, Benoit Minisini : > > On samedi 14 avril 2007, Fabien Bodard wrote: > > Hi Benoit, > > > > Why the Enum.Index value is Null by default ? > > Because it is a variant. Enumeration are not necessarily indexed by a > number. > > > It seem to be not really > > practical, as i need to had a line like : > > > > IF IsNull(Enum.Index) THEN Enum.Index = 0 > > > > In the head of the function... not really needed > > > > Fabien > > Well, it is not a drama :-) > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas.fr at ...176... Sun Apr 15 14:38:52 2007 From: gambas.fr at ...176... (Fabien Bodard) Date: Sun, 15 Apr 2007 14:38:52 +0200 Subject: [Gambas-devel] gb.db.firebird Message-ID: <6324a42a0704150538v3f63c97ax4360342f5a24930c@...178...> hi to all i've trying to install the firebird driver... so i've installed the -dev package from ubuntu edgy and then recompiled the driver... but it seem to say me that i've not installed it... help required Fabien Bodard -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas.fr at ...176... Sun Apr 15 21:43:59 2007 From: gambas.fr at ...176... (Fabien Bodard) Date: Sun, 15 Apr 2007 21:43:59 +0200 Subject: [Gambas-devel] BUG on IDE Message-ID: <6324a42a0704151243v3fdef477p2cd4b99d4e82a447@...178...> Hi Benoit, Try this : Select New Project CGI Project (nothing else) Your directory Your project name and click OK i obtain : Cannot create project : Void key The error is in the lines : FOR EACH hCtrl IN lstType.Children $cVar[hCtrl.Tag] = FALSE NEXT Regrads, Fabien Bodard -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas.fr at ...176... Sun Apr 15 21:45:26 2007 From: gambas.fr at ...176... (Fabien Bodard) Date: Sun, 15 Apr 2007 21:45:26 +0200 Subject: [Gambas-devel] My message about gb.report Message-ID: <6324a42a0704151245q6a1375b0rd6e9c8847890512c@...178...> Benoit, Have you receipt it ? Fabien -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Sun Apr 15 21:56:03 2007 From: gambas at ...1... (Benoit Minisini) Date: Sun, 15 Apr 2007 21:56:03 +0200 Subject: [Gambas-devel] My message about gb.report In-Reply-To: <6324a42a0704151245q6a1375b0rd6e9c8847890512c@...178...> References: <6324a42a0704151245q6a1375b0rd6e9c8847890512c@...178...> Message-ID: <200704152156.04064.gambas@...1...> On dimanche 15 avril 2007, Fabien Bodard wrote: > Benoit, > > Have you receipt it ? > > Fabien Yes. Be patient :-) -- Benoit Minisini From gambas.fr at ...176... Sun Apr 15 22:18:55 2007 From: gambas.fr at ...176... (Fabien Bodard) Date: Sun, 15 Apr 2007 22:18:55 +0200 Subject: [Gambas-devel] My message about gb.report In-Reply-To: <200704152156.04064.gambas@...1...> References: <6324a42a0704151245q6a1375b0rd6e9c8847890512c@...178...> <200704152156.04064.gambas@...1...> Message-ID: <6324a42a0704151318h504bdc6chb4efdb0a4110a4b4@...178...> it was just to know if you read your personnal mail... i've the time... 2007/4/15, Benoit Minisini : > > On dimanche 15 avril 2007, Fabien Bodard wrote: > > Benoit, > > > > Have you receipt it ? > > > > Fabien > > Yes. Be patient :-) > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Sun Apr 15 22:29:23 2007 From: gambas at ...1... (Benoit Minisini) Date: Sun, 15 Apr 2007 22:29:23 +0200 Subject: [Gambas-devel] BUG on IDE In-Reply-To: <6324a42a0704151243v3fdef477p2cd4b99d4e82a447@...178...> References: <6324a42a0704151243v3fdef477p2cd4b99d4e82a447@...178...> Message-ID: <200704152229.23424.gambas@...1...> On dimanche 15 avril 2007, Fabien Bodard wrote: > Hi Benoit, > > Try this : > > Select New Project > > CGI Project (nothing else) > > Your directory > Your project name and click OK > > i obtain : Cannot create project : > > Void key > > The error is in the lines : > > FOR EACH hCtrl IN lstType.Children > $cVar[hCtrl.Tag] = FALSE > NEXT > > Regrads, > > Fabien Bodard OK. Fixed at home... -- Benoit Minisini From chintanraoh at ...176... Wed Apr 18 10:36:53 2007 From: chintanraoh at ...176... (chintan rao) Date: Wed, 18 Apr 2007 14:06:53 +0530 Subject: [Gambas-devel] porting Gambas to pcc Message-ID: hi all, We ,at our college, have a power processor based server which is supposed to be used for porting applications to ppc architecture. I would like to know what would this take to do and how feasible it is. I have got over 2 months of holidays to do this if is feasible. Chintan From chintanraoh at ...176... Thu Apr 19 03:48:06 2007 From: chintanraoh at ...176... (chintan rao) Date: Thu, 19 Apr 2007 07:18:06 +0530 Subject: [Gambas-devel] porting Gambas to pcc In-Reply-To: References: Message-ID: Hi, Also I would like to know how much of the porting has laready been done ( I mean is there any part of the interpreter / compiler code which is written for power pc architecture) and what help will i get :) On 4/18/07, chintan rao wrote: > hi all, > We ,at our college, have a power processor based server which is > supposed to be used for porting applications to ppc architecture. > I would like to know what would this take to do and how feasible it is. > I have got over 2 months of holidays to do this if is feasible. > > Chintan > From gambas at ...1... Thu Apr 19 08:12:44 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 19 Apr 2007 08:12:44 +0200 Subject: [Gambas-devel] porting Gambas to pcc In-Reply-To: References: Message-ID: <200704190812.45041.gambas@...1...> On jeudi 19 avril 2007, chintan rao wrote: > Hi, > Also I would like to know how much of the porting has laready been done > ( I mean is there any part of the interpreter / compiler code which is > written for power pc architecture) > and what help will i get :) > > On 4/18/07, chintan rao wrote: > > hi all, > > We ,at our college, have a power processor based server which is > > supposed to be used for porting applications to ppc architecture. > > I would like to know what would this take to do and how feasible it is. > > I have got over 2 months of holidays to do this if is feasible. > > > > Chintan > Hi, There are two problems with PowerPC: 1) Endianness-neutral. 2) 64-bits. The 1) is partially implemented, but is buggy. I mean it crashes, but I could never debugged as I don't have a big-endian system. When generating a compiled file, the compiler writes the endianness of the CPU at the beginning of the file (gbc_output.c:289). When the interpreter reads this file, it has to swap things where things need to be swapped. This is done in the gbx_class_load.c file, from the line 356. This swapping process seems to need debugging. The 2) is a far more difficult work, as it needs to clean and rewrite a lot of things in the source code of the compiler and interpreter. Especially the interpreter that relies on too many places on 32 bits integers and pointers. This almost needs a new interpreter, so I don't want to do that before 2.0. Tell me what you can do, or want to do exactly. Thanks for your collaboration proposal! Regards, -- Benoit Minisini From gambas.fr at ...176... Fri Apr 20 09:50:17 2007 From: gambas.fr at ...176... (Fabien Bodard) Date: Fri, 20 Apr 2007 09:50:17 +0200 Subject: [Gambas-devel] Compilation problem on last svn ! Message-ID: <6324a42a0704200050o342dfab0l2823040f53773f69@...178...> if /bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../share -I../../libltdl -pipe -Wall -Wno-unused-value -fvisibility=hidden -g -Os -MT eval_code.lo -MD -MP -MF ".deps/eval_code.Tpo" \ -c -o eval_code.lo `test -f 'eval_code.c' || echo './'`eval_code.c; \ then mv -f ".deps/eval_code.Tpo" ".deps/eval_code.Plo"; \ else rm -f ".deps/eval_code.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../share -I../../libltdl -pipe -Wall -Wno-unused-value -fvisibility=hidden -g -Os -MT eval_code.lo -MD -MP -MF .deps/eval_code.Tpo -c eval_code.c -fPIC -DPIC -o .libs/eval_code.o In file included from eval_code.c:36: ../../share/gb_code_temp.h: In function 'start_code': ../../share/gb_code_temp.h:53: error: 'EXPRESSION' has no member named 'ncode' ../../share/gb_code_temp.h: In function 'write_short': ../../share/gb_code_temp.h:58: error: 'EXPRESSION' has no member named 'ncode' ../../share/gb_code_temp.h:58: error: 'CODE_INSTR_INC' undeclared (first use in this function) ../../share/gb_code_temp.h:58: error: (Each undeclared identifier is reported only once ../../share/gb_code_temp.h:58: error: for each function it appears in.) ../../share/gb_code_temp.h:63: error: 'EXPRESSION' has no member named 'ncode' ../../share/gb_code_temp.h:66: error: 'EXPRESSION' has no member named 'ncode' ../../share/gb_code_temp.h:67: error: 'EXPRESSION' has no member named 'ncode' ../../share/gb_code_temp.h: In function 'CODE_get_current_pos': ../../share/gb_code_temp.h:102: error: 'EXPRESSION' has no member named 'ncode' make[3]: *** [eval_code.lo] Erreur 1 make[3]: quittant le r?pertoire ? /home/fabien/gambas/trunk/main/lib/eval ? make[2]: *** [install-recursive] Erreur 1 make[2]: quittant le r?pertoire ? /home/fabien/gambas/trunk/main/lib ? make[1]: *** [install-recursive] Erreur 1 make[1]: quittant le r?pertoire ? /home/fabien/gambas/trunk/main ? make: *** [install-recursive] Erreur 1 fabien at ...422...:~/gam regards, Fabien Bodard -------------- next part -------------- An HTML attachment was scrubbed... URL: From chintanraoh at ...176... Fri Apr 20 17:42:05 2007 From: chintanraoh at ...176... (chintan rao) Date: Fri, 20 Apr 2007 21:12:05 +0530 Subject: [Gambas-devel] porting Gambas to pcc In-Reply-To: <200704190812.45041.gambas@...1...> References: <200704190812.45041.gambas@...1...> Message-ID: Hi Benoit On 4/19/07, Benoit Minisini wrote: > On jeudi 19 avril 2007, chintan rao wrote: > > Hi, > > Also I would like to know how much of the porting has laready been done > > ( I mean is there any part of the interpreter / compiler code which is > > written for power pc architecture) > > and what help will i get :) > > > > On 4/18/07, chintan rao wrote: > > > hi all, > > > We ,at our college, have a power processor based server which is > > > supposed to be used for porting applications to ppc architecture. > > > I would like to know what would this take to do and how feasible it is. > > > I have got over 2 months of holidays to do this if is feasible. > > > > > > Chintan > > > Hi, > > There are two problems with PowerPC: > 1) Endianness-neutral. > 2) 64-bits. > > The 1) is partially implemented, but is buggy. I mean it crashes, but I could > never debugged as I don't have a big-endian system. > > When generating a compiled file, the compiler writes the endianness of the CPU > at the beginning of the file (gbc_output.c:289). > > When the interpreter reads this file, it has to swap things where things need > to be swapped. This is done in the gbx_class_load.c file, from the line 356. > This swapping process seems to need debugging. > > The 2) is a far more difficult work, as it needs to clean and rewrite a lot of > things in the source code of the compiler and interpreter. Especially the > interpreter that relies on too many places on 32 bits integers and pointers. > > This almost needs a new interpreter, so I don't want to do that before 2.0. > > Tell me what you can do, or want to do exactly. I am interested in this . I will need to spend some time on ppc to answer these questions . I will both these questions soon after the holidays start(may be 20 days from now :( ) . Will try to bring up this discussion again then . > > Thanks for your collaboration proposal! > > Regards, > > -- > Benoit Minisini thanks for replying :) > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > From gambas.fr at ...176... Tue Apr 24 22:25:50 2007 From: gambas.fr at ...176... (Fabien Bodard) Date: Tue, 24 Apr 2007 22:25:50 +0200 Subject: [Gambas-devel] BUG on form editor Message-ID: <6324a42a0704241325h7948b6a0h92d5100f36195dfe@...178...> Hi Benoit, Try to make a new form on it put a container and put object in this container ... then delete the object... result the container is deleted too with all of its content ! :/ Fabien -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Tue Apr 24 22:40:07 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 24 Apr 2007 22:40:07 +0200 Subject: [Gambas-devel] BUG on form editor In-Reply-To: <6324a42a0704241325h7948b6a0h92d5100f36195dfe@...178...> References: <6324a42a0704241325h7948b6a0h92d5100f36195dfe@...178...> Message-ID: <200704242240.07438.gambas@...1...> On mardi 24 avril 2007, Fabien Bodard wrote: > Hi Benoit, > > Try to make a new form > > on it put a container and put object in this container ... then delete the > object... result the container is deleted too with all of its content ! > > :/ > > Fabien This is fixed in the latest revision. Regards, -- Benoit Minisini From gambas.fr at ...176... Tue Apr 24 22:42:02 2007 From: gambas.fr at ...176... (Fabien Bodard) Date: Tue, 24 Apr 2007 22:42:02 +0200 Subject: [Gambas-devel] BUG on form editor In-Reply-To: <200704242240.07438.gambas@...1...> References: <6324a42a0704241325h7948b6a0h92d5100f36195dfe@...178...> <200704242240.07438.gambas@...1...> Message-ID: <6324a42a0704241342v6f5ac785oe5a60a04e95c866d@...178...> just see it ... sorry :-P 2007/4/24, Benoit Minisini : > > On mardi 24 avril 2007, Fabien Bodard wrote: > > Hi Benoit, > > > > Try to make a new form > > > > on it put a container and put object in this container ... then delete > the > > object... result the container is deleted too with all of its content ! > > > > :/ > > > > Fabien > > This is fixed in the latest revision. > > Regards, > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas.fr at ...176... Sun Apr 29 23:42:57 2007 From: gambas.fr at ...176... (Fabien Bodard) Date: Sun, 29 Apr 2007 23:42:57 +0200 Subject: [Gambas-devel] A little query on windows showing modes. Message-ID: <6324a42a0704291442o559c66a5ja3231ce06f62c0a5@...178...> Hi Benoit, I'm currently making a date combobox for my personnal use first. To do it i've two way , use a valuebox+a button + a form that embbed a calendar (gb.form) or use a combox and manage on his click event... as the valuebox seem to be good, i use the first way. well, now my problem. I need to manage the form+date and i need to catch the lostfocus (to hide).... but to get the value i need to use the showmodal routine(to block the click event during the date acquire). and in showmodal i've not lostfocus... any ideas ? Fabien Bodard PS: i need a combo+columnview too ... the problem is the same ! -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Sun Apr 29 23:59:06 2007 From: gambas at ...1... (Benoit Minisini) Date: Sun, 29 Apr 2007 23:59:06 +0200 Subject: [Gambas-devel] A little query on windows showing modes. In-Reply-To: <6324a42a0704291442o559c66a5ja3231ce06f62c0a5@...178...> References: <6324a42a0704291442o559c66a5ja3231ce06f62c0a5@...178...> Message-ID: <200704292359.06613.gambas@...1...> On dimanche 29 avril 2007, Fabien Bodard wrote: > Hi Benoit, > > I'm currently making a date combobox for my personnal use first. > > To do it i've two way , use a valuebox+a button + a form that embbed a > calendar (gb.form) > > or use a combox and manage on his click event... > > as the valuebox seem to be good, i use the first way. > > well, now my problem. > > I need to manage the form+date and i need to catch the lostfocus (to > hide).... but to get the value i need to use the showmodal routine(to block > the click event during the date acquire). > > and in showmodal i've not lostfocus... any ideas ? > > > Fabien Bodard > > PS: i need a combo+columnview too ... the problem is the same ! Send me the same mail in french, maybe I will understand :-) -- Benoit Minisini