Re: [Harbour] offline note

2009-08-03 Thread Viktor Szakáts
Hi Przemek, Wishing you a very nice holiday. Brgds, Viktor On 2009.08.02., at 0:34, Przemyslaw Czerpak wrote: Hi All, I'll be offline for a week. best regards, Przemek ___ Harbour mailing list Harbour@harbour-project.org

[Harbour] SF.net SVN: harbour-project:[11962] trunk/harbour

2009-08-03 Thread vszakats
Revision: 11962 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11962view=rev Author: vszakats Date: 2009-08-03 07:06:47 + (Mon, 03 Aug 2009) Log Message: --- 2009-08-02 09:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * bin/postinst.sh *

Re: [Harbour] Array access at C level

2009-08-03 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Viktor Szakáts harbour...@syenar.hu A: Harbour Project Main Developer List. harbour@harbour-project.org Data invio: lunedì 3 agosto 2009 1.49 Oggetto: Re: [Harbour] Array access at C level Can I ask the reason for this Clipper compatibility break? It's

Re: [Harbour] Array access at C level

2009-08-03 Thread Viktor Szakáts
You have to #include the Clipper compatible headers. Brgds, Viktor On 2009.08.03., at 2:52, Enrico Maria Giordano wrote: -Messaggio Originale- Da: Viktor Szakáts harbour...@syenar.hu A: Harbour Project Main Developer List. harb...@harbour- project.org Data invio: lunedì 3 agosto

Re: [Harbour] Array access at C level

2009-08-03 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Viktor Szakáts harbour...@syenar.hu A: Harbour Project Main Developer List. harbour@harbour-project.org Data invio: lunedì 3 agosto 2009 14.56 Oggetto: Re: [Harbour] Array access at C level You have to #include the Clipper compatible headers. Thank you,

Re: [Harbour] SF.net SVN: harbour-project:[11892] trunk/harbour

2009-08-03 Thread Jaroslaw Kadziola
Witam! W liście datowanym 1 sierpnia 2009 (20:26:46) napisano: [sobota, 01 sierpie� 2009], Jarosław Kądzioła napisa?(a): Hi Have you rebuild libraries for WinCE too? Yes, all libraries from zero. Thank for the info. I've just check the whole code and it was disabled also in hbsetup.h.

[Harbour] SMS

2009-08-03 Thread Bruno Luciani
People. The SMS function from Jose Luis Capel is only for Wince or is usefull for use in PC too Bruno ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Graphic with Harbour

2009-08-03 Thread calimero22
Hello Is it possible to DRAW pixel in console mode with harbour? Thank Giovanni Di Maria --- Dada Music Movement, tutta la musica che vuoi! --- ___ Harbour mailing list Harbour@harbour-project.org

Re: [Harbour] Graphic with Harbour

2009-08-03 Thread Massimo Belgrano
We have many GTs: 1- console I/O like GTNUL, GTGUI, GTCGI, GTSTD 2 - full screen like GTWVT, GTWIN, GTXWC, GTTRM, GTSLN, GTCRS 3 - graphical like GTWVT and GTXWC AFAIK Only with 3  graphical GT you can Either will use wvt_ command  like:  Wvt_DrawLine Wvt_SetBrush Wvt_DrawEllipse Wvt_SetBrush

Re: [Harbour] Graphic with Harbour

