XBROWSE Facelifting and another behavior!

Post Reply
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

XBROWSE Facelifting and another behavior!

Post by byte-one »

As you see, the right end of the browse is not at the end of the area if ::nStretchCol := STRETCHCOL_LAST
Image

if i use ::bClrGrad to paint the header the vertlines are a different from browse and header.
Image

I found also that SetGetColorFocus(nColor) not respected on EDIT_GET and EDIT_GET_LISTBOX!
Last edited by byte-one on Fri Dec 28, 2018 12:09 pm, edited 1 time in total.
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: XBROWSE Facelifting

Post by byte-one »

Mr. Rao, have you seen this? No good optic for me.
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: XBROWSE Facelifting and another behavior!

Post by byte-one »

I found also that SetGetColorFocus(nColor) not respected on EDIT_GET and EDIT_GET_LISTBOX!
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: XBROWSE Facelifting and another behavior!

Post by nageswaragunupudi »

byte-one wrote:I found also that SetGetColorFocus(nColor) not respected on EDIT_GET and EDIT_GET_LISTBOX!
We need to set oCol:bClrEdit, which is by default the same as bClrStd.
This is the behavior all these years.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: XBROWSE Facelifting

Post by nageswaragunupudi »

byte-one wrote:Mr. Rao, have you seen this? No good optic for me.
Please give us some more time.
Regards

G. N. Rao.
Hyderabad, India
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: XBROWSE Facelifting and another behavior!

Post by byte-one »

No problem, my friend!! But the SetGetColorFocus(nColor) was functioning in the past but i dont know what version.
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: XBROWSE Facelifting and another behavior!

Post by nageswaragunupudi »

byte-one wrote:But the SetGetColorFocus(nColor) was functioning in the past but i dont know what version.
Then I will check the older versions and get back to you on this.
Regards

G. N. Rao.
Hyderabad, India
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: XBROWSE Facelifting and another behavior!

Post by byte-one »

If using code in this form, the headers, justify and sizes are not respected!

Code: Select all

    REDEFINE COLUMN XBROWSE oList ARRAY aList OF oDlg ID 103 MESSAGE "Liste" ;
                HEADERS {"Datum","Buchungstext","Betrag","Beleg"} ;
                JUSTIFY {AL_CENTER,AL_CENTER,AL_CENTER,AL_CENTER} ;
                SIZES {100,190,60}
Only when i add COLS {1,2,3,4} all is functioning. But this should not required as in this case the natural order of the array should be used!
Regards,
Günther
---------------------------------
office@byte-one.com
Post Reply