Re: [flexcoders] AIR app as a controlled desktop

2009-07-22 Thread Tom Chiverton
On Wednesday 22 Jul 2009, simonjpalmer wrote: clicks? I want to be able to start my app, have it take over the user experience, a bit like PowerPoint in presentation mode, and only go back to You can't use full screen mode (ESC will always exit, right ?) - what about a window the size of the

Re: [flexcoders] Re: AMF, IE, and a non-trusted certificate

2009-07-22 Thread Tom Chiverton
On Tuesday 21 Jul 2009, Anthony DeBonis wrote: More information on this IE issue - we don't think its a cert issue at all because if we compile with the Flex 4 SDK it works fine in IE. Any ideas? Sounds like a cross domain policy type issue then. -- Helping to autoschediastically network

Re: [flexcoders] create www.example123.com/#/testing

2009-07-22 Thread Tom Chiverton
On Tuesday 21 Jul 2009, Yesaya handoyo wrote: Ic,how about using swfaddress?Is it the same?For the bug? Dunno, as I said we use use the Adobe solution as the preloader issue doesn't bother us. -- Helping to augmentatively seize viral mission-critical metrics as part of the IT team of the

Re: [flexcoders] AIR app as a controlled desktop

2009-07-22 Thread Ian Thomas
App switch (ALT+TAB on Windows, or APPLE+TAB on OSX) will get around that one. I don't believe it's possible in AIR. It _may_ be possible with one of the many available wrappers - e.g. Northcode's SWF Studio: http://www.northcode.com/swfstudio.php HTH, Ian On Wed, Jul 22, 2009 at 10:01 AM,

[flexcoders] Re: AMF, IE, and a non-trusted certificate

2009-07-22 Thread Anthony DeBonis
Still not working in IE - If it was crossdomain it should not work with Firefox but it does work with Firefox and Chrome - only IE is an issue. We are requesting back to the exact server that is serving up the Flex app so it should not trigger a crossdomain issue. If we compile with Flex 4

Re: [flexcoders] getStyleDefinition

2009-07-22 Thread Rohit Sharma
Hi, I am not sure about Flex 4 SDK. But earlier in Flex 3 SDK, I was using StyleManager.getStyleDeclaration(component) to access styles for a particular component. I hope it helps. Regards, Rohit On Tue, Jul 21, 2009 at 2:26 PM, Julian Tenney julian.ten...@nottingham.ac.uk

[flexcoders] Re: Adobe has open-sourced the Text Layout Framework (TLF)

2009-07-22 Thread Dennis van Nooij
hmm. weird. I'm sure I read it yesterday, but I been reading a lot of articles about the TLF as well so it must have be in one of those.. I have searching around but can't find it anymore. anyway. Your response probably also answered my question that tables are not yet supported.. Is there any

[flexcoders] hi, having problem with print function

2009-07-22 Thread subba reddy
can any one give me the code to convert html page to pdf using flex, iText. How to add external CSS to generated pdf file. -- Thanks and Regards, V.V.Subba Reddy.

[flexcoders] LCDS: Destination inheritance - is this a working feature?

2009-07-22 Thread gordon_greg
Greetings, I've got a problem with setting up a model hierarchy that requires using the extends attribute of a DataService Destination in LCDS, but it doesn't exactly work. I'm noticing some rather obvious issues (bugs?) that involve lazy associations on sub-classes when there is no lazy

[flexcoders] Flex 4 query

2009-07-22 Thread Purnima S
I want to know how flex 4(Gumbo) works

[flexcoders] Creating Children in CommitProperties?

2009-07-22 Thread harkeeharkee
I have a custom list component, that takes in XML and displays a UI object for each element. Each of these UI objects can grow and shrink in size, and might have to overlap, so I cannot use an itemrenderer. The custom container has a commitProperties method that goes roughly like this:

[flexcoders] Flex Compilation takes long time

2009-07-22 Thread ondemand_mayur
Hi folks, I have a project crated with Flex 3 ( SDK 3.2 ). When ever I compile it really takes much long time min 4 to 5 mins ( i.e. 240 to 300 seconds). That really make my developers crazy and it is so frustrating. Has any one any suggestions how to make compilation process faster. *

Re: [flexcoders] Flex Compilation takes long time

