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

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

Postby Antonio Linares » Fri Aug 21, 2009 9: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
User avatar
Antonio Linares
Site Admin
 
Posts: 42081
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

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

Postby IBTC » 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
User avatar
IBTC
 
Posts: 103
Joined: Sat Oct 18, 2008 8:13 pm
Location: Stuttgart, Germany

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

Postby richard-service » 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 (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
richard-service
 
Posts: 803
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

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

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

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

Postby Antonio Linares » Fri Aug 21, 2009 1:12 pm

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

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

Code: Select all  Expand view

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

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

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

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
richard-service
 
Posts: 803
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

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

Postby Antonio Linares » Fri Aug 21, 2009 5:43 pm

Richard,

Thanks :-)
regards, saludos

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

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

Postby Antonio Linares » Fri Aug 21, 2009 5: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
User avatar
Antonio Linares
Site Admin
 
Posts: 42081
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

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

Postby richard-service » Fri Aug 21, 2009 5:50 pm

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.
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
richard-service
 
Posts: 803
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

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

Postby byte-one » 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
User avatar
byte-one
 
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria

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

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

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

Postby carlos vargas » Mon Aug 24, 2009 5:00 pm

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

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

Postby Antonio Linares » Mon Aug 24, 2009 5:03 pm

Carlos,

Enviame un email, plis :-)
regards, saludos

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

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

Postby carlos vargas » Mon Aug 24, 2009 5: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)
User avatar
carlos vargas
 
Posts: 1720
Joined: Tue Oct 11, 2005 5:01 pm
Location: Nicaragua

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

Postby carlos vargas » Mon Aug 24, 2009 5: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)
User avatar
carlos vargas
 
Posts: 1720
Joined: Tue Oct 11, 2005 5:01 pm
Location: Nicaragua

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 46 guests