[flexcoders] Re: flexlib enhancedButtonSkin causes blank Design mode

2009-08-19 Thread Mic
Fixed this by repeatedly toggling F4 - Show Surrounding Containers - screen eventually draws layout. Not sure why but glad it does :-) --- In flexcoders@yahoogroups.com, Mic chigwel...@... wrote: Using this skin stops design mode from showing layout, which I need as this layout is extremely

[flexcoders] How to force construction when creationPolicy=all' does not work?

2009-08-19 Thread Mic
does create what it should.) If creationPolicy=all' does not work, how do I force the ViewStack vsDashDrills into existence? TIA, Mic.

[flexcoders] flexlib enhancedButtonSkin causes blank Design mode

2009-08-18 Thread Mic
Using this skin stops design mode from showing layout, which I need as this layout is extremely complicated. Interested to know why this happens and if there is a solution. TIA, Mic.

[flexcoders] communicating between SharePoint and Flex?

2009-08-12 Thread Mic
developers to embed Flex apps into SharePoint pages ... Flex works :-). Any pointers towards how to communicate between SP and Flex would be much appreciated. Google has not come up with any real examples yet. TIA, Regards, Mic.

[flexcoders] Re: tree not expanding with expandItem()

2009-07-10 Thread Mic
code. I have an example on www.cflex.net http://www.cflex.net/ if you need it. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Mic Sent: Wednesday, July 08, 2009 12:53

[flexcoders] Stop tree to tree drag and drop from adding node?

2009-07-10 Thread Mic
for the dropped node and delete it - a pain. Can I stop it being added in the first place. As always, TIA, Mic.

[flexcoders] tree not expanding with expandItem()

2009-07-07 Thread Mic
in the openItems array after setting expandItem(). Which would suggest that expandItem is working but the display is not displaying it? Adding a treeSrchHrchy.invalidateDisplayList(); does not help. TIA, Mic.

[flexcoders] Re: item renderer in ComboBox not consistent

2009-07-02 Thread Mic
, 0.5); otherwise the line highlight would not show through and could not tell what line was highlighted. It surprised me that a renderer was capable of doing this. Thanks again, Mic. --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Try the following as a starting point

[flexcoders] Re: item renderer in ComboBox not consistent

2009-07-01 Thread Mic
it and discover the alternatingItemColors style: http://blog.flexexamples.com/2007/08/17/alternating-row-colors-in-a-flex-list-control/ Mic wrote: I thought this might work --- fine until I start scrolling when it gets totally out of wack. The trace does fire occasionally while scrolling

[flexcoders] item renderer in ComboBox not consistent

2009-06-30 Thread Mic
I thought this might work --- fine until I start scrolling when it gets totally out of wack. The trace does fire occasionally while scrolling but not consistently. Appreciate some hints. TIA, Mic. ?xml version=1.0 encoding=utf-8? mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml

[flexcoders] Re: Flex error when AdvancedDataGrid made too small.

2009-06-19 Thread Mic
. --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Instead of setting height and width of a component to 0, try setting visible property to false and includeInLayout property to false. --- In flexcoders@yahoogroups.com, Mic chigwell23@ wrote: In an application where 8 panels exist

[flexcoders] Flex error when AdvancedDataGrid made too small.

2009-06-18 Thread Mic
\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGridBaseEx.as:3503] etc. It looks like it is too small to draw - Alice would tell it that it took the wrong pill :-) Is there a way around this? TIA, Mic

[flexcoders] Disabling grid does not disable column check box?

2009-06-09 Thread Mic
)/ /mx:Component /mx:itemRenderer /mx:DataGridColumn With everything turned off on the grid, the cb can be checked and the handler runs. Appreciate a solution to this. TIA, Mic.

[flexcoders] Re: Disabling grid does not disable column check box?

2009-06-09 Thread Mic
=cbRmv = id attribute is not allowed on the root tag of a component ... if the solution is me having to individually disable the 11 checkbox columns on the 3 grids, how can I reference them? I suppose I could bind i.e. enabled = {mode=='VIEW'} but curious on the AS reference, TIA, Mic

[flexcoders] Re: Gumbo - new namespaces - mx:Script error

