error on ribbon get action

Post Reply
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

error on ribbon get action

Post 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
Last edited by Silvio.Falconi on Tue May 15, 2018 10:50 pm, edited 1 time in total.
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: other bug on ribbon get action

Post 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
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: other bug on ribbon get action

Post 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
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: error on ribbon get action

Post 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,
Regards,
Dutch

FWH 19.01 / 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)
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: error on ribbon get action

Post by Silvio.Falconi »

Now not run Also the datepicks (setrange) on Ribbonbar
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: error on ribbon get action

Post by dutch »

Desr Silvio,

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

Is it the same?
Regards,
Dutch

FWH 19.01 / 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)
Post Reply