2009-07-22 Thread Jeffry Houser
Closing unused projects will help. If you have a project with multiple Application files; remove the unused application files. Give Flex Builder / eclipse more memory. There are settings that will help, but they escape me at the moment. ondemand_mayur wrote: Hi folks, I have a

[flexcoders] Re: variables name are in array

2009-07-22 Thread markflex2007
Hi, Do you have a idea if I want to assign values in for loop?I already have two arrays(one is for variable names,other is for variable values) I have many values to assign and I want to assign them in loop.otherwise I have to repeat many same assign statements. Do you have a idea how to do

[flexcoders] Re: variables name are in array

2009-07-22 Thread postwick
This is very dangerous, IMO. It opens you up for getting things misaligned and then you have the wrong value in the wrong variable. Why aren't you storing the variable name AND the value in the same array? --- In flexcoders@yahoogroups.com, markflex2007 markflex2...@... wrote: Hi, Do you

Re: [flexcoders] Flex 4 query

2009-07-22 Thread Tom Chiverton
On Wednesday 22 Jul 2009, Purnima S wrote: I want to know how flex 4(Gumbo) works The same way as Flex 3 does. Maybe you could be more specific ? -- Helping to challengingly compete eigth-generation attention-grabbing industry-wide paradigms as part of the IT team of the year, '09 and '08

Re: [flexcoders] Flex Compilation takes long time

2009-07-22 Thread Tom Chiverton
On Wednesday 22 Jul 2009, ondemand_mayur wrote: * I have already set -incremental=true for flex compiler in Flex Builder 3. And your not using optimise=true either ? I Need some tech. Tips and suggestions to reduce the time for compilation. Use the Flex Compiler Shell (fcsh)

Re: [flexcoders] Flex Compilation takes long time

2009-07-22 Thread Richard Rodseth
I too get frustrated by FlexBuilder build times on a project with a few libraries and an application. As a side note, maven builds using flex-mojos are *really* fast. On Wed, Jul 22, 2009 at 8:23 AM, Tom Chiverton tom.chiver...@halliwells.com wrote: On Wednesday 22 Jul 2009, ondemand_mayur

[flexcoders] Re: AxisRenderer Error #1009: Cannot access a property or method of a null object reference

2009-07-22 Thread EddieBerman
I have no solution for you, but have come across this problem as well. If you have a simple app that demonstrates this error, you should create a new bug on the Adobe Bug Base and attach the code. My app is too huge at this point, and I haven't yet distilled it down to a submittable size.

[flexcoders] Event's cancelable

2009-07-22 Thread markflex2007
The format for Event constructor like this Event(event_type:String, bubbles:Boolean, cancelable:Boolean) I do not understand what the cancelable used for and how to use it. Please give me a idea. Thanks Mark

[flexcoders] Re: Event's cancelable

2009-07-22 Thread postwick
Events propagate through the hierarchy of objects. If necessary, you can stop them (cancel them) once they get to a certain point in the propagation. http://livedocs.adobe.com/flex/3/html/help.html?content=events_08.html Specifically, the section on Bubbling answers your question. --- In

Re: [flexcoders] Re: Event's cancelable

2009-07-22 Thread Julien Nicoulaud
You can cancel an event with myEvent.preventDefault(). This is often useful. For example, KeyboardEvents are not cancelable, this is an important thing to know when you override text inputs default behaviour. Julien Nicoulaud http://flex.aixo.fr 2009/7/22 postwick p...@ubeek.com Events

[flexcoders] fontFamily style: inconsistency between ASDocs and developers guide.

2009-07-22 Thread Dave Glasser
In every ASDoc description of the fontFamily style that I've read, it says, Unlike in a full CSS implementation, comma-separated lists are not supported. But in the Adobe Flex 3 Developer Guide, on the first page of chapter 19 (Using Fonts), it says, This property can take a list of fonts, as

[flexcoders] Flash Builder 4 and WebServices: Error with CrossDomain?

2009-07-22 Thread Rogerio Gonzalez
Hi there! I am doing some tests with FB4 and Webservices, and got security errors, but when compiled on FB3, is all fine. The crossdomain is this: ?xml version=1.0? !DOCTYPE cross-domain-policy SYSTEM http://www.adobe.com/xml/dtds/cross-domain-policy.dtd; cross-domain-policy site-control

