[flexcoders] AddChild() Exceptions

2006-11-02 Thread Ciarán
about it. Perhaps find the checkbox that says Don't work properly and untick it. Any clues would be much appreciated =) Kind Regards, Ciarán -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

Re: [flexcoders] AddChild() Exceptions

2006-11-06 Thread Ciarán
Forgot to mention it doesn't really matter about the image name - it doesn't have to exist. I just had it as a test image in my project directory... -Ciarán On 11/6/06, Ciarán [EMAIL PROTECTED] wrote: I fixed the problem by changing the way I was using the Image control (calling load() instead

Re: [flexcoders] AddChild() Exceptions

2006-11-06 Thread Ciarán
point me to whatever explains it, I'd be most appreciative. Many Thanks, Ciarán On 11/2/06, Jason Hawryluk [EMAIL PROTECTED] wrote: I'm having the exact same type of problem swapping containers in a TabNavigator using this type of command main.setChildIndex(main.getChildAt(2),1); The behind

Re: [flexcoders] RangeError: Error #2006 using menu !

2006-11-06 Thread Ciarán
of components. I haven't yet experienced the error since I changed: creationComplete=initCollections(); to initialize=initCollections() But since it's hard to reproduce I can't tell for sure if this is at all related to anything happening here... - Ciarán On 11/6/06, droopyflex [EMAIL PROTECTED] wrote

Re: [flexcoders] AddChild() Exceptions

2006-11-07 Thread Ciarán
is intentional? Or is it a bug? Cheers, Ciarán On 11/6/06, Ciarán [EMAIL PROTECTED] wrote: Forgot to mention it doesn't really matter about the image name - it doesn't have to exist. I just had it as a test image in my project directory... -Ciarán On 11/6/06, Ciarán [EMAIL PROTECTED] wrote

[flexcoders] itemRenderers in TileList

2006-11-24 Thread Ciarán
the debugger reports the dataProvider as the ByteArray. Am I missing something simple? Why does the MXML work and not the ActionScript? Any clues would be much appreciated. Kind Regards, Ciarán

Re: [flexcoders] trouble with addChild

2007-01-10 Thread Ciarán
in code. Best of luck, Ciarán On 1/10/07, Pavel Zabelin [EMAIL PROTECTED] wrote: Hi all. I tried to do that: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx= http://www.adobe.com/2006/mxml; layout=absolute currentState=partview width=100% height=100% mx:Script ![CDATA[ private var

[flexcoders] Help Extending TabNavigator/ButtonBar

2007-01-22 Thread Ciarán
anyone know a clever way of accomplishing this or know someplace I could look where it's already implemented? Any clues/hints/ideas would be much appreciated =) Best Regards, Ciarán

Re: [flexcoders] Help Extending TabNavigator/ButtonBar

2007-01-22 Thread Ciarán
Thanks Jason, would be a great help. Just subscribed to the feed. =) -Ciarán On 1/22/07, Jason Hawryluk [EMAIL PROTECTED] wrote: I'm working on a blog post for something similar, but more toward the way flex builder does it with a drop down at the end. Plus a bunch of other goodies

[flexcoders] Synchronizing binding execution

2007-02-19 Thread Ciarán
executed. How is it possible to solidifiy this in flex? Any clues, pointers, links to docs would be v. much appreciated. Best Regards, Ciarán

Re: [flexcoders] ListRowInfo...

2007-02-19 Thread Ciarán
Hi Steve, mx.controls.listClasses is a package directory. You're probably looking to specify mx.controls.listClasses.ClassName, where ClassName is the name of the class you're looking to import. Wildcard (*) also works. -Ciarán On 2/17/07, Steve Kellogg [EMAIL PROTECTED] wrote: Hello

Re: [flexcoders] DISREGARD....FW: ListRowInfo...

2007-02-19 Thread Ciarán
I didn't catch this before I clicked send on the reply. D'Oh. Sorry for the noise. Same. -Ciarán From: Steve Kellogg Sent: Saturday, February 17, 2007 11:25 AM To: 'flexcoders@yahoogroups.com' Subject: ListRowInfo... Hello, I'm needing to access the information in ListRowInfo

Re: [flexcoders] error when scroll datagrid vertically?

