Search found 21 matches: triggering

Return to advanced search

Re: Can a toolbar button be of different size?

hua wrote:For some reason, I nothing happens when I click on the button.
But was able triggering it programmatically using oBtn:click(). Strange


Discovered the reason. I can't place @ r, c BTNBMP oBtn PROMPT "prompt" OF oBar SIZE w,h PIXEL at oDlg:bInit
by hua
Wed Jun 01, 2022 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can a toolbar button be of different size?
Replies: 5
Views: 400

Re: Can a toolbar button be of different size?

hua wrote:For some reason, I nothing happens when I click on the button.
But was able triggering it programmatically using oBtn:click(). Strange


Discoevered the reason. I can't place @ r, c BTNBMP oBtn PROMPT "prompt" OF oBar SIZE w,h PIXEL at oDlg:bInit
by hua
Wed Jun 01, 2022 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can a toolbar button be of different size?
Replies: 5
Views: 400

Re: Can a toolbar button be of different size?

For some reason, I nothing happens when I click on the button.
But was able triggering it programmatically using oBtn:click(). Strange
by hua
Wed Jun 01, 2022 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can a toolbar button be of different size?
Replies: 5
Views: 400

Re: To Maurizio, to Dutch

... then the control of the database connection must immediately switch to the local database. I use Oracle database and this is no problem in triggering duplicate save records to destination server anywhere. Regards. Mulyadi Hello Silvio, If you have a cloud program, that doesn't mean that ...
by Mulyadi
Sun Dec 12, 2021 2:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Maurizio, to Dutch
Replies: 29
Views: 2265

Re: xBrowse (MariaDB RS) :bEdit (SOLVED)

fraxzi wrote:Hi All,

Using xBrowse RowSet.. oRs:bEdit := { |oRec| MyDialog( oRec ) } not triggering when xBrowse on Tree ... any hint?

:?:



I got it... need to partner it with:

Code: Select all  Expand view


:bEdit := { |oRec| MyDialog( oRec ) }
:bLDblClick := {|| oBrw:EditSource() }

 


:wink:
by fraxzi
Wed Aug 08, 2018 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse (MariaDB RS) :bEdit (SOLVED)
Replies: 1
Views: 450

xBrowse (MariaDB RS) :bEdit (SOLVED)

Hi All,

Using xBrowse RowSet.. oRs:bEdit := { |oRec| MyDialog( oRec ) } not triggering when xBrowse on Tree ... any hint?

:?:
by fraxzi
Wed Aug 08, 2018 4:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse (MariaDB RS) :bEdit (SOLVED)
Replies: 1
Views: 450

Re: Test for Vertical Scroll hits EOF xBrowse ( rao )

... or greater ? From FWH1801, bPastEof will be evaluated with 2 parameters viz., Self, nKey. nKey can be nil, VK_DOWN, 0 or -1 depending on the triggering event. Code: VK_DOWN : When triggered by pressing down key by the user. 0 : If ::GoDown() is called by the application program or triggered ...
by Rick Lipkin
Sat Feb 10, 2018 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for Vertical Scroll hits EOF xBrowse ( rao )
Replies: 14
Views: 6241

Re: Test for Vertical Scroll hits EOF xBrowse ( rao )

From FWH1801, bPastEof will be evaluated with 2 parameters viz., Self, nKey. nKey can be nil, VK_DOWN, 0 or -1 depending on the triggering event. VK_DOWN : When triggered by pressing down key by the user.0      : If ::GoDown() is called by the application program or triggered by ...
by nageswaragunupudi
Sat Feb 10, 2018 1:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for Vertical Scroll hits EOF xBrowse ( rao )
Replies: 14
Views: 6241

Re: Disable Advantage error message dialogs

... Guide Help File. CAUTION When opening a table, the error object is no longer populated if an error occurs. This is because the error object was triggering the default error handler to be called even if the error was handled within the application. This was implemented to provide the ability ...
by Massimo Linossi
Thu Dec 14, 2017 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable Advantage error message dialogs
Replies: 12
Views: 1549

Re: Artificial intelligence - Class TPerceptron

... "Learn( aInputs, nExpectedOutput )" not declared in class: TPerceptron' None of the error messages are valid so I can't imagine what is triggering them. James
by James Bott
Thu May 18, 2017 3:12 pm
 
Forum: AI Introduction (Harbour code and samples)
Topic: Artificial intelligence - Class TPerceptron
Replies: 29
Views: 8095

Re: Strange problems on decimals - dangerous bug !!

Marco, It's a bit difficult to make a self-contained sample, This makes me think that there is something else in your code that is triggering the problem. Antonio's sample code is only 5 lines of code, so an example is simple. If you are getting it in your code, then it must be something ...
by James Bott
Fri Jan 16, 2015 11:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange problems on decimals - dangerous bug !!
Replies: 37
Views: 5152

New FTDN February/Febrero 2013 (FWH 13.02)

... Class TImage is properly working on 64 bits. You can check it using samples\testimg.prg. FreeImage64.dll is provided. * Fix: Enter key was not triggering edit as expected when classes derived from TXBrowse or other browses are used where the derived class name does not contain the string "BROWSE". ...
by Antonio Linares
Wed Feb 20, 2013 7:24 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2013 (FWH 13.02)
Replies: 0
Views: 1112

Re: Last FWH version. Memory leak.

I have had toolbar icons disappear due to memory leaks in the past. One way to test it is to create a memory leak intentionally so you can run the program and keep triggering the memory leak until the icons disappear.

James
by James Bott
Mon Feb 11, 2013 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Last FWH version. Memory leak.
Replies: 48
Views: 10388

Re: Strange Error with xbrowse-restorestate

Frank,

I suggest comparing your browse definition with that in testxbrw.prg to see if you can find what might be triggering the error. It would be very helpful if you could create a simple test program that shows the error.

Regards,
James
by James Bott
Wed Nov 03, 2010 10:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Error with xbrowse-restorestate
Replies: 44
Views: 9695

Re: auto complete feature

... when the class is intialized, then set to .t. or .f. and at the point you have shown an attempt is made to set it to nil again. This seems to be triggering the error. The code should be rewritten so that lAuto is always a logical. I don't think commenting out that line is a good solution since ...
by James Bott
Tue Oct 13, 2009 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: auto complete feature
Replies: 35
Views: 19673
Next

Return to advanced search