[flexcoders] Re: Flex cache problem

2009-07-20 Thread Cato Paus
http://tech.groups.yahoo.com/group/flexcoders/message/135077 --- In flexcoders@yahoogroups.com, yamuna priya yamunaeas...@... wrote: Hi     Can any one help for  clear cache(SWF) using flex? Adance Thanks... Yahoo! recommends that you upgrade to the new and safer

Re: [flexcoders]using sdk 4 on flex 3

2009-07-20 Thread Tom Chiverton
On Thursday 16 Jul 2009, Gustavo Duenas wrote: I did as you said and nothing happens, and odd error that he cannot load textlayout.swc or something, Might just have been missing from the libraries assigned to the project. -- Helping to synergistically evolve synergistic eligible CEOs as part

[flexcoders] Drag and drop

2009-07-20 Thread kk4Nabble
Hi all, Am new to flex. Was learning with examples given in flex3 livedoc. http://livedocs.adobe.com/flex/3/html/help.html?content=dragdrop_1.html There i came across this drag and drop example. mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script ![CDATA[

[flexcoders] flash/flex global error handler

2009-07-20 Thread riasolutions
In the Adobe bug system (http://bugs.adobe.com/jira/browse/FP-444) i found promising solution by Pavel Simek Please add an onerror parameter to Flash Player parameters that can be assigned by a javascript function name. Any error is then passed to this function (only if allowscriptaccess is set

Re: [flexcoders] Flex cache problem

2009-07-20 Thread krishna chaitanya
can i know the why u want to clear cache? if your facing problem while loading a external file better add this http://domainname/+?cachebuster=+new Date().getTime(); pass the URL to the URL Loader From: yamuna priya yamunaeas...@yahoo.co.in To:

[flexcoders] Re: Synchronizing two ArrayCollections

2009-07-20 Thread Craig
Actually after thinking about it, I should just add the 2nd Webservice result to the first ArrayCollection data model. They both share the same field 'Ticker' but have different fields thereafter. The first result is Array_OrdExt and the second is Arrray_Exits. The Array Build routines for both

[flexcoders] Re: ModuleLoader does not really unload ?

2009-07-20 Thread valdhor
When I run my application in Debug mode I see messages in the console when modules are loaded and unloaded. Lines begin with [SWF] when loaded and [Unload SWF] when unloaded - no need to trace anything. --- In flexcoders@yahoogroups.com, Julien Nicoulaud primo...@... wrote: Ok, I had heard

Re: [flexcoders] Re: ModuleLoader does not really unload ?

2009-07-20 Thread Julien Nicoulaud
OK, the fact is I cannot run my application in debug mode ;) But I solved my problem by manually stopping the timers before unloading the modules. Thanks for the help ! 2009/7/20 valdhor valdhorli...@embarqmail.com When I run my application in Debug mode I see messages in the console when

[flexcoders] Re: Timeline actionscript in embedded MovieClips

2009-07-20 Thread Max Pimm
Thanks for the link. That helped. From what i have understood it's not enough to link the symbol and the class in flash, you also have to annotate the class with the EMBED tag to make a reference to the symbol in flash so that the flex compiler can hook the two together at compile time. I

[flexcoders] Re: Weborb serialzing issue

2009-07-20 Thread gordofeatherfoot
You are right, .NET cannot guess that my value should be a float. Having said this an issue still remains. I believe Flex types any numerical value as a Number in an Object. The problem is that when we debug on the .Net side we get an int for the corresonding Number in flex. An int is only

[flexcoders] FB successfully compiling but not in ANT with compc

2009-07-20 Thread gordofeatherfoot
Hello all, I am compiling a library successfully in Flex Builder but when i try with ANT it gives me a compiling error: /Users/bounce/Documents/myproj/CommonLibrary/src/net/myproj/models/Update.as(11): col: 14 Error: Type was not found or was not a compile-time constant: Company. [exec]

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

2009-07-20 Thread Tom Chiverton
On Sunday 19 Jul 2009, yonghan79 wrote: Hi all,i want to ask does anyone ever before create flex 3 application that for example i click on the menu testing then the address on the browser address will be like www.example123.com/#/testing, This is Deep Linking -

Re: [flexcoders] Flex builder Linux Adobe's Plans