2009-08-03 Thread Massimo Belgrano
Hi Pritpal Because demowvg.prg is large to be a sample ( i prefer reduced code to better understand Harbour community still haven't a collect of sample of all that is different from clipper code we can start from here to collect tomorrow this sample will be included in your doc project

Re: [Harbour] QT - HBXBP - XbpBrowse() vs TBrowse()

2009-08-03 Thread Viktor Szakáts
Hi Pritpal, First - a good news - I am been able to simulate TBrowse() behavior as far as vertical navigation is concerned. Horizontal navigation - freeze - is practically non-existent in Qt's model/view architect and hence so far I have no clues how to simulate this. Barring FREEZE and FOOTER

Re: [Harbour] Graphic with Harbour

2009-08-03 Thread Pritpal Bedi
Hello Massimo Massimo Belgrano-3 wrote: Because demowvg.prg is large to be a sample ( i prefer reduced code to better understand Harbour community still haven't a collect of sample of all that is different from clipper code we can start from here to collect tomorrow this sample will be

Re: [Harbour] QT - HBXBP - XbpBrowse() vs TBrowse()

2009-08-03 Thread Massimo Belgrano
afaik with xbase++ 1.9 sl1 you can still mix traditional SAY/GET or TBrowse() with Graphical User Interface elements Page six at ftp://ftp.alaska-software.com/documents/feature-overview-v19sl1-en.pdf 2009/8/3 Viktor Szakáts harbour...@syenar.hu: Hi Pritpal, First - a good news - I am been

Re: [Harbour] QT - HBXBP - XbpBrowse() vs TBrowse()

2009-08-03 Thread Pritpal Bedi
Hello Viktor Viktor Szakáts wrote: A QT-based TBrowse() is very nice, but doesn't have much to do with XBP lib functionality per se, unless Xbase++ has similar GUI version of TBrowse() (I don't think so). Since you say this QT based TBrowse() is built on top of XBP stuff, it's certainly

Re: [Harbour] QT - HBXBP - XbpBrowse() vs TBrowse()

2009-08-03 Thread Pritpal Bedi
Hi Pritpal Bedi wrote: Second - as I am in a position to provide both TBrowse() and XbpBrowse() approaches, what do you think if I retain both or only XbpBrowse(). Internally, TBrowse() will map itself to XbpBrowse(). The deep thinking suggests that there must be 100% compatibility

[Harbour] QT - HBXBP - XbpBrowse() - Some realtime code

2009-08-03 Thread Pritpal Bedi
Hello Everybody I am looking for some real-life XbpBrowse() code example to compare and check my results. Please forward it on the list if you have one. Please make it as isolated as possible. I am intesrested in how AppEvent() loop interacts with XbpBrowse(). Please forward code which you

Re: [Harbour] Graphic with Harbour

2009-08-03 Thread calimero22
Thank you everybody helped me. The example file is TOO long, but i hope to examine it. Giovanni Di Maria --- Dada Music Movement, tutta la musica che vuoi! --- ___ Harbour mailing list Harbour@harbour-project.org

[Harbour] Re: QT - HBXBP - XbpBrowse() vs TBrowse()

2009-08-03 Thread Angel Pais
I'd really like to have both. 100% compatibility doesn't mean you can't improve xbpparts or add inexistent ones like the richtext editor or a spreadsheet. JMHO Angel PD: Congrats for your great job. The only feature I find missing is masked imput (xbpget) to start developing real

Re: [Harbour] SMS

2009-08-03 Thread José Luis Capel
Hi Bruno, As far I know this only works on smartphone devices. I'll investigate if it is possible to use this api from a desktock computer with a smartphone conneted to. Maybe you are looking for a sms service?? I think there are serveral web sites that can offer you this service (send sms from

Re: [Harbour] QT - HBXBP - XbpBrowse() - Some realtime code

2009-08-03 Thread Massimo Belgrano
http://www.xbaseforum.de/viewforum.php?f=23 ftp://ftp.alaska-software.com/documents/MTTUTOR2.PDF http://www.combifinanz.de/tools/sbrowse.htm http://www.xbaseprogrammer.com/Content.cgi?Menu=Source%20Code http://www.xbwin.com/ http://www.idep.nl/ 2009/8/3 Pritpal Bedi bediprit...@hotmail.com:

[Harbour] Kubuntu 9.10 and HBQT

2009-08-03 Thread Alexandr Okhotnikov
Hi After upgrade my Kubuntu (up to Kubuntu karmic 9.10, GCC 4.4, KDE 4.3 RC3): attempt to start (demo in contrib/hbqt/tests/demoqt) leads to error Segmentation fault (core dumped) ___ Harbour mailing list Harbour@harbour-project.org

[Harbour] SF.net SVN: harbour-project:[11963] trunk/harbour

2009-08-03 Thread vszakats
Revision: 11963 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11963view=rev Author: vszakats Date: 2009-08-03 22:52:28 + (Mon, 03 Aug 2009) Log Message: --- 2009-08-04 00:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * Minor. *

Re: [Harbour] SMS

2009-08-03 Thread Bruno Luciani
HI Jose Luis Is not for me , but for a Minigui programmer She need to send SMS from harbour code thanks anyway Bruno El 3 de agosto de 2009 17:06, José Luis Capel jlcap...@gmail.com escribió: Hi Bruno, As far I know this only works on smartphone devices. I'll investigate if it is

Re: [Harbour] Kubuntu 9.10 and HBQT

2009-08-03 Thread Davor Siklic
Alexandr Okhotnikov napsal(a): Hi After upgrade my Kubuntu (up to Kubuntu karmic 9.10, GCC 4.4, KDE 4.3 RC3): attempt to start (demo in contrib/hbqt/tests/demoqt) leads to error Segmentation fault (core dumped) First come in mind that you need to recompile harbour best regards Davor

[Harbour] SF.net SVN: harbour-project:[11964] trunk/harbour

2009-08-03 Thread vszakats
Revision: 11964 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11964view=rev Author: vszakats Date: 2009-08-03 23:27:00 + (Mon, 03 Aug 2009) Log Message: --- 2009-08-04 01:25 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbdefs.h !

[Harbour] SF.net SVN: harbour-project:[11965] trunk/harbour

2009-08-03 Thread vouchcac
Revision: 11965 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11965view=rev Author: vouchcac Date: 2009-08-04 01:06:08 + (Tue, 04 Aug 2009) Log Message: --- 2009-08-03 18:00 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

[Harbour] SF.net SVN: harbour-project:[11966] trunk/harbour

2009-08-03 Thread vszakats
Revision: 11966 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11966view=rev Author: vszakats Date: 2009-08-04 01:26:12 + (Tue, 04 Aug 2009) Log Message: --- 2009-08-04 03:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) *

