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 )
error on ribbon get action
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
error on ribbon get action
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
Re: other bug on ribbon get action
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
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.
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.
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: other bug on ribbon get action
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
@ 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
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: error on ribbon get action
REDEFINE COMBOBOX HEIGHTGET nHGet, nHGet is not effect.
I need to change height of get but it is not working?
Thanks in advance,
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)
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)
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: error on ribbon get action
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
Re: error on ribbon get action
Desr Silvio,
Thanks but I do not use COMBOBOX on RIBBONBAR. I use COMBOBOX on DIALOG.
Is it the same?
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)
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)