RE: [flexcoders] Re: AxisRenderer Error #1009: Cannot access a property or method of a null object reference

2009-07-22 Thread Chad Callahan
My application grew too large to pull a snippet out of as well. I began to put a sample application together but while doing so found where my error stemmed from. I got the error when the numeric data points on the chart were of values greater than 6 digits. What fixed it for me was setting the

[flexcoders] AdvancedDataGrid GroupItemRenderer - Text disappears sometimes after Scrolling

2009-07-22 Thread tombuechler
Hi there, i've been experiencing a weird problem when using a GroupItemRenderer with an extended TextArea in it: When i just watch the ADG or scroll up and down, the GroupItemRenderer woks fine. as soon as i click on any row and continue scrolling around, the text in the GIR disappears on random

[flexcoders] html scale embed

2009-07-22 Thread grimmwerks
Hey guys - am having trouble trying to figure out the way to properly scale a flex/flash app. There's an overlay that needs to be set at a pixel size within this rather than a percentage because it's got a tileList with items that are of specific size as well... Rather than write

[flexcoders] String validators and turning off the red

2009-07-22 Thread timgerr
Hello all, I have a question for ya. I have a text input that I attach a string validator so the text input is required. So I put my mouse in the box then take it out, not the box is red. I then hit a button to turn the string validator off, but the box remains red. How can I tell a text

[flexcoders] Re: String validators and turning off the red

2009-07-22 Thread Tim Hoff
Here's a simple way: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ public function turnOff(e:Event):void { sv.enabled = false; test.errorString = ;

[flexcoders] Combobox emtpy inside of tabNavigator

2009-07-22 Thread flexaustin
So I have a tabNavigator with 3 tabs. I have set creationPolicy =all so that to the user it displays quickly. The issue that I have a combobox on tab#3 of the tabNav. and when I set creation=all and tab#3 is selected the combobox is empty. If set the creationpolicy=auto the data shows up in

[flexcoders] Re: Combobox emtpy inside of tabNavigator

2009-07-22 Thread Tim Hoff
If you cast your service call result to a [Bindable] collection, and bind the collection to the ComboBox's dataProvider, the ComboBox should display populated. With binding you don't have to worry about timing. When the ComboBox is instantiated it will pull the data; if it exists. If not, the

[flexcoders] Problem with Flex tree and arraycollection

2009-07-22 Thread timgerr
Hello all, I have troubles with my trees when I use an array collection. What happens is the highlighting doesn't work, I can highlight some things nodes but not others. Anyone have this happen? Thanks, timgerr

[flexcoders] Enterprise Architect + AS3/PureMVC

2009-07-22 Thread artur_desig2dev
hello wise list, we just downloaded EA and are trying to figure out how to reverse engineer our PureMVC app. Is there pureMVC template (for code generation) that we need to create for EA? or can someone share theirs? thanks so much

Re: [flexcoders] Enterprise Architect + AS3/PureMVC

2009-07-22 Thread Paul Andrews
artur_desig2dev wrote: hello wise list, we just downloaded EA and are trying to figure out how to reverse engineer our PureMVC app. Is there pureMVC template (for code generation) that we need to create for EA? or can someone share theirs? thanks so much Isn't this just a case of

[flexcoders] help with videos

2009-07-22 Thread Gustavo Duenas
I want to do this, I have a xml list with images, description and links to flvs. Ok, then I'm making a repeater out of a vbox and using a canvas and the buttons of the repeater point to the links where the videos are and I don't know how to make it on the videos, I can use a swf loader or

Re: [flexcoders] Enterprise Architect + AS3/PureMVC

2009-07-22 Thread Jeffry Houser
Last time I used it--albeit a while ago--Enterprise Architect only supported one way code generation. It was not able to parse code and generate diagrams. This may have changed, of course. artur_desig2dev wrote: hello wise list, we just downloaded EA and are trying to figure out how

Re: [flexcoders] help with videos

2009-07-22 Thread Tandon, Rishi
Gustavo, You can use the following classes for displaying video in flash/ flex/ air NetConnection; NetStream; Video; Check this link for the complete demo http://blog.flexexamples.com/2008/03/01/displaying-a-video-in-flex-using-the-netconnection-netstream-and-video-classes/ Rishi

