FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour error on ribbon get action
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
error on ribbon get action
Posted: Tue May 15, 2018 08:11 PM
Please see this picture
I must inser two get bit for make a selection from n table number to ntable number and I put also the bitmap for the button of action and I have this



how I can resolve it ?


I wish make this ( where you see number 1 )

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: other bug on ribbon get action
Posted: Tue May 15, 2018 10:21 PM

I can not reproduce the problem
Put the code you use to define the GET

Pd.: Please do not put in the title of the message "Bug", "Other Bug", etc., until it is verified that it is indeed a bug of the FiveWin code. Thanks

viewtopic.php?f=3t=35634#p212159

&

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: other bug on ribbon get action
Posted: Tue May 15, 2018 10:48 PM
ADD GROUP oGr2 RIBBON ::oRebar TO OPTION 1 WIDTH 660 PROMPT "Selezione elemento da visualizzare"

@ 05,292 GET aGetdata[5] VAR nDalElemento SIZE 80,55 PIXEL OF oGr2 ;
BITMAP ".\bitmaps\sel.bmp" ACTION NIL

@ 05,392 GET aGetdata[6] VAR nalElemento SIZE 80,55 PIXEL OF oGr2 ;
BITMAP ".\bitmaps\sel.bmp" ACTION NIL




I cannot use command as HEIGHTGET 50 SELHEIGHT 30 as on combobox
see the picture the bitmaps is over the button create by control and it is on the middle and not at right

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: error on ribbon get action
Posted: Mon May 18, 2020 07:52 AM

REDEFINE COMBOBOX HEIGHTGET nHGet, nHGet is not effect.

I need to change height of get but it is not working?

Thanks in advance,

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: error on ribbon get action
Posted: Mon May 18, 2020 08:20 AM

Now not run Also the datepicks (setrange) on Ribbonbar

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: error on ribbon get action
Posted: Mon May 18, 2020 12:57 PM

Desr Silvio,

Thanks but I do not use COMBOBOX on RIBBONBAR. I use COMBOBOX on DIALOG.

Is it the same?

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)

Continue the discussion