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".
|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>
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
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?
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?