2009-07-20 Thread Tom Chiverton
On Sunday 19 Jul 2009, nospam allowed wrote: http://bugs.adobe.com/jira/browse/FB-19053 For those of you using the Flex Builder on Linux please comment that you wish to see it stay on Linux. Please, *please*, **please* do not just comment ! Please *vote* as well. Adobe have repeatedly said

Re: [flexcoders] Flex builder Linux Adobe's Plans

2009-07-20 Thread Tom Chiverton
Ahh the power of bcc to confuse. Oops. Confused myself :-) This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose

Re: [flexcoders] Flex builder Linux Adobe's Plans

2009-07-20 Thread Tom Chiverton
On Monday 20 Jul 2009, Alan Burns wrote: Have you added me to the Flexcoders group in Yahoo then? How exciting! Ahh the power of bcc to confuse. -- Tom Chiverton Developer tom.chiver...@halliwells.com 3 Hardman Square, Manchester, M3 3EB

Re: [flexcoders] Re: Dumb overview questions -- newbie

2009-07-20 Thread Tom Chiverton
On Friday 17 Jul 2009, Julien Nicoulaud wrote: When you say I want an interface file that the designers can prettify without stepping on the developers toes and visa versa, I think this is possible but you will have to pay a little attention to your application design. Just using Code Behind

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

2009-07-20 Thread Yesaya handoyo
Thanks Tom,are there any disadvantage using deep linking?? On 7/20/09, Tom Chiverton tom.chiver...@halliwells.com wrote: On Sunday 19 Jul 2009, yonghan79 wrote: Hi all,i want to ask does anyone ever before create flex 3 application that for example i click on the menu testing then the address

[flexcoders] better option than repeater?

2009-07-20 Thread postwick
I don't like repeaters. They are too clumsy. The biggest drawback is an inability to access values after the repeater has finish executing. It's not the same as, for example, looping over values and generating static HTML using ColdFusion. I seem to always end up having to navigate up and

[flexcoders] firefox/mozilla file upload issue

2009-07-20 Thread [p e r c e p t i c o n]
Hi Coders, I'm having an issue uploading a file to a server only when performed using firefox or chrome..IE 6 + 7 work just fine, so I was wondering what the issue might be and how does one get around it? when I upload it to the server that i'm running my web app on it loads no problem, but when

[flexcoders] Re: better option than repeater?

2009-07-20 Thread valdhor
I use repeaters quite a lot and like them. What I do is to create a component (Which sometimes contains other components) and the repeat that. In your situation, I would create a component with all of your check boxes and save button. This component would have all of the functionality to

[flexcoders] Re: better option than repeater?

2009-07-20 Thread postwick
Can you give me a brief example of code that would achieve the part where you say create a component? Keep in mind the number of checkboxes and their labels is not static. There are three tables involved: staff, modules, and queues. The checkboxes are created dynamically from the records

Re: [flexcoders] Re: better option than repeater?

2009-07-20 Thread claudiu ursica
I'd use lists with custom item renderers. Repeaters are killers for perormance even when you tell them to cache children C From: valdhor valdhorli...@embarqmail.com To: flexcoders@yahoogroups.com Sent: Monday, July 20, 2009 9:45:44 PM Subject:

[flexcoders] Re: better option than repeater?

2009-07-20 Thread postwick
Can you give me a brief example of how you would convert a single repeater with two nested repeaters into a List with custom item renderers? Thanks, Paul --- In flexcoders@yahoogroups.com, claudiu ursica the_bran...@... wrote: I'd use lists with custom item renderers. Repeaters are killers

Re: [flexcoders] Re: better option than repeater?

2009-07-20 Thread claudiu ursica
I'm talking in theory right now cause its late here ... you should have all your data structured in the model. As you have nested repeaters you can use nested lists Both of the are fed via data providers. Inside the first list you override the data setter and you there you can feed the

[flexcoders] Re: better option than repeater?