[Harbour] SF.net SVN: harbour-project:[11967] trunk/harbour

2009-08-03 Thread vszakats
Revision: 11967 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11967view=rev Author: vszakats Date: 2009-08-04 01:34:11 + (Tue, 04 Aug 2009) Log Message: --- 2009-08-04 03:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/vm/dynlibhb.c

[Harbour] SF.net SVN: harbour-project:[11968] trunk/harbour

2009-08-03 Thread vszakats
Revision: 11968 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11968view=rev Author: vszakats Date: 2009-08-04 01:39:15 + (Tue, 04 Aug 2009) Log Message: --- 2009-08-04 03:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/linux/sunpro.cf

[Harbour] SF.net SVN: harbour-project:[11969] trunk/harbour

2009-08-03 Thread vszakats
Revision: 11969 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11969view=rev Author: vszakats Date: 2009-08-04 01:44:32 + (Tue, 04 Aug 2009) Log Message: --- 2009-08-04 03:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/vm/fm.c !

Re: [Harbour] Kubuntu 9.10 and HBQT

2009-08-03 Thread Alexandr Okhotnikov
Well, of course, this is the first that has been done! More suggestions? After upgrade my Kubuntu (up to Kubuntu karmic 9.10, GCC 4.4, KDE 4.3 RC3): attempt to start (demo in contrib/hbqt/tests/demoqt) leads to error Segmentation fault (core dumped) First come in mind that you need to

Re: [Harbour] SMS

2009-08-03 Thread Jaroslaw Kadziola
Hi Bruno, BL Is not for me , but for a Minigui programmer BL She need to send SMS from harbour code I use this small but very good app : http://www.xharbour.com/xhc/index.asp?page=xhc_download_detail.asptype=dlid=108 This is not source code but maybe author Fred Chan can make accessible it?