Help to complete the wiki and get a free FWH 9.07 !!!

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Post by Antonio Linares »

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?i ... tabctrladd

3. Push the button "create this page"

:-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
IBTC
Posts: 103
Joined: Sat Oct 18, 2008 8:13 pm
Location: Stuttgart, Germany
Contact:

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Post by IBTC »

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
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Post by richard-service »

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?i ... 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
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Post by Antonio Linares »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Post by Antonio Linares »

Here you have an example for a wiki Class documentation format:

http://wiki.fivetechsoft.com/doku.php?i ... _tacctable

Code: Select all

====== 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
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Post by richard-service »

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
Last edited by richard-service on Fri Aug 21, 2009 6:59 pm, edited 4 times in total.
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Post by Antonio Linares »

Richard,

Thanks :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Post by Antonio Linares »

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
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Post by richard-service »

Antonio Linares wrote:Richard,

Thanks :-)
Antonio,

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

Richard
Last edited by richard-service on Mon Aug 24, 2009 5:54 pm, edited 1 time in total.
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Post by byte-one »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Post by Antonio Linares »

Gunther,

I did it by mistake, sorry.

FW implements:
#xcommand SET HELPFILE TO <cFile> => SetHelpFile( <cFile> )
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
carlos vargas
Posts: 1421
Joined: Tue Oct 11, 2005 5:01 pm
Location: Nicaragua

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Post by carlos vargas »

Antonio,
:-)
please give me access to wiki

salu2
carlosa vargas
Last edited by carlos vargas on Mon Aug 24, 2009 5:04 pm, edited 1 time in total.
Salu2
Carlos Vargas
Desde Managua, Nicaragua (CA)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Post by Antonio Linares »

Carlos,

Enviame un email, plis :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
carlos vargas
Posts: 1421
Joined: Tue Oct 11, 2005 5:01 pm
Location: Nicaragua

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Post by carlos vargas »

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)
User avatar
carlos vargas
Posts: 1421
Joined: Tue Oct 11, 2005 5:01 pm
Location: Nicaragua

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Post by carlos vargas »

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)
Post Reply