FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Help to complete the wiki and get a free FWH 9.07 !!!
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Help to complete the wiki and get a free FWH 9.07 !!!
Posted: Fri Aug 21, 2009 09:57 AM
Richard,

1. First, log in the wiki

2. Simply go to this address: (change the final word with the function name)
http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_tabctrladd

3. Push the button "create this page"

:-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 103
Joined: Sat Oct 18, 2008 08:13 PM
Re: Help to complete the wiki and get a free FWH 9.07 !!!
Posted: Fri Aug 21, 2009 10:00 AM
richard-service wrote:
because I can't see any input or modify command fivetechsoft wiki site.


On the left bottom corner of each page you see "Edit this page". Insert something like this: [[fivewin_function_MsgStop|==>]] and save the page. Klick on the link "==>". If the page didn't exists there is a button with "Create page".

For Wiki syntax see: http://wiki.fivetechsoft.com/doku.php?id=wiki:syntax

For testing some things, learn etc. go to the playground: http://wiki.fivetechsoft.com/doku.php?i ... playground
Best Regards,

Ruediger Alich



---

HMG 3.1.3 | FTDN/FWH 13.12 | Harbour 3.2 | BCC/MinGW | Windows XP/Vista/7/8/10 (32/64-Bit), Wine (Linux/Mac) - started 1999 with FW, 1989 with Clipper
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Help to complete the wiki and get a free FWH 9.07 !!!
Posted: Fri Aug 21, 2009 11:14 AM
Antonio Linares wrote:Richard,

1. First, log in the wiki

2. Simply go to this address: (change the final word with the function name)
http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_tabctrladd

3. Push the button "create this page"

:-)


Hi Antonio,

I have not login username and password. so I can't login and "create this page"

Please send to me "richard.service@seed.net.tw"

Richard
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Help to complete the wiki and get a free FWH 9.07 !!!
Posted: Fri Aug 21, 2009 12:55 PM

Richard,

I have sent you two times the same email with your login and password.

Please check the email spam folder in case they are there.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Help to complete the wiki and get a free FWH 9.07 !!!
Posted: Fri Aug 21, 2009 01:12 PM
Here you have an example for a wiki Class documentation format:

http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_tacctable

Code (fw): Select all Collapse
====== Class TAccTable ======

Accelerators table class 

====== DATA ======

|nHandle|             Accelerators table handle    |
|aItems|              An array holding each accelerator item array    |

====== METHODS ======

|New|                 Creates a new accelerators table    |
|Activate|            Sets this accelerators table as the active one    |
|Add|                 Adds a new accelerator item    |
|DeActivate|          Deactivates this accelerator table    |
|Del|                 Deletes an accelerator item    |
|End|                 Destroys the accelerators table and deactivates it if used  |

====== example ======
FWH\source\classes\menuitem.prg
<code clipper>
      if ::oMenu:oAccTable == nil
         ::oMenu:oAccTable = TAccTable():New()
      endif
      ::oMenu:oAccTable:Add( nVirtKey, nVKState, ::nId )
</code>

====== source code ======
FWH\source\classes\tacctbl.prg

====== see also ======
[[fivewin_class_tmenuitem|Class TMenuItem]]
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Help to complete the wiki and get a free FWH 9.07 !!!
Posted: Fri Aug 21, 2009 02:38 PM
Antonio Linares wrote:Richard,

I have sent you two times the same email with your login and password.

Please check the email spam folder in case they are there.


Hi Antonio,

Thanks a lot.
I got it and finished update wiki T Functions.
Class : TActiveX ok
Class : TAnimate ok
Class : TApplication ok
Class : TBar ok
Class : TBitmap ok
Class : TBlock ok
Class : TBrush ok
Class : TBtnBmp ok
Class : TButton ok
Class : TButtonBmp ok

Richard
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Help to complete the wiki and get a free FWH 9.07 !!!
Posted: Fri Aug 21, 2009 05:43 PM

Richard,

Thanks :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Help to complete the wiki and get a free FWH 9.07 !!!
Posted: Fri Aug 21, 2009 05:45 PM

Wiki contents:

  • 773 functions in english (and it is not updated to current FWH 9.07 build!)
  • 149 Classes in english (and it is not updated to 9.07 version)

http://wiki.fivetechsoft.com

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Help to complete the wiki and get a free FWH 9.07 !!!
Posted: Fri Aug 21, 2009 05:50 PM
Antonio Linares wrote:Richard,

Thanks :-)


Antonio,

You're welcome!!
Please check my post data. If no problem, let me know.

Richard
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Re: Help to complete the wiki and get a free FWH 9.07 !!!
Posted: Fri Aug 21, 2009 11:44 PM

Antonio, SetHelpPopup() and GetHelpPopup() are away from functions_alphabetically!? I have added this functions the second one. Somebody has erased it.
Another question: SET HELP TO is from FW (where are the include-file?) or from Harbour?

Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Help to complete the wiki and get a free FWH 9.07 !!!
Posted: Sat Aug 22, 2009 12:05 AM

Gunther,

I did it by mistake, sorry.

FW implements:

xcommand SET HELPFILE TO <cFile> => SetHelpFile( <cFile> )

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: Help to complete the wiki and get a free FWH 9.07 !!!
Posted: Mon Aug 24, 2009 05:00 PM

Antonio,

please give me access to wiki

salu2
carlosa vargas

:-)

Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Help to complete the wiki and get a free FWH 9.07 !!!
Posted: Mon Aug 24, 2009 05:03 PM

Carlos,

Enviame un email, plis :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: Help to complete the wiki and get a free FWH 9.07 !!!
Posted: Mon Aug 24, 2009 05:09 PM

donboscocorp2@hotmail.com
ó

karlos.vargas@gmail.com

Antonio, en lo ejemplo de la funciones, he puesto ejemplos un poco mas detallados, para que el usuario solamente tome el codigo lo pege en un editr de texto y compile y ejecute.
creo que no hay problema en ello, es asi? :-)

salu2
carlos vargas

Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)
Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: Help to complete the wiki and get a free FWH 9.07 !!!
Posted: Mon Aug 24, 2009 05:12 PM

Disculpa ANtonio, es que entendi que te diera un correo, en lugar de pedirte el acceso por correo,
ya he enviado el email solicitandolo.

salu2
carlos vargas

Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)