Search found 33 matches: barmenu

Return to advanced search

Re: Problem in barmenu in FWH 20.12

******************************************************************************STATIC PROCEDURE DsPopUp(dRow,dCol,eCol)   LOCAL OldPar   := {ALIAS(),INDEXORD(),RECNO()}   LOCAL cHoogte  := ShowLbx:nHeight   LOCAL cRij ...
by driessen
Fri Jan 08, 2021 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1735

Re: Problem in barmenu in FWH 20.12

Please, put your function DSPOPUP
by cnavarro
Fri Jan 08, 2021 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1735

Re: Problem in barmenu in FWH 20.12

This is my code (I hope you can understand it) : ******************************************************************************STATIC FUNCTION DsBldPopUp(fCol,gCol)   LOCAL OldPar := {ALIAS(),INDEXORD(),RECNO()}   LOCAL cRet   := .F.   LOCAL dRet   := .F.   ...
by driessen
Fri Jan 08, 2021 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1735

Re: Problem in barmenu in FWH 20.12

Please, send me your menu defined
by cnavarro
Fri Jan 08, 2021 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1735

Re: Problem in barmenu in FWH 20.12

That is a correct conclusion, Cristobal.
A pulldownmenu is defined when clicking the right mouse button. But in this case, I just use wbrowse.
Thanks.
by driessen
Fri Jan 08, 2021 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1735

Re: Problem in barmenu in FWH 20.12

It seems that the error is obtained when clicking the right mouse button on an xbrowse, is it?
Have you defined a menu when you press that button?
by cnavarro
Fri Jan 08, 2021 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1735

Re: Problem in barmenu in FWH 20.12

Cristobal,

Thank you very much. I just send you an e-mail.

Regards.
by driessen
Fri Jan 08, 2021 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1735

Re: Problem in barmenu in FWH 20.12

Please, Can you send me the error.log you get?
by cnavarro
Fri Jan 08, 2021 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1735

Re: Problem in barmenu in FWH 20.12

I just wanted to tell you all that I experienced another error in the tMenu class. I have implemented the tMenu class of FWH 20.08 into my application. Then I have rebuild my application with FWH 20.08. Sometimes I get this error : Error BASE/1004 No exported method: EVAL I need to roll back to FWH ...
by driessen
Fri Jan 08, 2021 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1735

Re: Problem in barmenu in FWH 20.12 (solved)

Yes, we are going to publish a FWH 20.12.1 build

many thanks to all
by Antonio Linares
Tue Jan 05, 2021 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1735

Re: Problem in barmenu in FWH 20.12 (solved)

Yes, surely a 20.12.1 version will be released
by cnavarro
Tue Jan 05, 2021 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1735

Re: Problem in barmenu in FWH 20.12 (solved)

Mr. C. Navarro,

Thank you very much. I added the corrected file menu.prg to my application and the problem is solved.
It will be definite in the next version, I presume.

Thank you once again.

In case you rebuild the lib-file, please can you send it to me? Thanks.
by driessen
Tue Jan 05, 2021 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1735

Re: Problem in barmenu in FWH 20.12

Hi,

Is it possible to mail related lib file for fwh 20.12?

hakan @ objekt . com . tr
by Horizon
Tue Jan 05, 2021 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1735

Re: Problem in barmenu in FWH 20.12

Replace METHOD Command in Class TMenu with this and try ( My apologies, I forgot to update the MENU.PRG file in the repository ) //----------------------------------------------------------------------------//METHOD Command( nCommand ) CLASS TMenu   local oMenuItem := ::GetMenuItem( nCom...
by cnavarro
Tue Jan 05, 2021 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1735

Re: Problem in barmenu in FWH 20.12

Indeed, nothing happens. No reaction at all. I added MsgInfo() before and behind the action that has to be performed. Even not the Msginfo() do happen. Hi Mr. Navarro, I confirm the error. it is same for me in fwh 20.12.     MENU oFaizMenu POPUP 2007        MENUITEM "Parametreler" ACTION ...
by Horizon
Tue Jan 05, 2021 6:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1735
Next

Return to advanced search