2009-07-20 Thread valdhor
As a quick and dirty... ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical xmlns:custom=Components.* mx:Script ![CDATA[ import mx.collections.ArrayCollection; [Bindable] private var

[flexcoders] Re: better option than repeater?

2009-07-20 Thread postwick
Thanks for the example. I know that I could make certain things a lot easier by setting up classes and components, but I don't have a lot of practice at it. Hopefully this will get me started and I'll get it figured out. I know it would simplify my code - there are many places where I repeat

Re: [flexcoders] firefox/mozilla file upload issue

2009-07-20 Thread Richard Rodseth
If you're using SSL it might be related to my most famous bug report ever :) http://bugs.adobe.com/jira/browse/SDK-13196 On Mon, Jul 20, 2009 at 10:52 AM, [p e r c e p t i c o n] percepti...@gmail.com wrote: Hi Coders, I'm having an issue uploading a file to a server only when performed

Re: [flexcoders] firefox/mozilla file upload issue

2009-07-20 Thread [p e r c e p t i c o n]
oh yes...but here's the thing...i'm not using ssl and it still doesn't work...there's must be a workaround On Mon, Jul 20, 2009 at 1:50 PM, Richard Rodseth rrods...@gmail.com wrote: If you're using SSL it might be related to my most famous bug report ever :)

[flexcoders] Re: Synchronizing two ArrayCollections

2009-07-20 Thread Craig
Take 3... after further review, to simplify things I have bound 2 separate ArrayCollection to separate DataGrids they both share one common field - Ticker.. I'd like to select the corresponding row programmatically in the second datagrid which contains the value for 'Ticker' that is selected in

[flexcoders] Modulos ? Framework ? Flex 4 ?

2009-07-20 Thread ingelhornsistemas.fl...@gmail.com
Dear listeros I come from using the Flex 2 version. And now version 3. But without any modules and without Framework. I want to start a project very important and big in size, so the question is .. Modules should I use? Framework that I should Cairngorn, PureMVC, Mate or

Re: [flexcoders] firefox/mozilla file upload issue

2009-07-20 Thread Richard Rodseth
I forget all the details (it's been a while and I was mostly the scribe on this particular issue), but reading the bug and comments might yield some Firefox-specific information for you. I seem to recall something about having to add session info to requests. Also nocache settings on the

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

2009-07-20 Thread Chad Callahan
I am using a ColumnChart with a ColumnSet of type stacked. If I switch this ColumnSet.type property to 100% then it works just as expected, but when I use the stacked type, I get the following: TypeError: Error #1009: Cannot access a property or method of a null object reference.

[flexcoders] Re: Synchronizing two ArrayCollections

2009-07-20 Thread Tim Hoff
Going to have to loop: var curTick:String = dg1.selectedItem.Ticker; for (var i:int = 0; i dg2.dataProvider.length; i++) { if ( Object(dg2.dataProvider.getItemAt(i)).Ticker == curTick ) { dg2.selectedIndex = i; } } Depending on your model, you could use for each

[flexcoders] Adobe Air related ANT task

2009-07-20 Thread Tandon, Rishi
Hi flex coders, I am creating the build file for the Adobe AIR app. It works for simple application i.e. compiling, launching and packaging. But in my case the application is large with lots of sub directories. The point I am facing the problem is who to add embed-assets into the application.

Re: [flexcoders] firefox/mozilla file upload issue

2009-07-20 Thread [p e r c e p t i c o n]
ok...thanks for the pointers.. On Mon, Jul 20, 2009 at 4:13 PM, Richard Rodseth rrods...@gmail.com wrote: I forget all the details (it's been a while and I was mostly the scribe on this particular issue), but reading the bug and comments might yield some Firefox-specific information for

Re: [flexcoders] Drag and drop

2009-07-20 Thread dingpeng cao
you can do this with a trick: when you start drag remember the mouseX and mouseY. code list this: // The mouseMove event handler for the Image control // initiates the drag-and-drop operation. private function mouseMoveHandler(event: MouseEvent):void { var

[flexcoders] Re: Drag and drop

2009-07-20 Thread postwick
I had the same question regarding drag and drop and this is an excellent answer. I would expect it to be a little more automatic to drop an element at its dragged-to position rather than having to go through this but it's not that complex of a solution. --- In flexcoders@yahoogroups.com,

[flexcoders] Exploit.SWF.Gen virus reported by BitDefender

2009-07-20 Thread arieljake
Has anyone else seen this? All of a sudden, BitDefender is reporting a virus called Exploit.SWF.Gen in the every copy of the applicationupdater_ui.swc file inthe Update Framework code, even when I download a new copy from the project webpage.

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

2009-07-20 Thread Gordon Smith
http://eon.businesswire.com/portal/site/eon/permalink/?ndmViewId=news_viewnewsId=20090720006233newsLang=en http://opensource.adobe.com/wiki/display/tlf/Text+Layout+Framework Gordon Smith Adobe Flex SDK Team