2009-05-23 Thread Mic
Thanks all - fx:Script does the trick --- In flexcoders@yahoogroups.com, Mic chigwel...@... wrote: Assuming that the latest namespace changes point to this standard: ?xml version=1.0 encoding=utf-8? s:Application name=GumboApp xmlns:fx=http://ns.adobe.com/mxml/2009

[flexcoders] What happened to filter.animationProperties[ ] in latest Gumbo sdk?

2009-05-23 Thread Mic
=0xFF/ mx:AnimateProperty property=distance fromValue=0 toValue=10/ but what is the ActionScript now animationProperties[ ] seems to have disappeared? TIA, Mic.

[flexcoders] Re: What happened to filter.animationProperties[ ] in latest Gumbo sdk?

2009-05-23 Thread Mic
Just noticed that the mxml example I used mx:AnimateProperty has fromValue and toValue hardcoded so would not work with custom PixelBender filters. --- In flexcoders@yahoogroups.com, Mic chigwel...@... wrote: In process of updating pixelBender and filter code to latest SDK ... animFltr1

[flexcoders] Gumbo - new namespaces - mx:Script error

2009-05-22 Thread Mic
[ //ActionScript statements ]] /mx:Script Why does mx:Script give a Could not resolve mx:Script to a component implementation? What does work in the way of code completion does pop up mx:Script, and Gumbo Lang Refs still lists mx:Script. TIA, Mic.

[flexcoders] extract function name from Function instance?

2009-05-14 Thread Mic
for debugging/tracing? TIA, Mic.

[flexcoders] Re: Tracy's search tree solution question ...

2009-05-13 Thread Mic
_ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Mic Sent: Monday, May 11, 2009 10:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tracy's search tree solution question ... http://www.cflex. http://www.cflex.net

[flexcoders] Re: Tracy's search tree solution question ...

2009-05-13 Thread Mic
something I do not understand. Would it be OK to post the code here? TIA, Mic. --- In flexcoders@yahoogroups.com, Mic chigwel...@... wrote: Thanks Tracy, as always much appreciated. --- In flexcoders@yahoogroups.com, Tracy Spratt tracy@ wrote: Perhaps you should set the selectedItems

[flexcoders] Tracy's search tree solution question ...

2009-05-11 Thread Mic
=graham/ element eid=weldon to element eid=graham id=6/ element eid=weldon id=7 and the example now only highlights/selects the last match i.e. the selectedItems array refuses to hold more than a single row. Why does the extra xml do this? Inquiring minds etc :-) TIA, Mic.

[flexcoders] drag drop tree to tree onto node, not between nodes

2009-05-10 Thread Mic
reporting to him/her. Cannot drop beneath as that would be a legal peer. TIA, Mic.

[flexcoders] Re: drag drop tree to tree onto node, not between nodes

2009-05-10 Thread Mic
this and then invalidate something so the tree reconfigures itself, or does one manipulate the tree gui? Thanks, Mic. --- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: I hope someone has a solution for this, I do not. The tree drop feedback lines will show above or below a child node

[flexcoders] Re: drag drop tree to tree onto node, not between nodes

2009-05-10 Thread Mic
Think I answered this myself - isBranch looks like it will turn the leaf into branch, which is exactly what I need to do. --- In flexcoders@yahoogroups.com, Mic chigwel...@... wrote: Thanks Tracy - for the moment I am having to put a Peer/Child radio button group so I know what the user

[flexcoders] session pooling with Flex/SQLServer w/o ColdFusion?

2009-05-09 Thread Mic
no knowledge of each other. Any ideas greatly appreciated. Mic.

[flexcoders] Re: Setting dateField.SelectedDate when component is disabled?

2009-04-24 Thread Mic
enabled=false/ and dtCmplxStartDate.selectedDate = tempStrtDt; does not show date in gui. Mic. --- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: What happens? How are you sure the dates are not being set? What happens if you do this after setting a date: Trace

[flexcoders] Re: Setting dateField.SelectedDate when component is disabled?

2009-04-24 Thread Mic
to a custom component and changing its behaviour? TIA, Mic. --- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: What did the trace show? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod

[flexcoders] Setting dateField.SelectedDate when component is disabled?

2009-04-23 Thread Mic
; dtCmplxStartDate.enabled = false; dtCmplxEndDate.enabled = true; dtCmplxEndDate.selectedDate = tempEndDt; dtCmplxEndDate.enabled = false; but no go. TIA, Mic.

