Search found 37 matches: initiated

Return to advanced search

Re: VISUAL DESIGNER RIBBONBARS Free Release

As Silvio is starting another of his endless stories, we are going to copy here the complete conversation that we kept and that he initiated so you can judge yourselves: silvio falconi silvio.falconi@gmail.com para Antonio Linares <alinares@fivetechsoft.com> fecha 28 de julio de 2010 ...
by Antonio Linares
Sat May 21, 2011 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VISUAL DESIGNER RIBBONBARS Free Release
Replies: 5
Views: 1588

Re: Application Slowdown

... the parent is not ending the control, but rather the control is not ending the resource or resources. Remembering to end resources that you have initiated in your code will help since there is no way for FW to automatically do this. Regards, James
by James Bott
Wed Mar 02, 2011 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application Slowdown
Replies: 23
Views: 6452

Re: rPreview does not close when app closes

... with a Dialog 3.1 From main dialog (a) Modal and (b) Nonmodal 3.2 From a subdialog (a) Modal and (b) Nonmodal We also need to test any processes initiated by any button of the preview window in all the above cases.
by nageswaragunupudi
Fri Feb 11, 2011 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rPreview does not close when app closes
Replies: 15
Views: 4951

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... presented depending upon the search variable type. Sequential search is a slow process but there is no alternative to that. Sequential search is initiated from the current record downwards and terminated either on oBrw:hitBottom is encountered or value is found. Icon: ideDBU toolbar-serach Hotkey: ...
by Pritpal Bedi
Fri Jul 16, 2010 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 100913

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... resizable window either horizontally or vertically. The behavior can be changed if all splitted windows are closed first and then again split is initiated. Above anomalies reported by Viktor, thanks. Please test and report back any fix is not upto mark.
by Pritpal Bedi
Wed Jun 30, 2010 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 100913

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Hi A new upload is initiated at http://hbide.vouch.info/. This is based on following ChangeLog: 2010-06-03 18:22 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbqplaintextedit.cpp ! Minor. * contrib/hbide/resources/buildsource.png ...
by Pritpal Bedi
Fri Jun 04, 2010 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 100913

Re: xbrowse record display

... needed depending on whether the style of Browse has WS_BORDER or not ). Alternative-2: Define the browse as usual. Immediately after the browse is initiated, calculate the gap at the bottom and (a) add the gap to header and footer equally or (b) reduced the height of the browse. You can use this ...
by nageswaragunupudi
Fri May 14, 2010 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse record display
Replies: 5
Views: 922

New FTDN December/Diciembre 2009 (9.12)

... nRequiredHeight } This method can be called during INIT of the container dialog/ window or at runtime, but not before the dialog is initiated. If called without parameter: Return values: nRequiredWidth : Total width needs to be set for the browse to display all the columns. The result ...
by Antonio Linares
Sun Dec 27, 2009 9:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2009 (9.12)
Replies: 0
Views: 2593

Empty xBrowse

... way of telling xbrowse to not show any records? Currently, i set a scope on the database that i know would never show any data when the xbrowse is initiated. Is there another way of doing this? Regards, Pete
by PeterHarmes
Fri Aug 07, 2009 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Empty xBrowse
Replies: 4
Views: 813

Re: How to connert to WLAN programmatically

... On: fully functional at low power/performance D2, // Standby: partially powered with automatic wake D3, // Sleep: partially powered with device initiated wake D4, // Off: unpowered } private const int POWER_NAME = 0x00000001; So, to turn the WiFi ON: string driver = Utilities.WiFi.FindDriverKey(); ...
by Otto
Sat May 23, 2009 6:10 pm
 
Forum: FiveWin for Pocket PC
Topic: How to connert to WLAN programmatically
Replies: 1
Views: 749

Re: IE ActiveX: Posting Data

... So, the question is: How can I do to run the "Go" function once, as soon as the program startups, but after the main loop has been initiated ? (I cannot use ON PAINT because it would be evaluated several times) Thanks, Davide
by Davide
Sun Mar 29, 2009 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE ActiveX: Posting Data
Replies: 9
Views: 1282

IE ActiveX: Posting Data

Hello all, why does the sample below works correctly when initiated by the button click and it hangs on the "Busy" check when run by the ON INIT clause ? Thanks, Davide FWH 9.03 (same behaviour on previous versions) #include "FiveWin.ch"***************function ...
by Davide
Sat Mar 28, 2009 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE ActiveX: Posting Data
Replies: 9
Views: 1282

Problema GPF

... TSAY:HANDLEEVENT(0) Called from TSAY:HANDLEEVENT(0) Called from _FWH(0) Called from SENDMESSAGE(0) Called from TSAY:SETFONT(0) Called from TSAY:INITIATED(0) Called from TSAY:INITIATED(0) Called from OBJSENDMSG(0) Called from OSEND(0) Called from ASEND(0) Etc.... He hecho un test con Win 98, ...
by ik1mtt
Sat Feb 07, 2009 10:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema GPF
Replies: 10
Views: 1949

Serial Communications

Hi, In our 16bit app we used to use a function that returned a numeric handle when we initiated a serial port - we now use init_port (xHarbour function) that returns a pointer value of the handle rather than a numeric value. We need a numeric handle for the port to ...
by PeterHarmes
Mon Nov 03, 2008 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Serial Communications
Replies: 7
Views: 1310

... from each other :-) > I am only a long time user of FiveWin since 1.91, not a master. You, Antonio, the creator of FiveWin and the one who initiated the Harbour project, should be the master of masters. Definitely and hopefully, there are a lot of things that I can learn from you. > ...
by Antonio Linares
Sun Sep 28, 2008 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open letter to Mr. Patrick Fan
Replies: 5
Views: 1952
PreviousNext

Return to advanced search