Help to complete the wiki and get a free FWH 9.07 !!!
- 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 !!!
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"
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"
Re: Help to complete the wiki and get a free FWH 9.07 !!!
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".richard-service wrote: because I can't see any input or modify command fivetechsoft wiki site.
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
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
- 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 !!!
Hi Antonio,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"
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
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
- 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 !!!
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.
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.
- 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 !!!
Here you have an example for a wiki Class documentation format:
http://wiki.fivetechsoft.com/doku.php?i ... _tacctable
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]]
- 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 !!!
Hi Antonio,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.
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
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
- 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 !!!
Richard,
Thanks
Thanks
- 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 !!!
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
* 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
- 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 !!!
Antonio,Antonio Linares wrote:Richard,
Thanks
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
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
Re: Help to complete the wiki and get a free FWH 9.07 !!!
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?
Another question: SET HELP TO is from FW (where are the include-file?) or from Harbour?
- 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 !!!
Gunther,
I did it by mistake, sorry.
FW implements:
#xcommand SET HELPFILE TO <cFile> => SetHelpFile( <cFile> )
I did it by mistake, sorry.
FW implements:
#xcommand SET HELPFILE TO <cFile> => SetHelpFile( <cFile> )
- 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 !!!
Antonio,
please give me access to wiki
salu2
carlosa vargas
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)
Carlos Vargas
Desde Managua, Nicaragua (CA)
- 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 !!!
Carlos,
Enviame un email, plis
Enviame un email, plis
- 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 !!!
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
ó
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)
Carlos Vargas
Desde Managua, Nicaragua (CA)
- 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 !!!
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
ya he enviado el email solicitandolo.
salu2
carlos vargas
Salu2
Carlos Vargas
Desde Managua, Nicaragua (CA)
Carlos Vargas
Desde Managua, Nicaragua (CA)