[flexcoders] Re: How to put a well-formatted SQL statement in a string?

2009-04-13 Thread Mic
is not Sharepoint aware. The more I look at SharePoint and asp.net etc the more I appreciate my attempt to write this app in Flex and embed into SharePoint page :-) I think probably MS is positioning Silverlight to code RIAs inside SharePoint? Mic --- In flexcoders@yahoogroups.com, Tracy Spratt tspr

[flexcoders] Re: How to put a well-formatted SQL statement in a string?

2009-04-13 Thread Mic
Thanks - on my way there right now, Mic. --- In flexcoders@yahoogroups.com, smitade smit...@... wrote: Calling mssql procs through flex can be done using pyamf. Here's some code using pyamf: http://freevryheid.x10hosting.com/drupal/?q=node/15 --- In flexcoders@yahoogroups.com, Mic

[flexcoders] How to put a well-formatted SQL statement in a string?

2009-04-12 Thread Mic
then 1 end else 1 end) = 1 order by 1 desc; but var sqlString:String = ... will not take the separate lines etc. How are people doing this? TIA, Mic.

[flexcoders] Turn Tabbar so tabs are pointing down

2009-04-09 Thread Mic
Cannot find a way to turn the tabbar 180 so the tabs point down - need to place it at the bottom of a pane. Thinking I am overlooking an obvious attribute. TIA, Mic.

[flexcoders] Flex, SharePoint and SQLServer

2009-04-04 Thread Mic
and just feel I could do a better job with Flex. Don't want to infer Flex is superior, but I do know that I can write the app they need in Flex. Is this a sensible approach? Thanks in advance for any pointers, Mic.

[flexcoders] Re: Parent State.setProp on child breaks after certain depth

2009-02-23 Thread Mic
Just found creationPolicy :-) --- In flexcoders@yahoogroups.com, Mic chigwel...@... wrote: This code is the TourDeFlex State example expanded. There is a ViewStack1 with 2 panes, the second pane has ViewStack2 on it with 2 panes. Added to the Register state !-- Set

[flexcoders] Re: event passing when source/destination are on different parent bubbling chains?

2009-02-22 Thread Mic
much, Mic. --- In flexcoders@yahoogroups.com, jer_ela g...@... wrote: You need a loggedIn property somewhere in your model. It is initially set to false and when the user successfully logs in your controller code sets it to true. Any views that need to react to the log in have

[flexcoders] Parent State.setProp on child breaks after certain depth

2009-02-22 Thread Mic
to try the excellent suggestion of using a set method bound to the model locator variable that the commands manipulate, but wondered about the above. Not sure how code turns out when pasted in. Thanks, Mic ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml

[flexcoders] event passing when source/destination are on different parent bubbling chains?

2009-02-18 Thread Mic
my own event subscription component where anybody from anywhere can subscribe with a self.reference? TIA, Mic.

[flexcoders] Re: event passing when source/destination are on different parent bubbling chains?

2009-02-18 Thread Mic
to talk to who. Thanks for listening :-) Mic. --- In flexcoders@yahoogroups.com, Ryan Graham ryan.gra...@... wrote: In an app that has many parent and child components, how does one communicate across bubbling chains? I need to go up from a buried child component source to its parent, across

[flexcoders] What is equivalent of Cairngorm Command Sequence in Cairngorm UM?

2009-02-17 Thread Mic
to be that standard Cairngorm Command Sequence is ugly and UM is more elegant. TIA, Mic.

[flexcoders] Re: sprite.startDrag() - Only one sprite is draggable at a time :-(

2009-02-14 Thread Mic
Thanks! Exactly what I need. --- In flexcoders@yahoogroups.com, sunild99 sunilbd...@... wrote: Here are some links I've book marked on drag and drop: - Adobe help http://livedocs.adobe.com/flex/3/html/help.html? content=05_Display_Programming_14.html About half way through this

[flexcoders] sprite.startDrag() - Only one sprite is draggable at a time :-(

2009-02-13 Thread Mic
appreciated. TIA, Mic.

[flexcoders] anchoring Image to right of Canvas with % value?

2009-02-07 Thread Mic
the Canvas shrinks the image stays in its relative position? image.right takes an absolute pixel value in Flex. TIA, Mic.

[flexcoders] simple(?) Flex change color question

2009-02-01 Thread Mic
through the same shades on the way from current to new? Reason I wonder is that I am looking at some PixelBlender filters that change the tint of objects by manipulating the r,g,b components is this different to just changing the color attribute? TIA, Mic.

[flexcoders] Flex4 PixelBender .pbj param error message

2009-01-29 Thread Mic
(); syntax is correct - passing a 0.75 param to it gives a Argument count mismatch on Flex4Project6_ThresholdShader(). Expected 0, got 1. message. I get this on any .pbj file I use, thinking it is something basic. TIA, Mic.

[flexcoders] Re: Flex4 PixelBender .pbj param error message

2009-01-29 Thread Mic
Solved - found the PixelBender SDK - have to compile the .pbk into a .pbj not just rename the .pbk to .pbj :-). Flex 4 is getting pretty interesting! Mic. --- In flexcoders@yahoogroups.com, Mic chigwel...@... wrote: [Better place for this?] Getting a constant ArgumentError: Error #2004: One

[flexcoders] Gumbo livedocs available as download?

2008-12-21 Thread Mic
Gonna be somewhere without internet connection for a couple of weeks can't live without Gumbo ...can I download the Gumbo livedocs from somewhere ... cannot find anywhere on the online Gumbo livedocs to do this ... tia Mic.

[flexcoders] Re: getting refs to items in Group.mxmlContent?

2008-12-17 Thread Mic
error talking about unknown mxml content. Am I even interrogating the correct instance? TIA, Mic. --- In flexcoders@yahoogroups.com, Haykel BEN JEMIA hayke...@... wrote: You should use the content management functions of group to access its children: numElements(), getElementAt(index:int

[flexcoders] Re: Should I be able to load a .fxg file as XML?

2008-12-16 Thread Mic
Hi Alex - stupid error on my part - works perfectly :-) --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: What error did you get? From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Mic Sent: Monday, December 15, 2008 12:31 PM To: flexcoders

[flexcoders] Fireworks .fxg to Gumbo - all Group ids=undefined problem

2008-12-16 Thread Mic
in the .fxg file before it can be used in FxApplication? As always TIA, Mic.

[flexcoders] getting refs to items in Group.mxmlContent?

2008-12-16 Thread Mic
code: private var testGroup:Group; testGroup = displayGroup.mxmlContent[0].myGroup1; - this is a good reference and can be used to change myGroup1.x, myGroup1.y etc. However as stated above I cannot get a reference to e.g. the 3rd child etc. As always, TIA, Mic.

[flexcoders] Re: How many classes are there in flex 3 framework?

2008-12-16 Thread Mic
I read somewhere about 900 as compared to Java's over 15,000 :-) --- In flexcoders@yahoogroups.com, devenhariyani devenhariy...@... wrote: Its kinda a random question, but anyone know approx. how many classes there are in the entire flex framework? I'm trying to optimizing the size of my

[flexcoders] Re: Loading .fxg with Actionscript - got it :-)

2008-12-15 Thread Mic
displayGroup = new Group(); var source2 : comp.FlowerPower2 = new comp.FlowerPower2(); displayGroup.addItem(source2); addItem(displayGroup); --- In flexcoders@yahoogroups.com, Mic chigwel...@... wrote: comp:FlowerPower2 id=image1 / from comp/FlowerPower2.fxg is the MXML way of doing things

[flexcoders] Should I be able to load a .fxg file as XML?

2008-12-15 Thread Mic
{ myXML = XML(myLoader.data); trace(Data loaded.); } Doesn't work ... should it? :-) i.e. can a .fxg file be treated as an XML file? TIA, Mic.

[flexcoders] Loading .fxg with Actionscript

2008-12-14 Thread Mic
comp:FlowerPower2 id=image1 / from comp/FlowerPower2.fxg is the MXML way of doing things how is it done in Actionscript? private var group:Group; group = new Group(); group.addItem(FlowerPower2.fxg must plug in here); addChild(group); TIA, Mic.

[flexcoders] How to use remoteobject.getOperation()?

2008-11-21 Thread Mic
var cfcString:String = getUserInfo; var temp:AbstractOperation = remoteObject.getOperation(cfcString); How do I use temp to call remoteObject.getUserInfo? TIA, Mic.

[flexcoders] Re: setting tileList.id in this.addChild(tileList) actionscript ...

2008-11-21 Thread Mic
... --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Mic chigwell23@ wrote: var tileList:TileList = new TileList; tileList.dataProvider = thumbArray; this.addChild(tileList); Although dataprovider is set, it is not getting bound, so I think I need override

[flexcoders] Re: How to use remoteobject.getOperation()?

2008-11-21 Thread Mic
PROTECTED] On Behalf Of Mic Sent: Friday, November 21, 2008 6:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to use remoteobject.getOperation()? var cfcString:String = getUserInfo; var temp:AbstractOperation = remoteObject.getOperation(cfcString); How do I use temp

[flexcoders] actionscript RemoteObject - channelSet looks like gnarly code?

2008-11-20 Thread Mic
RemoteObject in a parent container and then passing the data to the AS pallette components, or shall I try and work out how to code an actionscript channelSet object? TIA, Mic.

[flexcoders] Re: actionscript RemoteObject - channelSet looks like gnarly code?

2008-11-20 Thread Mic
Worked this one out - import mx.rpc.remoting.mxml.RemoteObject - this class does have an endpoint attribute. --- In flexcoders@yahoogroups.com, Mic [EMAIL PROTECTED] wrote: Need to move some mxml components to AS, and was doing fine with the as RemoteObject until I found it has no endpoint

[flexcoders] setting tileList.id in this.addChild(tileList) actionscript ...

2008-11-20 Thread Mic
, this, thumbArray); super.initialize(); } But I cannot find a way of setting the tileList child id to e.g. myTileList so I can talk to it. TIA, Mic.

[flexcoders] basic carousel - force redraw after setChildIndex?

2008-11-17 Thread Mic
the figures . But when I put a loop inside moveThem to run the code e.g. 100 times , I still get 1 redraw with the resulting positions being equal to 100 moves. So does Flex execute one redraw per code stack? And do I need to invalidate the DisplayList or something within the moveThem loop? TIA, Mic.

[flexcoders] change selected tab using variable containing tab label string?

2008-11-02 Thread Mic
myTabBar.selectedIndex = myTabBar.getChildIndex(myTabBar.getChildByName(e.label)); does not work because the child name is not the tab label text. How would I do this? TIA, Mic.

[flexcoders] Re: change selected tab using variable containing tab label string?

2008-11-02 Thread Mic
.appPanel.appBox.HBox29.myTabBar.Tab92.upSkin upSkin parasight0.appPanel.appBox.HBox29.myTabBar.Tab92.UITextField93 UITextField93 So childName is set internally? Wonder how one would even use myTabBar.getChildByName()? Maybe I am missing something? TIA, Mic --- In flexcoders@yahoogroups.com, Ralf Bokelberg

[flexcoders] Re: change selected tab using variable containing tab label string?

2008-11-02 Thread Mic
match, use that loop index to set the selected index. Tracy -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Mic *Sent:* Sunday, November 02, 2008 12:54 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re

[flexcoders] Debugging advice appreciated ....

2008-10-28 Thread Mic
this source and add to the Edit Source Folder dialog and dive into mx.charts? And then see what is wrong with [EMAIL PROTECTED] Thanks, Mic.

[flexcoders] Re: Debugging advice appreciated ....

2008-10-28 Thread Mic
[EMAIL PROTECTED] wrote: Shared code problem usually due to modules. See my blog presentation on Modules. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mic Sent: Tuesday, October 28, 2008 4:08 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Debugging advice

[flexcoders] Re: How to get XML data in before self-configuring custom component needs it?

2008-10-27 Thread Mic
Of Amy Sent: Thursday, October 23, 2008 9:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to get XML data in before self-configuring custom component needs it? --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Mic chigwell23@ wrote: Not a very

[flexcoders] event bubbling when destination below target?

2008-10-27 Thread Mic
the immediate parent using IModuleInterface. But how do I push the outer comboBox event down, down, down into the depths? Without hard-coding function calls - parent to child, parent to child etc? Thanks in advance, Mic

[flexcoders] createChildren(): adding 20 identical buttons to panel?

