Page 1 of 3

FiveWin Wiki

PostPosted: Fri Aug 29, 2008 7:38 am
by Antonio Linares
We are looking for cooperators that wish to participate in migrate all the FiveWin documentation to the FiveTech wiki:

www.fivetechsoft.com/wiki

Those that help, based on their amount of work, will get:

* A free upgrade to current FWH version.
* A free subscription to FTDN for six months (including FWH, FiveLinux, and FiveMac).

Those that just do very very little, will get just the thanks :-)

PostPosted: Fri Aug 29, 2008 10:24 am
by xProgrammer
Hi Antonio

Please see my replu under Programming Reference Guides.

Having done a little on the wiki and created a few pages with names like TWindow and TDialog I realise that there would be natural conflicts with pages on the equivalent FiveWin classes. I rather gather that we can use namespaces to overcome this but I was thinking that it might be good to sort out some naming conventions before we get too far.

Regards

Doug

Re: FiveWin Wiki

PostPosted: Fri Aug 29, 2008 2:12 pm
by Kleyber
Antonio,

Antonio Linares wrote:We are looking for cooperators that wish to participate in migrate all the FiveWin documentation to the FiveTech wiki:

www.fivetechsoft.com/wiki

Those that help, based on their amount of work, will get:

* A free upgrade to current FWH version.
* A free subscription to FTDN for six months (including FWH, FiveLinux, and FiveMac).

Those that just do very very little, will get just the thanks :-)


How can I get a login? I would like to participate.

Regards,

PostPosted: Fri Aug 29, 2008 2:28 pm
by norberto
Antonio, Great!!! i would like to help..

PostPosted: Fri Aug 29, 2008 3:44 pm
by Antonio Linares
Kleyber,

You should have received an email with your login and password, thanks! :-)

PostPosted: Fri Aug 29, 2008 3:46 pm
by Antonio Linares
Norberto,

Please provide me an email account so we can add you as a wiki colaborator, thanks!

PostPosted: Fri Aug 29, 2008 5:44 pm
by Kleyber
Antonio,
Antonio Linares wrote:Kleyber,

You should have received an email with your login and password, thanks! :-)


Already received, thanks!

Best Regards,

PostPosted: Sat Aug 30, 2008 12:58 am
by xProgrammer
Hi Antonio

I have added sample code (actually its tutor03) to the TWindow wiki documentation. I wanted to add a screen shot. I have created the .png file but not sure how to get it displayed. Probably better as an internal link. That probably means I need to send it to you and get you to put it up?

TControl mostly done.

Regards
Doug
(xProgrammer)

PostPosted: Sat Aug 30, 2008 7:29 am
by Antonio Linares
http://wiki.fivetechsoft.com subdomain is already available :-)

PostPosted: Sat Aug 30, 2008 7:56 am
by Antonio Linares
Doug,

Please edit the page where you want to place the image, and click on the button at the left of "smileys".

It should let you upload the image file. Then review how the FiveTech logo is shown and use the same code for your image.

Lets check if it works :-)

PostPosted: Sat Aug 30, 2008 8:06 am
by Antonio Linares
Doug,

Please notice how I am changing the namespaces so we organize the wiki to avoid pages names conflicts.

All FiveLinux pages should start with fivelinux_...

Thanks! :-)

PostPosted: Sat Aug 30, 2008 1:04 pm
by xProgrammer
Hi Antonio

Thanks. Image uploaded. I think pages named correctly. TWindow page is getting fairly good. I'm not certain what INLINE METHODS return. Could test but you probably know. Is it the value of the last expression (like a code block) or nil or what?

Regards
Doug

PostPosted: Sat Aug 30, 2008 1:09 pm
by Antonio Linares
Doug,

> Is it the value of the last expression

Yes, thats it :-)

PostPosted: Sat Aug 30, 2008 1:11 pm
by Antonio Linares
Doug,

The wiki image is looking real fine, thanks! :-)

http://www.fivetechsoft.com/wiki/doku.p ... ux_twindow

PostPosted: Sat Aug 30, 2008 1:42 pm
by Antonio Linares
Doug,

I have activated the syntax highlight for the source code. <code clipper> is required. See:

http://www.fivetechsoft.com/wiki/doku.p ... ow#example

We have a clipper.php that can be modified as desired. Or we could include FiveWin commands into it and then rename it as fw.php and use it as <code fw> :-)