[flexcoders] Flex 4: using controlBarLayout, controlBarGroup, controlBarContent with AS3

2010-04-27 Thread de.newsight
Hi all,

I have a AS3 class extended form a spark TitleWindow class, and now I am 
looking for a way how I can change the controlBarLayout, controlBarGroup and 
add items to controlBarContent directly with AS. I'vo goggled a lot but 
couldn't find any example. Can anyone help me?

Thanks, Artur



[flexcoders] Creating Spark controlBar with ActionScript

2010-04-27 Thread de.newsight
Hi all,

I'm looking for an example how to create a Spark controlbar with AS not MXML. 
Any ideas are more than appreciated.

Artur



[flexcoders] Re: Content overflow problem in a Box

2007-06-06 Thread de.newsight

--- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED]
wrote:

 On 6/6/07, Artur Kordowski [EMAIL PROTECTED] wrote:

  ?xml version=1.0 encoding=utf-8?
  mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
layout=absolute
 
   mx:Panel bottom=10 left=10 right=10 top=10
layout=absolute
mx:VBox bottom=5 left=50 right=50 top=5
borderColor=#CC borderStyle=solid borderThickness=1
 mx:Canvas width=800 height=400 backgroundColor=#FFCC00/
/mx:VBox
   /mx:Panel
 
  /mx:Application


Hi Manish,

 If I understand your question correctly, you're expecting the VBox to
 be sized as per the constraints and pop up scrollbars for content that
 overflows.

This is exactly what I expect.

 What happens when you set minWidth and minHeight to 0 on the Canvas?

When I set minWidth/minHeight to the Canvas I get the same behavior. The
VBox is sized to the width of the Canvas and there are still no
scrollbars. For real, sometimes it realy sucks to waste so much time on
things that should work. Have any one an idea how I could fix this
problem?

Cheers, Artur




[flexcoders] Re: Create Controls like in the FlexBuilder Design mode

2007-03-19 Thread de.newsight
The controls need to be visible, so that the set visible to false made
no sense in this point.

--- In flexcoders@yahoogroups.com, Nick Collins [EMAIL PROTECTED] wrote:

 have you tried setting visible to false ?
 
 On 3/15/07, Artur Kordowski [EMAIL PROTECTED] wrote:
 
 For a current project I have to create an dynamic formular
designer,
  with which the User can create it own formular. The prototype work
well, but
  when I create a new control and add it's into the stage, it is full
  accssesible. I would like to suppress in this case the user
interaction for
  the created control. I tried to set the control to enabled=false,
but there
  is now way to set the disabledColor to alpha 0, or somthing else,
that the
  control looks like in the Design mode of the Flex Builder.
 
  Have any one do somting else befor or have an idea how I can made it?
 
  Best, Artur
 
   
 





[flexcoders] using dissolve effect in a transition

2006-08-30 Thread de.newsight
I try to use the dissolve effect in a transition to fade out 2 panels,
but the effect don't work. How can I make it work?

mx:transitions
 mx:Transition fromState=* toState=other
  mx:Parallel
   mx:Dissolve target={panel1} duration=1000 alphaFrom=1.0
alphaTo=0.0 /
   mx:Dissolve target={panel2} duration=1000 alphaFrom=1.0
alphaTo=0.0 /
  /mx:Parallel
 /mx:Transition
/mx:transitions

Thanks, Artur





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/