FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour COMBOBOX metro
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
COMBOBOX metro
Posted: Wed Jun 06, 2012 04:48 PM
Hello Antonio,
I have problems with comboMetro.
Although I have no blank field inside the array which I display in a comboMetro the combobox shows blank rows.
Please see the attached screenshot.
Please can you help me.
Thanks In advance,
Otto
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: COMBOBOX metro
Posted: Wed Jun 06, 2012 05:07 PM

Otto,

Please post the source code for that combobox in your app, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: COMBOBOX metro
Posted: Wed Jun 06, 2012 05:32 PM
Hello Antonio,
I use comboMetro of FWH.
I noticed that comboMetro is working correctly if the upper and lower border are inside the parent window.
If not there are on the side which is opposite to the side which is outside the parent window blank lines.
Best regards,
Otto


Code (fw): Select all Collapse
 local aBilanz:= {"01",;
        "02",;
        "03",;
        "04",;
        "05",;
        "06",;
        "07",;
        "08",;
        "09",;
        "10",;
        "11",;
        "12",;
        "13",;
        "14",;
        "15",;
        "16",;
        "17",;
        "18",;
        "19",;
        "20"}
   
   @ 10,10 ;
      COMBOMETRO oCbxGliederung ;
         VAR nVarGliederung ;
     PROMPTS aBilanz ;
        SIZE 80/2.05, 25/2.05 ;
          OF oDlg ;
       PIXEL;
        COLOR CLR_GRAY, CLR_WHITE




Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: COMBOBOX metro
Posted: Sun Jun 10, 2012 07:09 PM

The interface is designed so that always the highlighted item is displayed exactly in the same position as the original control. When the topmost item ( "01" ) is highlighted, this item is shown at the same position of the control and blank space is shown above this item. Same way when the last item is shown the space below is displayed blank.

But in any case, the user can not navigate in to the blank space or can select a blank item.

If you feel the design should be different, please indicate.

Regards



G. N. Rao.

Hyderabad, India
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: COMBOBOX metro
Posted: Sun Jun 10, 2012 09:11 PM

Dear Mr. Rao,
Thank you for you answer.
I looked into WINDOWS 8 Setup and made some tests with comboboxes. There are no blank lines shown.
I think we should change this.
Best regards,
Otto

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: COMBOBOX metro
Posted: Sat Jul 28, 2012 08:14 PM

Is someone working with this class and can confirm this behavior?
Best regards,
Otto

Continue the discussion