Re: [flexcoders] Enterprise Architect + AS3/PureMVC

2009-07-22 Thread Paul Andrews
Jeffry Houser wrote: Last time I used it--albeit a while ago--Enterprise Architect only supported one way code generation. It was not able to parse code and generate diagrams. This may have changed, of course. It has. artur_desig2dev wrote: hello wise list, we just downloaded

RE: [flexcoders] Re: variables name are in array

2009-07-22 Thread Gordon Smith
Suppose you have a class in which you have declared public var foo:int; public var bar:int; and that in a method you have two arrays var names:Array = [ foo, bar ]; var values:Array = [ 1, 2 ]; Then the code var n:int = names.length; for (var i:int = 0; i n; i++)

RE: [flexcoders] Problem with Flex tree and arraycollection

2009-07-22 Thread Alex Harui
If there are duplicate items (items with the same UID) it may not work correctly Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of timgerr Sent: Wednesday,

RE: [flexcoders] Re: Event's cancelable

2009-07-22 Thread Gordon Smith
Canceling an event -- calling event.preventDefault() -- doesn't stop it from bubbling. This is what event.stopPropogation() and event.stopImmediatePropogation() do. Calling event.preventDefault() simply sets a flag in the event object which can later be queried by calling

RE: [flexcoders] fontFamily style: inconsistency between ASDocs and developers guide.

2009-07-22 Thread Alex Harui
I think the new TLF handles comma separated lists Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Dave Glasser Sent: Wednesday, July 22, 2009 12:09 PM To:

RE: [flexcoders] fontFamily style: inconsistency between ASDocs and developers guide.

2009-07-22 Thread Gordon Smith
I think TextField also started accepting fontFamily with a comma-separate list in Player 9. I believe this ASDoc is incorrect. Can you file a doc bug at http://bugs.adobe.com/flex? Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf

RE: [flexcoders] Re: Adobe has open-sourced the Text Layout Framework (TLF)

2009-07-22 Thread Gordon Smith
I asked the TLF team and they said they're considering adding basic table support -- but perhaps not as complete as in HTML -- for TLF 2.0. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Dennis van Nooij Sent: Wednesday, July

[flexcoders] Re: Problem with Flex tree and arraycollection

2009-07-22 Thread Tim Gallagher
What is the uid for the tree ui? Thanks, Timgerr Sent from my iPhone

[flexcoders] FileReference.load()

2009-07-22 Thread Richard Rodseth
I was hoping to provide an optional feature that requires reading a local file if Player 10 is available, without requiring 10 for the whole application. But it appears that I can't compile code that uses FileReference.load() without setting the target player in FlexBuilder. Anyone dealt with

RE: [flexcoders] FileReference.load()

2009-07-22 Thread Gordon Smith
Try this: if (load in fileReference) fileReference[load](); That should compile against the Player 9 version of playerglobal.swc, but, in Player 10, detect that the method exists and call it by name. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com

Re: [flexcoders] Flex 4 query

2009-07-22 Thread Purnima S
i have flex4 sdk. iam not understanding how to work in it. On Wed, Jul 22, 2009 at 8:51 PM, Tom Chiverton tom.chiver...@halliwells.com wrote: On Wednesday 22 Jul 2009, Purnima S wrote: I want to know how flex 4(Gumbo) works The same way as Flex 3 does. Maybe you could be more specific ?

[flexcoders] images inside text htmltext as in IM application

2009-07-22 Thread guy.tomer
Hi, We're trying to build something which behaves like an IM application in that icons/emoticons can be embedded inside text. Using the htmlText property we only manage to get the images aligned to the sides of the text but not as integral part of it. We did read Adobe documentation but

[flexcoders] Re:Problem with Flex tree and arraycollection

2009-07-22 Thread Tim Gallagher
It looks like the only part that I can hilight is the last node that was added. Timgerr Sent from my iPhone

RE: [flexcoders] Re: Problem with Flex tree and arraycollection

2009-07-22 Thread Alex Harui
Trace out the UIDUtil.getUID of each item in the ArrayCollection. See if any are the same. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tim Gallagher