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
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
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
Happy New Year for everyone!
best regards,
Horacio
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
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
-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
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))
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
-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
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
-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.
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 )
-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
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(,,,[
-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.
-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(
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( <.
17 matches
Mail list logo