Search found 40 matches: firing

Return to advanced search

Re: Valid firing twice

Colin,

My mistake. Please try this:

oInvc:invtot:oJump := oDlg:aControls[2]
by Antonio Linares
Sun Nov 02, 2014 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid firing twice
Replies: 5
Views: 1128

Re: Valid firing twice

Hi Antonio I tried that but got the following error ime from start: 0 hours 0 mins 16 secs Error occurred at: 02/11/2014, 07:36:08 Error description: Error BASE/1003 Variable does not exist: ACONTROLS Stack Calls =========== Called from: input6.prg => (b)INPUT6( 372 ) Called from: .\source\classe...
by Colin Haig
Sat Nov 01, 2014 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid firing twice
Replies: 5
Views: 1128

Re: Valid firing twice

Colin,

Please replace:

oDlg:aControls[2]:SetFocus()

with

oDlg:oJump := aControls[2]
by Antonio Linares
Sat Nov 01, 2014 5:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid firing twice
Replies: 5
Views: 1128

Valid firing twice

Hi All I have moved to harbour from xharbour but have found a problem with a valid firing twice - the problem does not occur with xharbour. The last valid after selecting YES in the MsgYesNo - saves the invoice but the MsgYesNo re appears    REDEFINE GET ...
by Colin Haig
Sat Nov 01, 2014 12:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid firing twice
Replies: 5
Views: 1128

New FTDN August 2014 (FWH 14.08)

... command is now available also. Many thanks to Manuel Alvarez! * New: samples\testtrev.prg showing the use of a TreeView with different bitmaps and firing an action on each item, developed by Victor Cuatecatl! * Fix: Minor fix on Class TButton when the Button is redefined and the command is not ...
by Antonio Linares
Sat Sep 06, 2014 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August 2014 (FWH 14.08)
Replies: 2
Views: 1878

Re: TGET Ignore VALID

SGS

Forgive my spanish .. if you are trying to close a dialog without the valid firing try this ..

Code: Select all  Expand view

oBtn[2]:lCancel := .t.
 


Rick Lipkin
by Rick Lipkin
Fri Dec 27, 2013 2:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGET Ignore VALID
Replies: 11
Views: 1916

Re: Socket and Web server Not Working

... the First Listening socket should continue and receive other requests? I added a log to onread event and i can see that it is this which is only firing once. I though about just copying winsock.dll from the ce5 device - But i remember reading that the Kernel was re-written in CE6 and works using ...
by johnshay
Wed Sep 26, 2012 11:14 am
 
Forum: FiveWin for Pocket PC
Topic: Socket and Web server Not Working
Replies: 8
Views: 4903

Re: Buildmenu on MdiChild causes error when child is Maximized

... .. everything works fine. If I take out the BuildMenu1() on the MdiCHild .. everything works .. It has something to do with the buildmenu firing on CLose when the MdiCHild is Maximized .. Rick Lipkin
by Rick Lipkin
Mon Feb 13, 2012 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buildmenu on MdiChild causes error when child is Maximized
Replies: 8
Views: 2354

New FTDN January/Enero 2012 (FWH 12.01)

... since FWH 11.11. Now it is ok: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=23271&start=0 * Fix: Disabled TBtnBmp buttons were firing actions, now it is ok, The actions should not be fired. Thanks to Andre: http://forums.fivetechsupport.com/viewtopic.php?p=125014#p125014 * Fix: ...
by Antonio Linares
Sat Jan 28, 2012 4:09 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2012 (FWH 12.01)
Replies: 15
Views: 6390

New FTDN December/Diciembre 2011 (FWH 11.12)

... HTML5 WebSockets server great example. Don't miss it! Please open samples\wstest.html to connect to the server. * Fix: Class TButton firing actions when SkinButtons() is used. Now it is ok. Reported in: http://forums.fivetechsupport.com/viewtopic.php?p=124275#p124275
by Antonio Linares
Thu Dec 29, 2011 9:56 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2011 (FWH 11.12)
Replies: 0
Views: 1419

Re: he conseguido un iphone

Firing an action when a TableView cell is selected, samples/brwarray.prg Affected files expand all collapse all Modify /trunk/include/fmsgs.h diff Modify /trunk/samples/brwarray.prg diff Modify /trunk/source/classes/tblview.prg ...
by Antonio Linares
Thu Nov 11, 2010 3:45 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 135368

Re: Problems with skinbuttons (Antonio)

Gunther I have noticed and told Antonio that Skinbuttons in some cases are firing twice the actions, as far as i am concerned it is not useable "like it is" now, can be dangerous. Example deleting a record in a browse can happen twice....if you have ...
by Richard Chidiak
Fri Oct 01, 2010 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Urgent! Problems with skinbuttons (Antonio)
Replies: 19
Views: 4316

Re: skinbuttons and enter key

Antonio This test is ok, we are using one occurrence (get) with enter key When used from inside an app it is not working , it is firing the same action more than once when enter key is used As far as i am concerned, skinbuttons is not useable as it is now and the problem will rise again ...
by Richard Chidiak
Mon Sep 27, 2010 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: skinbuttons and enter key
Replies: 19
Views: 4048

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

... example is present is harbour/contrib/hbqt/tests/wvtqt.prg and harbour/contrib/hbxbp/tests/wvtqt.prg. Both are a Windows console applications firing Qt dialogs. I know FWH provides all the modern controls but still you may find room to integrate few from HbQt. Do experiment, you will be rewarded.
by Pritpal Bedi
Sun Aug 01, 2010 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 101556

RADIO "ON CHANGE" FIRES WHEN DIALOG UPDATED (WAS PAINTED)

I am having a problem with the ON CHANGE clause of the Radio class(es). It seems the ON CHANGE event is firing when the dialog or window containing the Radio button is updated, even when the value is unchanged. Is this by design or a bug?

Thanks.
by arpipeline
Wed Oct 14, 2009 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RADIO "ON CHANGE" FIRES WHEN DIALOG UPDATED (WAS PAINTED)
Replies: 7
Views: 1163
PreviousNext

Return to advanced search