2007-02-19 Thread Ciarán
is The index of the first row in the control that scrolls. listItems is a collection of itemRenderers (one for each row in each column of your DataGrid) Can you post a code example (it would help to see the itemRenderer and the Data Grid declaration. Best Regards, Ciarán I am not getting the cause

[flexcoders] (Simple?) Problem with TextInput component

2007-02-26 Thread Ciarán
knowledge is non-editable)... so I'm prepared to accept this may be impossible. Has anyone done it before? Best Regards, Ciarán

Re: [flexcoders] How can I loop through a Tile ?

2007-02-26 Thread Ciarán
tile.getChildAt(0) will return the first child, then a further getChildAt(0) on the child will return the first child of the child and so on. If you're treating the contents of the Tile container like list data, then investigate using the TileList control instead. Best Regards, Ciarán On 2/26/07

Re: [flexcoders] List itemRenderer problem with example

2007-02-26 Thread Ciarán
certain that each itemRenderer is properly initialized, and that if itemRenderers are moved, their state is checked and they are re-rendered accordingly. Posting the relevant code here might help expose the problem. Best Regards, Ciarán On 2/24/07, Tom Bray [EMAIL PROTECTED] wrote: Here

Re: [flexcoders] loading a swf file and dynamic symbols

2007-02-27 Thread Ciarán
is applicable to render the correct image. Best Regards, Ciarán On 2/27/07, Mark [EMAIL PROTECTED] wrote: I have a swf file with a number of symbols that I'd like to display dynamically. I have a repeater with an Image component. The repeater is binded to an Array of text that mimics the symbol

Re: [flexcoders] (Simple?) Problem with TextInput component

2007-02-27 Thread Ciarán
mx:TextInput does not create or extend any class with the properties paddingTop/paddingBottom - I wish it were that easy! -Ciarán On 2/27/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 26 Feb 2007, Ciarán wrote: How do I get rid of it? Have you tried the padding/margin etc. CSS

Re: [flexcoders] Re: How can I loop through a Tile ?

2007-02-28 Thread Ciarán
, Ciarán On 2/27/07, oneproofdk [EMAIL PROTECTED] wrote: Hi Ciarán Just put up a small example for you (and others) to see. Rightclick to view source: http://flex2.dk/mark/addchild/childTest.html Very simple app - 2 buttons. Add Children - will add 12 vboxes, each containing 2 images Loop

Re: [flexcoders] Design View, Flex IDE. Normal behavior or my error?

2007-03-05 Thread Ciarán
I'm having the exact same problem. If anyone could offer some insight on this it would be uber-helpful. Maybe post this over to the FlexBuilder forum on Adobe if no resolution is found... Regards, Ciarán On 2/15/07, lostinrecursion [EMAIL PROTECTED] wrote: Is it the expected behavior

Re: [flexcoders] Re: select some items only

2007-03-19 Thread Ciarán
Hi, Could you bind the selectable property of the control to a corresponding property of the objects in your dataProvider? In effect something like: ... id=list selectable={list.selectedItem.selectable} ... Seems like the hassle-free way of dealing with it... -Ciarán On 3/16/07, Paul

Re: [flexcoders] swap Children?

2007-04-11 Thread Ciarán
(err:Error()) { } Does that make any difference? Best Regards, Ciarán On 11 Apr 2007 03:44:04 -0700, Matt Wicks [EMAIL PROTECTED] wrote: Hi there all, bit of a puzzle I'm having and would be grateful for some help... container is a displayObjectContainer and objectToMove

Re: [flexcoders] Total dynamicaly filtered content

2007-05-09 Thread Ciarán
Hi, Tried to answer this (partially) on the forum, hope it makes sense: http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=60catid=585threadid=1266270enterthread=y Regards, Ciarán On 5/8/07, Ian Skinner [EMAIL PROTECTED] wrote: I'm displaying lists of events, and need

Re: [flexcoders] How to improve consuming rate of Flex messages

2008-11-05 Thread Ciarán
. Without more specifics about the app it's a little difficult to offer much past the regular generica on the advice front. -Ciarán On Wed, Nov 5, 2008 at 8:17 AM, jitendra jain [EMAIL PROTECTED] wrote: Hi , I have a JMS Producer that produces messages at a speed of 25 msgs/Per second. How