Re: [flexcoders] Ribbon in FLEX

2009-03-30 Thread Scott Barnes
Just a note. The true power of Ribbon isn't necessarily just a tab/hbox
navigation, it's also about context in that the navigation reacts to
elements you may have with your application. Thus producing contextual
sensitive additional menu items where the end user invokes sensitive
areas.





On Fri, Mar 13, 2009 at 1:11 AM, Thibaud Van Vreckem
thibaudm...@gmail.comwrote:

I know I could do it using tabs and panels, but an existing FLEX
 version could save me a lot of time.

 that ribbon design  is a perfect example of what flex shines for.
 it's nothing more than tabs and canvas/Hbox panels. that's probably about 5
 sec setup.
 I'm not sure I understand what you would you need a component for ..

 On Fri, Mar 13, 2009 at 9:29 AM, Claudio M. E. Bastos Iorio 
 selecter...@gmail.com wrote:

Thanks for your answer and links.

 The silverlight version looks really great. Check this online demo
 (silverlight required):
 http://silverlight.services.live.com/invoke/60108/SilverlightRibbon/iframe.html



 I’m not trying to copy exactly the ribbon. Just the concept.

 I know I could do it using tabs and panels, but an existing FLEX version
 could save me a lot of time.

 If I don’t find any FLEX version, the silverlight version will help me a
 lot, thanks.

 I wish I could use silverlight + .NET, but this is an AIR project L





 __

 Claudio M. E. Bastos Iorio





 *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
 Behalf Of *Sam Lai
 *Sent:* Friday, March 13, 2009 3:53 AM
 *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders] Ribbon in FLEX




 http://office.microsoft.com/en-us/products/HA101679411033.aspx?pid=CL100796341033#2

 Kind of like the toolbar for picking controls in Adobe Dreamweaver
 (unless they've changed it in recent versions).

 Unfortunately I haven't heard of any Flash implementations, only
 Silverlight implementations. You could implement it yourself using a
 TabNavigator and Panel controls inside each tab for groups, and
 buttons inside them. It's the styling that will be a pain - the
 official specs are available from Microsoft for free though, with some
 conditions attached
 (http://msdn.microsoft.com/en-au/office/aa973809.aspx). You could also
 use the images and even code if you know XAML from the Silverlight
 version - http://silverlightribbon.codeplex.com/

 Personally I'd be making my own interpretation of the ribbon control
 instead of following the Microsoft version to the dot, especially
 seeing as they have changed a few bits in Windows 7 which will
 probably filter down to Office in Office 2010 (e.g. the confusion with
 the File menu - the Orb in the top corner is now gone).

 2009/3/13 Tracy Spratt tspr...@lariatinc.com tspratt%40lariatinc.com:
  I am not familiar with that control, can you describe it?
 
 
 
  Tracy Spratt,
 
  Lariat Services, development services available
 
  
 
  From: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com[mailto:
 flexcoders@yahoogroups.com flexcoders%40yahoogroups.com] On
  Behalf Of Claudio M. E. Bastos Iorio
  Sent: Friday, March 13, 2009 2:13 AM
  To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
  Subject: [flexcoders] Ribbon in FLEX
 
 
 
  Hi,
 
  Is there any component (free or paid) similar to the office 2007 ribbon
  control?
 
 
 
  TIA
 
 
 
  __
 
  Claudio M. E. Bastos Iorio
 
 
 
 


  




-- 
Regards,

Scott Barnes
Rich Platforms Product Manager
Microsoft.

http://blogs.msdn.com/msmossyblog


Re: [flexcoders] Ribbon in FLEX

2009-03-30 Thread Gleb Dolgich
Ribbon is not a good UI, IMHO. It  comes from Microsoft's idea that  
every command must have a corresponding icon, which in the past made  
for some of the most cluttered UIs out there. It's really hard to find  
what you need in the new Office ribbons, and I would think twice  
before following this trend. If you feel you need a ribbon in your  
application, maybe it's time to rethink your UI.


--
Gleb Dolgich
Twitter: @gbd
Web: http://www.pixelespressoapps.com

On 30 Mar 2009, at 20:41, Scott Barnes wrote:

Just a note. The true power of Ribbon isn't necessarily just a tab/ 
hbox navigation, it's also about context in that the navigation  
reacts to elements you may have with your application. Thus  
producing contextual sensitive additional menu items where the end  
user invokes sensitive areas.






On Fri, Mar 13, 2009 at 1:11 AM, Thibaud Van Vreckem thibaudm...@gmail.com 
 wrote:


I know I could do it using tabs and panels, but an existing FLEX  
version could save me a lot of time.


that ribbon design  is a perfect example of what flex shines for.
it's nothing more than tabs and canvas/Hbox panels. that's probably  
about 5 sec setup.

I'm not sure I understand what you would you need a component for ..

On Fri, Mar 13, 2009 at 9:29 AM, Claudio M. E. Bastos Iorioselecter...@gmail.com 
 wrote:


Thanks for your answer and links.

The silverlight version looks really great. Check this online demo  
(silverlight required):http://silverlight.services.live.com/invoke/60108/SilverlightRibbon/iframe.html



I’m not trying to copy exactly the ribbon. Just the concept.

I know I could do it using tabs and panels, but an existing FLEX  
version could save me a lot of time.


If I don’t find any FLEX version, the silverlight version will help  
me a lot, thanks.


I wish I could use silverlight + .NET, but this is an AIR project L



__

Claudio M. E. Bastos Iorio



From: flexcod...@yahoogroups.com[mailto:flexcod...@yahoogroups.com]  
On Behalf Of Sam Lai

Sent: Friday, March 13, 2009 3:53 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Ribbon in FLEX


http://office.microsoft.com/en-us/products/HA101679411033.aspx?pid=CL100796341033#2

Kind of like the toolbar for picking controls in Adobe Dreamweaver
(unless they've changed it in recent versions).

Unfortunately I haven't heard of any Flash implementations, only
Silverlight implementations. You could implement it yourself using a
TabNavigator and Panel controls inside each tab for groups, and
buttons inside them. It's the styling that will be a pain - the
official specs are available from Microsoft for free though, with some
conditions attached
(http://msdn.microsoft.com/en-au/office/aa973809.aspx). You could also
use the images and even code if you know XAML from the Silverlight
version - http://silverlightribbon.codeplex.com/

Personally I'd be making my own interpretation of the ribbon control
instead of following the Microsoft version to the dot, especially
seeing as they have changed a few bits in Windows 7 which will
probably filter down to Office in Office 2010 (e.g. the confusion with
the File menu - the Orb in the top corner is now gone).

2009/3/13 Tracy Spratt tspr...@lariatinc.com:
 I am not familiar with that control, can you describe it?



 Tracy Spratt,

 Lariat Services, development services available

 

 From:  
flexcod...@yahoogroups.com[mailto:flexcod...@yahoogroups.com] On

 Behalf Of Claudio M. E. Bastos Iorio
 Sent: Friday, March 13, 2009 2:13 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Ribbon in FLEX



 Hi,

 Is there any component (free or paid) similar to the office 2007  
ribbon

 control?



 TIA



 __

 Claudio M. E. Bastos Iorio












--
Regards,

Scott Barnes
Rich Platforms Product Manager
Microsoft.

http://blogs.msdn.com/msmossyblog







RE: [flexcoders] Ribbon in FLEX

2009-03-15 Thread Allan Pichler
Hi all..

 

I'm sorry to say that for some reason I am missing the list of people who
wanted the code/graphics for a ribbon/editor toolbar I made quite a while
ago.

 

If interested parties would raise their hand off list (so to speak) please
do so... I have finally had time to locate the files in question.

 

I apologize for the trouble and wish everyone a great Sunday night!

 

Allan Pichler

Brewmaster - ColdFusion/Flex/Ajax/UI

 

Email:   dreamc...@gmail.com

Phone: (415) 683 0313

Skype:  apichler

Yahoo:  allan_pichler

LinkedIn: http://www.linkedin.com/in/apichler

Website: http://www.unzipmenow.com

 

 

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Jeffry Houser
Sent: Friday, March 13, 2009 9:43 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Ribbon in FLEX

 


 This is one of the components were were considering for Flextras; however
I'm unclear how a Ribbon is different than a TabNavigator, though.  

 I'd love to hear more thoughts on it, either on-list or off.  

Sam Lai wrote: 

http://office.microsoft.com/en-us/products/HA101679411033.aspx?pid=CL1007963
41033#2
 
Kind of like the toolbar for picking controls in Adobe Dreamweaver
(unless they've changed it in recent versions).
 
Unfortunately I haven't heard of any Flash implementations, only
Silverlight implementations. You could implement it yourself using a
TabNavigator and Panel controls inside each tab for groups, and
buttons inside them. It's the styling that will be a pain - the
official specs are available from Microsoft for free though, with some
conditions attached
(http://msdn.microsoft.com/en-au/office/aa973809.aspx). You could also
use the images and even code if you know XAML from the Silverlight
version - http://silverlightribbon.codeplex.com/
 
Personally I'd be making my own interpretation of the ribbon control
instead of following the Microsoft version to the dot, especially
seeing as they have changed a few bits in Windows 7 which will
probably filter down to Office in Office 2010 (e.g. the confusion with
the File menu - the Orb in the top corner is now gone).
 
2009/3/13 Tracy Spratt  mailto:tspr...@lariatinc.com
tspr...@lariatinc.com:
  

I am not familiar with that control, can you describe it?
 
 
 
Tracy Spratt,
 
Lariat Services, development services available
 

 
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Claudio M. E. Bastos Iorio
Sent: Friday, March 13, 2009 2:13 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Ribbon in FLEX
 
 
 
Hi,
 
Is there any component (free or paid) similar to the office 2007 ribbon
control?
 
 
 
TIA
 
 
 
__
 
Claudio M. E. Bastos Iorio
 
 
 
 


 
 

 
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location:
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62
079f6847
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
 
 
 
 
  





-- 
Jeffry Houser, Technical Entrepreneur
Adobe Community Expert: http://tinyurl.com/684b5h
http://www.twitter.com/reboog711  | Phone: 203-379-0773
--
Easy to use Interface Components for Flex Developers
http://www.flextras.com?c=104
--
http://www.theflexshow.com
http://www.jeffryhouser.com
--
Part of the DotComIt Brain Trust



image001.jpgimage002.jpg

Re: [flexcoders] Ribbon in FLEX

2009-03-15 Thread Josh McDonald
Why not just post a link to the list?

-Josh

2009/3/16 Allan Pichler dreamc...@gmail.com

Hi all….



 I’m sorry to say that for some reason I am missing the list of people who
 wanted the code/graphics for a ribbon/editor toolbar I made quite a while
 ago.



 If interested parties would raise their hand off list (so to speak) please
 do so….. I have finally had time to locate the files in question.



 I apologize for the trouble and wish everyone a great Sunday night!



 *Allan Pichler*

 Brewmaster - ColdFusion/Flex/Ajax/UI



 Email:   dreamc...@gmail.com

 Phone: (415) 683 0313

 Skype:  apichler

 Yahoo:  allan_pichler

 LinkedIn: http://www.linkedin.com/in/apichler

 Website: http://www.unzipmenow.com





 *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
 Behalf Of *Jeffry Houser
 *Sent:* Friday, March 13, 2009 9:43 AM
 *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders] Ribbon in FLEX




  This is one of the components were were considering for Flextras; however
 I'm unclear how a Ribbon is different than a TabNavigator, though.

  I'd love to hear more thoughts on it, either on-list or off.

 Sam Lai wrote:

 http://office.microsoft.com/en-us/products/HA101679411033.aspx?pid=CL100796341033#2



 Kind of like the toolbar for picking controls in Adobe Dreamweaver

 (unless they've changed it in recent versions).



 Unfortunately I haven't heard of any Flash implementations, only

 Silverlight implementations. You could implement it yourself using a

 TabNavigator and Panel controls inside each tab for groups, and

 buttons inside them. It's the styling that will be a pain - the

 official specs are available from Microsoft for free though, with some

 conditions attached

 (http://msdn.microsoft.com/en-au/office/aa973809.aspx). You could also

 use the images and even code if you know XAML from the Silverlight

 version - http://silverlightribbon.codeplex.com/



 Personally I'd be making my own interpretation of the ribbon control

 instead of following the Microsoft version to the dot, especially

 seeing as they have changed a few bits in Windows 7 which will

 probably filter down to Office in Office 2010 (e.g. the confusion with

 the File menu - the Orb in the top corner is now gone).



 2009/3/13 Tracy Spratt tspr...@lariatinc.com tspr...@lariatinc.com:



 I am not familiar with that control, can you describe it?







 Tracy Spratt,



 Lariat Services, development services available



 



 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com 
 flexcoders@yahoogroups.com] On

 Behalf Of Claudio M. E. Bastos Iorio

 Sent: Friday, March 13, 2009 2:13 AM

 To: flexcoders@yahoogroups.com

 Subject: [flexcoders] Ribbon in FLEX







 Hi,



 Is there any component (free or paid) similar to the office 2007 ribbon

 control?







 TIA







 __



 Claudio M. E. Bastos Iorio















 



 --

 Flexcoders Mailing List

 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

 Alternative FAQ location: 
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847

 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links



 http://groups.yahoo.com/group/flexcoders/



 Individual Email | Traditional



 http://groups.yahoo.com/group/flexcoders/join

 (Yahoo! ID required)



 mailto:flexcoders-dig...@yahoogroups.com 
 flexcoders-dig...@yahoogroups.com

 mailto:flexcoders-fullfeatu...@yahoogroups.com 
 flexcoders-fullfeatu...@yahoogroups.com



 flexcoders-unsubscr...@yahoogroups.com



 http://docs.yahoo.com/info/terms/









  --

 Jeffry Houser, Technical Entrepreneur

 Adobe Community Expert: http://tinyurl.com/684b5h

 http://www.twitter.com/reboog711  | Phone: 203-379-0773

 --

 Easy to use Interface Components for Flex Developers

 http://www.flextras.com?c=104

 --

 http://www.theflexshow.com

 http://www.jeffryhouser.com

 --

 Part of the DotComIt Brain Trust






-- 
Therefore, send not to know For whom the bell tolls. It tolls for thee.

Josh 'G-Funk' McDonald
  -  j...@joshmcdonald.info
  -  http://twitter.com/sophistifunk
  -  http://flex.joshmcdonald.info/


Re: [flexcoders] Ribbon in FLEX

2009-03-15 Thread J.C. Berry
Hi Allen, though I did not ask before I would be interested in your code. Do
you have a working sample?

On Sun, Mar 15, 2009 at 5:58 PM, Allan Pichler dreamc...@gmail.com wrote:

Hi all….



 I’m sorry to say that for some reason I am missing the list of people who
 wanted the code/graphics for a ribbon/editor toolbar I made quite a while
 ago.



 If interested parties would raise their hand off list (so to speak) please
 do so….. I have finally had time to locate the files in question.



 I apologize for the trouble and wish everyone a great Sunday night!



 *Allan Pichler*

 Brewmaster - ColdFusion/Flex/Ajax/UI



 Email:   dreamc...@gmail.com

 Phone: (415) 683 0313

 Skype:  apichler

 Yahoo:  allan_pichler

 LinkedIn: http://www.linkedin.com/in/apichler

 Website: http://www.unzipmenow.com





 *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
 Behalf Of *Jeffry Houser
 *Sent:* Friday, March 13, 2009 9:43 AM
 *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders] Ribbon in FLEX




  This is one of the components were were considering for Flextras; however
 I'm unclear how a Ribbon is different than a TabNavigator, though.

  I'd love to hear more thoughts on it, either on-list or off.

 Sam Lai wrote:

 http://office.microsoft.com/en-us/products/HA101679411033.aspx?pid=CL100796341033#2



 Kind of like the toolbar for picking controls in Adobe Dreamweaver

 (unless they've changed it in recent versions).



 Unfortunately I haven't heard of any Flash implementations, only

 Silverlight implementations. You could implement it yourself using a

 TabNavigator and Panel controls inside each tab for groups, and

 buttons inside them. It's the styling that will be a pain - the

 official specs are available from Microsoft for free though, with some

 conditions attached

 (http://msdn.microsoft.com/en-au/office/aa973809.aspx). You could also

 use the images and even code if you know XAML from the Silverlight

 version - http://silverlightribbon.codeplex.com/



 Personally I'd be making my own interpretation of the ribbon control

 instead of following the Microsoft version to the dot, especially

 seeing as they have changed a few bits in Windows 7 which will

 probably filter down to Office in Office 2010 (e.g. the confusion with

 the File menu - the Orb in the top corner is now gone).



 2009/3/13 Tracy Spratt tspr...@lariatinc.com tspr...@lariatinc.com:



 I am not familiar with that control, can you describe it?







 Tracy Spratt,



 Lariat Services, development services available



 



 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com 
 flexcoders@yahoogroups.com] On

 Behalf Of Claudio M. E. Bastos Iorio

 Sent: Friday, March 13, 2009 2:13 AM

 To: flexcoders@yahoogroups.com

 Subject: [flexcoders] Ribbon in FLEX







 Hi,



 Is there any component (free or paid) similar to the office 2007 ribbon

 control?







 TIA







 __



 Claudio M. E. Bastos Iorio















 



 --

 Flexcoders Mailing List

 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

 Alternative FAQ location: 
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847

 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links



 http://groups.yahoo.com/group/flexcoders/



 Individual Email | Traditional



 http://groups.yahoo.com/group/flexcoders/join

 (Yahoo! ID required)



 mailto:flexcoders-dig...@yahoogroups.com 
 flexcoders-dig...@yahoogroups.com

 mailto:flexcoders-fullfeatu...@yahoogroups.com 
 flexcoders-fullfeatu...@yahoogroups.com



 flexcoders-unsubscr...@yahoogroups.com



 http://docs.yahoo.com/info/terms/









  --

 Jeffry Houser, Technical Entrepreneur

 Adobe Community Expert: http://tinyurl.com/684b5h

 http://www.twitter.com/reboog711  | Phone: 203-379-0773

 --

 Easy to use Interface Components for Flex Developers

 http://www.flextras.com?c=104

 --

 http://www.theflexshow.com

 http://www.jeffryhouser.com

 --

 Part of the DotComIt Brain Trust






-- 
Jonathan Berry, M.A.
IT Consultant
619.306.1712(m)
jcharlesbe...@gmail.com
I think the real reason the Extropy Institute closed is because Ayn Rand
rose from her cryo-sleep -digibrill

( @ o )
/ | | | | \ Chumby.com



This E-mail is covered by the Electronic Communications Privacy Act, 18
U.S.C. ?? 2510-2521 and is legally privileged. This information is
confidential information and is intended only for the use of the individual
or entity named above. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination

RE: [flexcoders] Ribbon in FLEX

2009-03-13 Thread Tracy Spratt
I am not familiar with that control, can you describe it?

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Claudio M. E. Bastos Iorio
Sent: Friday, March 13, 2009 2:13 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Ribbon in FLEX

 

Hi,

Is there any component (free or paid) similar to the office 2007 ribbon
control?

 

TIA

 

__

Claudio M. E. Bastos Iorio

 





Re: [flexcoders] Ribbon in FLEX

2009-03-13 Thread Sam Lai
http://office.microsoft.com/en-us/products/HA101679411033.aspx?pid=CL100796341033#2

Kind of like the toolbar for picking controls in Adobe Dreamweaver
(unless they've changed it in recent versions).

Unfortunately I haven't heard of any Flash implementations, only
Silverlight implementations. You could implement it yourself using a
TabNavigator and Panel controls inside each tab for groups, and
buttons inside them. It's the styling that will be a pain - the
official specs are available from Microsoft for free though, with some
conditions attached
(http://msdn.microsoft.com/en-au/office/aa973809.aspx). You could also
use the images and even code if you know XAML from the Silverlight
version - http://silverlightribbon.codeplex.com/

Personally I'd be making my own interpretation of the ribbon control
instead of following the Microsoft version to the dot, especially
seeing as they have changed a few bits in Windows 7 which will
probably filter down to Office in Office 2010 (e.g. the confusion with
the File menu - the Orb in the top corner is now gone).

2009/3/13 Tracy Spratt tspr...@lariatinc.com:
 I am not familiar with that control, can you describe it?



 Tracy Spratt,

 Lariat Services, development services available

 

 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
 Behalf Of Claudio M. E. Bastos Iorio
 Sent: Friday, March 13, 2009 2:13 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Ribbon in FLEX



 Hi,

 Is there any component (free or paid) similar to the office 2007 ribbon
 control?



 TIA



 __

 Claudio M. E. Bastos Iorio



 


RE: [flexcoders] Ribbon in FLEX

2009-03-13 Thread Claudio M. E. Bastos Iorio
Thanks for your answer and links.

The silverlight version looks really great. Check this online demo
(silverlight required):
http://silverlight.services.live.com/invoke/60108/SilverlightRibbon/iframe.h
tml

 

I'm not trying to copy exactly the ribbon. Just the concept. 

I know I could do it using tabs and panels, but an existing FLEX version
could save me a lot of time.

If I don't find any FLEX version, the silverlight version will help me a
lot, thanks. 

I wish I could use silverlight + .NET, but this is an AIR project L

 

 

__

Claudio M. E. Bastos Iorio

 

 

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Sam Lai
Sent: Friday, March 13, 2009 3:53 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Ribbon in FLEX

 

http://office.microsoft.com/en-us/products/HA101679411033.aspx?pid=CL1007963
41033#2

Kind of like the toolbar for picking controls in Adobe Dreamweaver
(unless they've changed it in recent versions).

Unfortunately I haven't heard of any Flash implementations, only
Silverlight implementations. You could implement it yourself using a
TabNavigator and Panel controls inside each tab for groups, and
buttons inside them. It's the styling that will be a pain - the
official specs are available from Microsoft for free though, with some
conditions attached
(http://msdn.microsoft.com/en-au/office/aa973809.aspx). You could also
use the images and even code if you know XAML from the Silverlight
version - http://silverlightribbon.codeplex.com/

Personally I'd be making my own interpretation of the ribbon control
instead of following the Microsoft version to the dot, especially
seeing as they have changed a few bits in Windows 7 which will
probably filter down to Office in Office 2010 (e.g. the confusion with
the File menu - the Orb in the top corner is now gone).

2009/3/13 Tracy Spratt tspr...@lariatinc.com
mailto:tspratt%40lariatinc.com :
 I am not familiar with that control, can you describe it?



 Tracy Spratt,

 Lariat Services, development services available

 

 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ]
On
 Behalf Of Claudio M. E. Bastos Iorio
 Sent: Friday, March 13, 2009 2:13 AM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
 Subject: [flexcoders] Ribbon in FLEX



 Hi,

 Is there any component (free or paid) similar to the office 2007 ribbon
 control?



 TIA



 __

 Claudio M. E. Bastos Iorio



 





Re: [flexcoders] Ribbon in FLEX

2009-03-13 Thread Thibaud Van Vreckem
I know I could do it using tabs and panels, but an existing FLEX version
could save me a lot of time.

that ribbon design  is a perfect example of what flex shines for.
it's nothing more than tabs and canvas/Hbox panels. that's probably about 5
sec setup.
I'm not sure I understand what you would you need a component for ..

On Fri, Mar 13, 2009 at 9:29 AM, Claudio M. E. Bastos Iorio 
selecter...@gmail.com wrote:

Thanks for your answer and links.

 The silverlight version looks really great. Check this online demo
 (silverlight required):
 http://silverlight.services.live.com/invoke/60108/SilverlightRibbon/iframe.html



 I’m not trying to copy exactly the ribbon. Just the concept.

 I know I could do it using tabs and panels, but an existing FLEX version
 could save me a lot of time.

 If I don’t find any FLEX version, the silverlight version will help me a
 lot, thanks.

 I wish I could use silverlight + .NET, but this is an AIR project L





 __

 Claudio M. E. Bastos Iorio





 *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
 Behalf Of *Sam Lai
 *Sent:* Friday, March 13, 2009 3:53 AM
 *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders] Ribbon in FLEX




 http://office.microsoft.com/en-us/products/HA101679411033.aspx?pid=CL100796341033#2

 Kind of like the toolbar for picking controls in Adobe Dreamweaver
 (unless they've changed it in recent versions).

 Unfortunately I haven't heard of any Flash implementations, only
 Silverlight implementations. You could implement it yourself using a
 TabNavigator and Panel controls inside each tab for groups, and
 buttons inside them. It's the styling that will be a pain - the
 official specs are available from Microsoft for free though, with some
 conditions attached
 (http://msdn.microsoft.com/en-au/office/aa973809.aspx). You could also
 use the images and even code if you know XAML from the Silverlight
 version - http://silverlightribbon.codeplex.com/

 Personally I'd be making my own interpretation of the ribbon control
 instead of following the Microsoft version to the dot, especially
 seeing as they have changed a few bits in Windows 7 which will
 probably filter down to Office in Office 2010 (e.g. the confusion with
 the File menu - the Orb in the top corner is now gone).

 2009/3/13 Tracy Spratt tspr...@lariatinc.com tspratt%40lariatinc.com:
  I am not familiar with that control, can you describe it?
 
 
 
  Tracy Spratt,
 
  Lariat Services, development services available
 
  
 
  From: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com [mailto:
 flexcoders@yahoogroups.com flexcoders%40yahoogroups.com] On
  Behalf Of Claudio M. E. Bastos Iorio
  Sent: Friday, March 13, 2009 2:13 AM
  To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
  Subject: [flexcoders] Ribbon in FLEX
 
 
 
  Hi,
 
  Is there any component (free or paid) similar to the office 2007 ribbon
  control?
 
 
 
  TIA
 
 
 
  __
 
  Claudio M. E. Bastos Iorio
 
 
 
 

   



Re: [flexcoders] Ribbon in FLEX

2009-03-13 Thread Jeffry Houser


This is one of the components were were considering for Flextras; 
however I'm unclear how a Ribbon is different than a TabNavigator, though. 

I'd love to hear more thoughts on it, either on-list or off. 


Sam Lai wrote:

http://office.microsoft.com/en-us/products/HA101679411033.aspx?pid=CL100796341033#2

Kind of like the toolbar for picking controls in Adobe Dreamweaver
(unless they've changed it in recent versions).

Unfortunately I haven't heard of any Flash implementations, only
Silverlight implementations. You could implement it yourself using a
TabNavigator and Panel controls inside each tab for groups, and
buttons inside them. It's the styling that will be a pain - the
official specs are available from Microsoft for free though, with some
conditions attached
(http://msdn.microsoft.com/en-au/office/aa973809.aspx). You could also
use the images and even code if you know XAML from the Silverlight
version - http://silverlightribbon.codeplex.com/

Personally I'd be making my own interpretation of the ribbon control
instead of following the Microsoft version to the dot, especially
seeing as they have changed a few bits in Windows 7 which will
probably filter down to Office in Office 2010 (e.g. the confusion with
the File menu - the Orb in the top corner is now gone).

2009/3/13 Tracy Spratt tspr...@lariatinc.com:
  

I am not familiar with that control, can you describe it?



Tracy Spratt,

Lariat Services, development services available



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Claudio M. E. Bastos Iorio
Sent: Friday, March 13, 2009 2:13 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Ribbon in FLEX



Hi,

Is there any component (free or paid) similar to the office 2007 ribbon
control?



TIA



__

Claudio M. E. Bastos Iorio










--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links




  


--
Jeffry Houser, Technical Entrepreneur
Adobe Community Expert: http://tinyurl.com/684b5h
http://www.twitter.com/reboog711  | Phone: 203-379-0773
--
Easy to use Interface Components for Flex Developers
http://www.flextras.com?c=104
--
http://www.theflexshow.com
http://www.jeffryhouser.com
--
Part of the DotComIt Brain Trust



[flexcoders] Ribbon in FLEX

2009-03-12 Thread Claudio M. E. Bastos Iorio
Hi,

Is there any component (free or paid) similar to the office 2007 ribbon
control?

 

TIA

 

__

Claudio M. E. Bastos Iorio