FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xBrowse Metro style
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
xBrowse Metro style
Posted: Sat Jul 28, 2012 08:29 PM

Are there plans that xBrowse control can present items in a vertical or horizontal list and if yes how soon we can have such a control?
Best regards,
Otto

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xBrowse Metro style
Posted: Sun Jul 29, 2012 05:01 AM

As of now there are no such plans, but can you explain in detail what exactly are you looking for?

Regards



G. N. Rao.

Hyderabad, India
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: xBrowse Metro style
Posted: Sun Jul 29, 2012 07:29 AM
Dear Mr. Rao,
I am going through the samples attached to VS 2012 and check which controls we have ready and which not.
This is what I mean:



Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xBrowse Metro style
Posted: Sun Jul 29, 2012 07:56 AM

This can be achieved with the present xbrowse with a little bit of coding in our application. I provided similar solution to Mr Uwe earlier in these forums.

Regards



G. N. Rao.

Hyderabad, India
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: xBrowse Metro style
Posted: Sun Jul 29, 2012 08:08 AM
Dear Mr. Rao,
thank you.
I think this should be a build in feature: ListLayout / GridLayout.
Code (fw): Select all Collapse
 
 listView.layout = new WinJS.UI.ListLayout();
                } else {

                    // Create a new Grid Layout
                    listView.layout = new WinJS.UI.GridLayout();


Best regards,
Otto
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: xBrowse Metro style
Posted: Tue Sep 04, 2012 08:45 AM

Any news?
Best regards,
Otto

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xBrowse Metro style
Posted: Mon Sep 10, 2012 08:15 AM

12.08

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion