FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour combometro bug
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM
combometro bug
Posted: Mon Jul 01, 2013 06:14 AM
Good morning

There is a bug in calculating the coordinates of the combometro. A big space before the elements is shown and it is not always the same spacing depending on what element you selected.

I join an image to show the problem.

Richard

http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: combometro bug
Posted: Mon Jul 01, 2013 06:45 AM
There is a bug in calculating the coordinates of the combometro. A big space before the elements is shown and it is not always the same spacing depending on what element you selected.


Actually this is not a bug.
This is how we designed when we first made the class long time back.
Well you can say we ought to have designed it differently.
We welcome any suggestions.
Regards



G. N. Rao.

Hyderabad, India
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM
Re: combometro bug
Posted: Mon Jul 01, 2013 07:33 AM

Mr Rao

Personnally i have never seen a combobox starting in the middle of a rectangle or any other random place

If it is a design issue.....

I would suggest we have a standard behaviour (starting at the beginning)

Thank you

Richard

http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: combometro bug
Posted: Mon Jul 01, 2013 08:08 AM

I agree the design needs to be modified somewhat.
But here the selected item appears just at the place of the control.
We shall soon have a relook into this to match windows 8 behavior exactly.

Regards



G. N. Rao.

Hyderabad, India
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM
Re: combometro bug
Posted: Mon Jul 01, 2013 08:15 AM

Thank you

Richard

http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: combometro bug
Posted: Wed Jul 10, 2013 06:48 AM

VIDEO here

http://www.atzwanger-software.com/fw/cm.wmv

Shows the blank lines at the top or at the end of ComboMetroBox.

Hallo Antonio,

I put a small repetition.

COMBOMETRO is quite urgent for the whole Metro Style like programming capabilities of FIVEWIN.

Metro Style like programming capabilities of FIVEWIN is the main advantage Fivewin has over the other programming languages. There are afaik no other languages offering this possibility.

The next years (5-7) will not have much real Metro Style programs ready.
First missing hardware – these only run on W8 system
Second you cannot transform a whole program in short time.
So a step by step transformation would be best. Metro Style is a design concept which you have to get used to.

Please Antonio would you be so kind to fix these little problems.
Best regards,
Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: combometro bug
Posted: Wed Jul 10, 2013 03:45 PM

Otto, Richard,

There is a quick fix thats seems to work :-)

In combom.prg line 411:
nTopRows := 0 // instead of nTopRows -= n

Please try it on your apps and let me know your results, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM
Re: combometro bug
Posted: Thu Jul 11, 2013 04:51 AM

Antonio

The change is ok, the combo shows now from the beginning

Thank you

Richard

http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: combometro bug
Posted: Thu Jul 11, 2013 03:18 PM

Hello Antonio,
this fix does not resolve the problem. With this fix the comboBox has no blank rows at top still on bottom but the item which is selected is somewhere.
Not over the “getfield”.
This version still has the problem with the color of the selected row. In the copy I work with I changed following line.

::bClrSelFocus := { || { CLR_WHITE, CLR_GREEN } } //otto
Best regards,
Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: combometro bug
Posted: Thu Jul 11, 2013 03:59 PM

Otto,

Do you mean to have the same standard Windows (desktop) combobox behavior ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: combometro bug
Posted: Thu Jul 11, 2013 06:19 PM

Hello Antonio,
if you use this version on a white window you do not see anything.
Best regards,
Otto

Continue the discussion