Page 1 of 1

error on ribbon get action

Posted: Tue May 15, 2018 8:11 pm
by Silvio.Falconi
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

Image

how I can resolve it ?


I wish make this ( where you see number 1 )

Image

Re: other bug on ribbon get action

Posted: Tue May 15, 2018 10:21 pm
by cnavarro
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

http://forums.fivetechsupport.com/viewt ... 34#p212159

Re: other bug on ribbon get action

Posted: Tue May 15, 2018 10:48 pm
by Silvio.Falconi
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


Image

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

Image

Re: error on ribbon get action

Posted: Mon May 18, 2020 7:52 am
by dutch
REDEFINE COMBOBOX HEIGHTGET nHGet, nHGet is not effect.

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

Thanks in advance,

Re: error on ribbon get action

Posted: Mon May 18, 2020 8:20 am
by Silvio.Falconi
Now not run Also the datepicks (setrange) on Ribbonbar

Re: error on ribbon get action

Posted: Mon May 18, 2020 12:57 pm
by dutch
Desr Silvio,

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

Is it the same?