Re: [Harbour] Harbour running on the iPhone!

2008-01-02 Thread dotNET future developer
Hello Antonio Linares, Will FiveWin run in dot NET? Time? Sérgio - Original Message - From: "Antonio Linares" <[EMAIL PROTECTED]> To: "Harbour Project Main Developer List." Sent: Wednesday, January 02, 2008 10:23 PM Subject: [Harbour] Harbour running on the iPhone! http://img134.ima

[Harbour] Harbour running on the iPhone!

2008-01-02 Thread Antonio Linares
http://img134.imageshack.us/img134/8962/iphone038tw6.png :-) Regards, Antonio ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Harbour running on the iPhone!

2008-01-02 Thread Phil Barnett
On Wednesday 02 January 2008 08:23:41 pm Antonio Linares wrote: > http://img134.imageshack.us/img134/8962/iphone038tw6.png Bravo! ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Happy new year!!!

2008-01-02 Thread harbour_ar
Happy New Year for everyone! best regards, Horacio ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] A Question on Directives

2008-01-02 Thread Pritpal Bedi
Enrico Enrico Maria Giordano wrote: > > Something like this: > > #xtranslate TestX(,,,[],) => TestY( ) > #xtranslate TestX(,,,[]) => TestY( h ) > > #define TEST TESTX > > FUNCTION MAIN() > > LOCAL h := 6 > > TEST( 1, 2, 3, 4, 5 ) > TEST( 1, 2, 3, 5 ) > > INKEY( 0

Re: [Harbour] A Question on Directives

2008-01-02 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Pritpal Bedi" <[EMAIL PROTECTED]> A: Data invio: mercoledì 2 gennaio 2008 21.24 Oggetto: Re: [Harbour] A Question on Directives Now another question: Instead of changing the name of the function in #xtranslate , I can keep librray name as is, like: Some

Re: [Harbour] A Question on Directives

2008-01-02 Thread Pritpal Bedi
Hi Enrico and Lost Here are the results: 1st Approach: #xtranslate DispOutAtX(,,,[][,]) => DispOutAt(,,,[],iif(<.g.>,,hGT)) Function Main() Local x, hGT DispOutAtX( 10,10,'dara','w+/r' ) DispOutAtX( 10,10,'dara','w+/r',x ) /* PPO DispOutAt(10,10,"dara","w+/r",iif(.F.,,hGT))

Re: [Harbour] A Question on Directives

2008-01-02 Thread Lost
Enrico Maria Giordano escribió el 02/01/08 a las 14:31: >> > > Check the definition of your command. >> > >> > Which command? My command (the splitted one) works fine. >> >> This one: >> >> > > #xtranslate TestX(,,,[],[]) => ; >> > > Test( iif( <.g.>,,hGT ) ) > > This is not my command. This

Re: [Harbour] A Question on Directives

2008-01-02 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Lost" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: mercoledì 2 gennaio 2008 17.21 Oggetto: Re: [Harbour] A Question on Directives > > Check the definition of your command. > > Which command? My command (the splitted one) works

Re: [Harbour] A Question on Directives

2008-01-02 Thread Lost
Enrico Maria Giordano escribió el 02/01/08 a las 13:56: >> Check the definition of your command. > > Which command? My command (the splitted one) works fine. This one: >> #xtranslate TestX(,,,[],[]) => ; >> Test( iif( <.g.>,,hGT ) ) It works fine, indeed, as long as you pass *all* of the p

Re: [Harbour] A Question on Directives

2008-01-02 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Lost" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: mercoledì 2 gennaio 2008 16.39 Oggetto: Re: [Harbour] A Question on Directives Check the definition of your command. Which command? My command (the splitted one) works fine.

Re: [Harbour] A Question on Directives

2008-01-02 Thread Lost
Enrico Maria Giordano escribió el 02/01/08 a las 13:24: >> > It doesn't seem to work. >> >> It works here. See: > > Please try the following sample: > > #xtranslate TestX(,,,[],[]) => ; > Test( iif( <.g.>,,hGT ) ) > > > FUNCTION MAIN() > >LOCAL hGT := 6 > >TESTX( 1, 2, 3, 4, 5 )

Re: [Harbour] A Question on Directives

2008-01-02 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Lost" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: mercoledì 2 gennaio 2008 15.55 Oggetto: Re: [Harbour] A Question on Directives > It doesn't seem to work. It works here. See: Please try the following sample: #xtranslate T

Re: [Harbour] A Question on Directives

2008-01-02 Thread Lost
Enrico Maria Giordano escribió el 02/01/08 a las 12:21: > > -Messaggio Originale- Da: "Lost" <[EMAIL PROTECTED]> > A: "Harbour Project Main Developer List." > Data invio: mercoledì 2 gennaio 2008 10.57 > Oggetto: Re: [Harbour] A Question on Directives > > >> #xtranslate DispOutAtX(,,,[

Re: [Harbour] A Question on Directives

2008-01-02 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Lost" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: mercoledì 2 gennaio 2008 10.57 Oggetto: Re: [Harbour] A Question on Directives #xtranslate DispOutAtX(,,,[],[]) => DispOutAt( iif( <.g.>,,hGT ) ) It doesn't seem to work.

Re: [Harbour] A Question on Directives

2008-01-02 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Pritpal Bedi" <[EMAIL PROTECTED]> A: Data invio: mercoledì 2 gennaio 2008 5.15 Oggetto: [Harbour] A Question on Directives Hello All, Is there a way to substitute another parameter if one defined in #xtranslate is missing? Like, #xtranslate DispOutAtX(

Re: [Harbour] A Question on Directives

2008-01-02 Thread Lost
Pritpal Bedi escribió el 02/01/08 a las 02:15: > Hello All, > > Is there a way to substitute another parameter if one defined in #xtranslate > is missing? Like, > > #xtranslate DispOutAtX(,,,[],[]) => > DispOutAt(iif(==NIL,hGT,)) > #xtranslate DispOutAtX(,,,[],[]) => DispOutAt( iif( <.