2008-10-22 Thread Mic
simplistic example of what I need to do ( dynamically add multiple instances of the same complex component class to a layout). Because b1 cannot be reused for another addChild(), how would you add the other buttons? TIA, Mic.

[flexcoders] Re: createChildren(): adding 20 identical buttons to panel?

2008-10-22 Thread Mic
of the button class, be duplicated into the list? b1 is just a variable that refers to the instance, right? Not a unique id. Not sure why this is different from mx:Panel mx:Button/ mx:Button/ mx:Button/ /mx:Panel TIA, Mic.

[flexcoders] How to get XML data in before self-configuring custom component needs it?

2008-10-22 Thread Mic
= new URLLoader(myXMLURL); myLoader.addEventListener(complete, xmlLoaded); } private function xmlLoaded(event:Event):void{ layoutXML = XML(myLoader.data); trace(Data loaded.); } As always much TIA, Mic.

[flexcoders] Re: passing data with custom event up displaylist chain?

2008-10-21 Thread Mic
Thanks Maciek

[flexcoders] passing data with custom event up displaylist chain?

2008-10-15 Thread Mic
-level Canvas listener trap every mouse click and look for a currentTarget of myTileList. TIA, Mic.

[flexcoders] Child Panel can be dragged out of its parent Canvas

2008-10-07 Thread Mic
but there is a Module as a parent: mx:Module var sPanel:SuperPanel; target = this.canvas1; this.target.addChild(sPanel); mx:Canvas canvas1 TIA Mic.

[flexcoders] x,y position of inner container relative to app?

2008-09-26 Thread Mic
restraining values of course, but these would not work if the user resizes the browser. TIA, Mic.

[flexcoders] path for loading module swf from server - help please ...

2008-09-15 Thread Mic
url=http://server1:8500/TestProj-debug/com/modules.TestMod.swf; ready=applyModuleSettings(event) error=errorHandler(event)/ Error = URL Not Found. Is my syntax off or is this the wrong place to look for the module? As always, TIA, Mic.

[flexcoders] Re: path for loading module swf from server - help please ...

2008-09-15 Thread Mic
Worked it out :-)

[flexcoders] Re: FlexLivedocs Module chart example has scroll bars ....

2008-09-05 Thread Mic
=myChart dataProvider={expenses} width=100% height=100% minWidth=0 minHeight=0 MainApp.mxml: mx:ModuleLoader url=ColumnChartModule.swf width=100% height=100% minHeight=0 minWidth=0/ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mic Sent: Sunday, August 31, 2008 12

[flexcoders] Now have them contained but with scrollbars ....

2008-08-31 Thread Mic
its VBox. What is it about Module that inhibits this default behaviour, and how does one get the chart to shrink to the VBox - scrollbars look bad :-( TIA, Mic. --- In flexcoders@yahoogroups.com, Mic [EMAIL PROTECTED] wrote: I have a canvas with 4 panels inside it. Each panel takes up a quarter

[flexcoders] FlexLivedocs Module chart example has scroll bars ....

2008-08-31 Thread Mic
http://livedocs.adobe.com/flex/3/html/help.html?content=modular_5.html Can anyone show me how to fix this simple example so the chart shrinks to fit its container like it normally does? TIA, Mic.

[flexcoders] Restraining chart as Module within a Panel

2008-08-30 Thread Mic
to stay within their parent containers? TIA, Mic. mx:Canvas id=canvas1 mx:Panel label=Test1 width=50% height=50% left=0 top=0 mx:ModuleLoader url={cht1Strng}/ /mx:Panel mx:Panel label=Test2 width=50% height=50% right=0 y=0 mx:ModuleLoader url={chart2String

[flexcoders] TabBar from xml - missing labels

2008-08-23 Thread Mic
What is the syntax for the labelField please? I get the 4 tabs but no labels. As always, TIA, Mic. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical initialize=init() mx:Script ![CDATA[ import

[flexcoders] Re: TabBar from xml - missing labels

2008-08-23 Thread Mic
Thanks Tim!

[flexcoders] Adding text to lineSegmentRenderer?

2008-08-01 Thread Mic
, unscaledHeight:Number):void { g.drawRect(item.x, item.y,(50,5); Do I add some kind of child text object here? TIA, Mic ( I need a drink)