Page 5 of 5

Re: Windows vs Linux - Cars vs Motor Bikes?!

Posted: Fri Jan 29, 2010 2:02 pm
by sudip
Rathi,

Thanks a lot :D Really great work, Rathi. And especially with the same flavor :D

With best regards.
Sudip

Re: Windows vs Linux - Cars vs Motor Bikes?!

Posted: Fri Jan 29, 2010 2:12 pm
by sudip
Roberto Lopez wrote:
sudip wrote: (But, I can't ride any bike :(, as I don't have the balance :lol: )
That is something that must be learned in the childhood, later it could be very painful :)
...
Yes, you are 100% correct :lol:

With best regards.

Sudip

Re: Windows vs Linux - Cars vs Motor Bikes?!

Posted: Sat Jan 30, 2010 7:55 pm
by mol
Many thinks shoud be learned when we are young.

Few years ago, I've started to skiing it was fine. But later, I've started to ride on the snowboard - it was really painful - now, I think, I'm riding fine.

And I'm proud that I can't see people at my age on the snowboard.

Warm greetings from winter, snow Poland, friends!

Re: Windows vs Linux - Cars vs Motor Bikes?!

Posted: Sun Jan 31, 2010 2:32 am
by Roberto Lopez
rathinagiri wrote:

Code: Select all

# include "xhgtk.ch"
# include "hmgtk.ch"

function main
define window helloworld at 0,0 width 400 height 300 title "Hello World" main
end window
activate window helloworld
return nil
NICE!

I have a little suggestion:

For simplicity, you could use only one #include (hmg.ch). It could have the '#include "xhgtk.ch"' inside it, so, only one should be declared.

Re: Windows vs Linux - Cars vs Motor Bikes?!

Posted: Sun Jan 31, 2010 4:07 am
by Rathinagiri
Thanks for the suggestion Roberto.