Search found 65 matches: performs

Return to advanced search

Re: dialog creation ..

... on the Temperature-area ( only Info ), or can be forced to stay on Screen ( must be closed with a included Button ) Mouseclick on a Temperature, performs a Action. http://www.pflegeplus.com/pictures/hot5.jpg Best Regards Uwe :lol:
by ukoenig
Fri Aug 19, 2011 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog creation ..
Replies: 18
Views: 3084

Re: BIG Tooltip

... ( the same Logic is used on my modified FWH-Sample Testsay.prg ) I added some Says on this Map, to show how it works : A click on the Temperature performs a Action !!!. http://www.pflegeplus.com/pictures/hot3.jpg The Temperatures are defined in Vars A Action on SAY-click : http://www.pflegeplus.com/pictures/hot4.jpg ...
by ukoenig
Thu Aug 18, 2011 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BIG Tooltip
Replies: 11
Views: 2705

Re: Comments and requests about TWBrowse

Marco, Class TWBrowse is the fastest FWH browse as it performs very few calculations to display the fields data. It is really strange that you find it slow. Surely there is a problem with your network or server that is slowing down the data access. ...
by Antonio Linares
Fri Jul 02, 2010 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Comments and requests about TWBrowse
Replies: 58
Views: 13764

Re: Why the JPG is not displayed ?

... Window and Image, a selected Gradient-Background and 5 selected Buttons http://www.pflegeplus.com/pictures/paint3.jpg Each Control performs a Action on Right Mouseclick ( because of DESIGN Mode ) This Sample shows the define of the 1. Gradient-Color http://www.pflegeplus.com/pictures/paint4.jpg ...
by ukoenig
Tue Jun 08, 2010 10:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why the JPG is not displayed ?
Replies: 6
Views: 1995

Re: How to set a progressbar - range 1 - 5

Otto, In your example, if you increase the sleep time then you will see that it only does 4 steps. If you change it this way, then it performs five steps: #include "FiveWin.ch"function Main()   local oDlg, oProg1      DEFINE DIALOG oDlg TITLE ...
by Antonio Linares
Fri Sep 18, 2009 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set a progressbar - range 1 - 5
Replies: 11
Views: 1870

Re: Erro 9000:

... get fired). > oActiveX:oOleAuto := nil This DOES work, but ... (there's always a but) ... I also have a buttonbar on that window that performs some actions on the ActiveX object, and that line (obviously) breaks it. Any other way to empty that object ONLY when the program receives ...
by Davide
Thu Sep 03, 2009 1:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Erro 9000:
Replies: 15
Views: 2119

Re: xBase documentor

James:

Thank you for your help and link. However, what I'm looking is a software that performs the same functions as the old SNAP but can recognize the extra keywords and new language syntax used with FiveWin / xHarbour / Harbour. Any suggestions ?
by HunterEC
Tue Mar 31, 2009 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase documentor
Replies: 11
Views: 2056

Country code

... .. "OraOleDBpus10.dll .. Specific module could not be found." .. however .. if I launch the program from the executable .. it works and performs perfectically. Doing some research "OraOleDBpus10.dll" has something to do with unicode .. I am suspecting xMate has embeded in it ...
by Rick Lipkin
Mon Feb 16, 2009 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Country code
Replies: 0
Views: 328

Bound error: Array access

... OF oDlg ACTION tDelete() ............... STATIC PROCEDURE tDELETE // This procedure performs the delete-function of the choosen line in the wbrowse. So I have defined the Delete-button of my keyboard as the button which performs ...
by driessen
Fri Feb 06, 2009 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bound error: Array access
Replies: 7
Views: 1094

Microsoft live CES 2009 keynote tonight!

... expected to be announced -and delivered?- tonight. Windows 7 pre-beta is working really well! It works on computers from 256 MB only memory! And performs very fast and rock solid)
by Antonio Linares
Wed Jan 07, 2009 7:43 pm
 
Forum: Off Topic / Otros temas
Topic: Microsoft live CES 2009 keynote tonight!
Replies: 0
Views: 375

I've almost got my new mail merge routine working, my app now opens the template performs a mail merge, saves with a new file name and opens the new merged document up. The only problem is that when i try to close word or the open document i get the following: The ...
by PeterHarmes
Fri Oct 31, 2008 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Word Mail Merge Help Needed
Replies: 17
Views: 4594

Browsing generally

... static function FndClnt(oCust,cClient,oLbx) oCust:seek(cClient) oLbx:Refresh() return(nil) Try adapting the function attached. /* DbSearch() performs an incremental search on a character field in a database indexed on that field and visualized with TWBrowse or TCBrowse. After one second since ...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65982

Hello Antonio, I tried to insert mousemove in the control class design. I works but performance is bad. The class I had performs much better. Is this normal that a control is slower or did I made a mistake by inserting the mouse move method. Would you be so kind to check the code. ...
by Otto
Wed Jul 30, 2008 9:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pickdate
Replies: 94
Views: 17303

Basic code is up and running. Doesn't yet cover all possibilities but I'm happy so far. Method AddDatas performs following functions: adds DATAs (not to it's class but to the class passed in) writes field positions into the aPROPERTIES array (so that only has to be done once) ...
by xProgrammer
Thu May 01, 2008 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can Properties (DATA) be added dynamically to an Object (CLA
Replies: 9
Views: 2811

how many of you are interested in a 2 pass pp/compiling tool

... and would like to share a tool and batch script that makes the 'Fatal C3048 Preprocessor table overflow' error a thing of the past :D the script performs a 2 pass preprocessing/postprocessing and final compilation cycle; the 1st pass is done by a version of the xHarbour compiler (but used as ...
by lohen
Tue Mar 18, 2008 7:58 pm
 
Forum: FiveWin for CA-Clipper
Topic: how many of you are interested in a 2 pass pp/compiling tool
Replies: 2
Views: 1225
PreviousNext

Return to advanced search