Re: [flexcoders] Vertical scroll bar not reseting

2009-06-02 Thread Manish Jethani
On Tue, Jun 2, 2009 at 8:39 AM, al-al :D vin_ke...@yahoo.com wrote: I have an application with a ViewStack and binded LinkBar, which has 2 views, a DataGrid on the first, and the Form on the second. Clicking an item in the DataGrid transfers the user to the Form view. I have a problem

Re: [flexcoders] How does one implement IBitmapDrawable

2009-06-02 Thread Manish Jethani
On Tue, Jun 2, 2009 at 7:52 AM, Stephen More stephen.m...@gmail.com wrote: The docs do not say much about IBitmapDrawable: http://livedocs.adobe.com/flex/3/langref/flash/display/IBitmapDrawable.html In your example lets say I create:    MyUIComponet extends UIComponet What method do I need

[flexcoders] Re: Problem reading XML returned from Webservice

2009-06-02 Thread Claudio M. E. Bastos Iorio
Thanks for your response. It seems like my problem is that my xml code is using the xmlns='http://mydomainname.com/' every time and this is included in the xml definition. I tried: var ns:Namespace = new Namespace(bs); myXML.setNamespace(ns); trace(myXML.namespace()); //returns bs, ok. But: //I

Re: [flexcoders] Re: Problem reading XML returned from Webservice

2009-06-02 Thread Manish Jethani
On Tue, Jun 2, 2009 at 12:15 PM, Claudio M. E. Bastos Iorio selecter...@gmail.com wrote: trace(Name:   + myXML..Fund[0].Name); //A term is undefined and has no properties Okay, I'm no expert in E4X, but apparently you have to qualify with a namespace if you're using the .. notation. So this

Re: [flexcoders] Is this list declining?

2009-06-02 Thread Tom Chiverton
On Tuesday 02 Jun 2009, Jeffry Houser wrote: I'd argue that the e-mail support of the new forums is not there yet, though. Have they unbroken the subject lines and started including the correct headers yet ? -- Helping to widespreadedly maintain clicks-and-mortar best-of-breed enterprise

Re: [flexcoders] Is this list declining?

2009-06-02 Thread Tom Chiverton
On Monday 01 Jun 2009, luvfotography wrote: What's your opinion? Total messages per unit time is a pointless measure of the usefulness of a resource ? -- Helping to conveniently iterate high-end clusters as part of the IT team of the year, '09 and '08 Tom Chiverton Developer Tel: +44 0161

Re: [flexcoders] Datagrid intialization problem?

2009-06-02 Thread Tom Chiverton
On Monday 01 Jun 2009, vikrant choudhary wrote: Thanks,Vikrant http://catb.org/esr/faqs/smart-questions.html#intro and in particular http://catb.org/esr/faqs/smart-questions.html#code -- Helping to authoritatively extend second-generation solutions as part of the IT team of the year, '09 and

Re: [flexcoders] Is this list declining?

2009-06-02 Thread Paul Hastings
Tom Chiverton wrote: Have they unbroken the subject lines and started including the correct headers yet ? it appears yes (if you mean grouping/threading). filtering sub-categories via [subject] seems to work so far.

[flexcoders] case sensitive hard drive formatting

2009-06-02 Thread Johannes Nel
this is actually a problem for the whole cs4 suite, but i was amazed that its the same for catalyst (as its built on eclipse). If you format your hard drive case sensitive you cannot install catalyst (nor flash, photoshop...) why? -- j:pn \\no comment

[flexcoders] LCDS problems using refreshCollection(value:ListCollectionView)

2009-06-02 Thread Kevin
Is anyone out there using the feature of LCDS that allows you to refresh a managed collection (see below)? I am able to get the collection to refresh, but I can't seem to get any of the event handlers to fire, thus I can't listen for the result of the fill using

[flexcoders] Re: Is this list declining?

2009-06-02 Thread grg_blls
I have to totally agree with Tom. The number of posts is one thing, sunstancial communication is another. By this I mean that even if I only raised a small number of questions to this forum, I got excellent help in replies.. These replies helped me in building up solutions that otherwise might

[flexcoders] Re: childrenField in AdvancedDataGrid

2009-06-02 Thread Mark
I'm still in need for some help on this if anyone knows how I can do it. Also - I cleaned up the XML from the first post. Thanks --- In flexcoders@yahoogroups.com, Mark mark.pusat...@... wrote: Hi my XML has been set up pretty basic but it does have a few levels. This is shortend, but it

[flexcoders] Issue with the font size in Flex Application

2009-06-02 Thread beni_it2003
Hi Flexcoders, I have got a very strange issue with the font size in my flex application. The issue is, a text with a specific font size in Flex Application looks so smaller than the text with the same size in Windows Applications. For example, i have set the font size of

[flexcoders] Flash Builder, Catalyst, and Flash IDE study question

2009-06-02 Thread jcharlesberry
Adobe reps or anyone else here, I wanted to ask about the future of the Flash IDE. Will Catalyst and Builder be the only two options now or will there still be a next Flash IDE? Will Builder replace it, will the collaboration abilities for developers and designers on Catalyst replace the

[flexcoders] Re: LCDS problems using refreshCollection(value:ListCollectionView)

2009-06-02 Thread rahul_bindu
Kevin, This is a quick fix, you could listen to the CollectionEvent.COLLECTION_CHANGE on the managed collection. If you could post more code, I would be in a better position to solve the issue. Rahul. --- In flexcoders@yahoogroups.com, Kevin li...@... wrote: Is anyone out there using the

[flexcoders] Re: Mx:Http Service Refresh Issue

2009-06-02 Thread rahul_bindu
The CreationComplete event is only fired once, so if you are getting the data in the creation complete handler, the call will be made just once. You need to listen to some different event which can be fired when you need to get data again Rahul. --- In flexcoders@yahoogroups.com, guess what

Re: [flexcoders] Re: LCDS problems using refreshCollection(value:ListCollectionView)

2009-06-02 Thread Johannes Nel
this even however fires a lot if you use that collection to manipulate data On Tue, Jun 2, 2009 at 2:38 PM, rahul_bindu rahul_bi...@yahoo.com wrote: Kevin, This is a quick fix, you could listen to the CollectionEvent.COLLECTION_CHANGE on the managed collection. If you could post more code,

[flexcoders] Re: Is this list declining?

2009-06-02 Thread Amy
--- In flexcoders@yahoogroups.com, Gordon Smith gosm...@... wrote: There is a lot of traffic (100 posts/day) on the Flex forum at http://forums.adobe.com/community/flex/flex_general_discussion The Adobe forums now support email. How's the nntp support coming?

[flexcoders] Flash builder on linux

2009-06-02 Thread thomas parquier
Hi, Has anybody succeed in installing flash builder 4 on a linux station using wine ? thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056

Re: [flexcoders] Flash Builder, Catalyst, and Flash IDE study question

2009-06-02 Thread Jeffry Houser
I would be beyond shocked if Catalyst and Flash Builder replace Flash Professional. They are really different tools for different purposes. jcharlesbe...@gmail.com wrote: Adobe reps or anyone else here, I wanted to ask about the future of the Flash IDE. Will Catalyst and Builder be the

[flexcoders] Re: Custom Actionscript component data-binding question

2009-06-02 Thread Keith Hughitt
Hi Valdhor, Thanks for the suggestion, that is a very good idea and something I hadn't thought of. I'll certainly try that out, however, I'm still uncertain as to how to pass in / accept data in custom AS classes. For instance, when I specify things as MXML parameters, are they available in

[flexcoders] Generate XML file

2009-06-02 Thread christophe_jacquelin
Hello, How to generate an xml file from a flex application, and then send it by email ? Thank you, Christophe,

Re: [flexcoders] Generate XML file

2009-06-02 Thread Paul Andrews
Use a HTTP service and POST to send the XML text to a PHP (or other scripting language) email script on a remote server. - Original Message - From: christophe_jacquelin christophe_jacque...@yahoo.fr To: flexcoders@yahoogroups.com Sent: Tuesday, June 02, 2009 3:56 PM Subject:

[flexcoders] Flex 4 beta and iFrame

2009-06-02 Thread markgoldin_2000
A quick run from new Flash Builder unvealed a problem with using iFrame. The message is: Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support

Re: [flexcoders] Generate XML file

2009-06-02 Thread claudiu ursica
the generation of the file is quite trivial, however for the email part it depends on how you want ot do it... it ionvolves some backend work if you want not to use the classic href=mailto ... http://www.tdotblog.info/?q=node/6 C From: christophe_jacquelin

[flexcoders] Re: LCDS problems using refreshCollection(value:ListCollectionView)

2009-06-02 Thread Kevin
The code is pretty simple. This is all I am trying to do: var ds:DataService = new DataService(myDataService); ds.addEventListener(ResultEvent.RESULT,handleResult); ds.refreshCollection(myCollection); //myCollecton is managed by the myDataService destination the problem is that the event

[flexcoders] Re: Flex 4 beta and iFrame - fixed

2009-06-02 Thread markgoldin_2000
Fixed. In run/debug changed from: D:\projects\sfcs\UFDPortal\bin-debug\UFDPortal.swf to D:\projects\sfcs\UFDPortal\bin-debug\UFDPortal.html --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2...@... wrote: A quick run from new Flash Builder unvealed a problem with using iFrame. The

[flexcoders] Drawing the background Issue

2009-06-02 Thread j2me_soul
The code is pretty simple. This is all I am trying to do: mx:Script ![CDATA[ private function init():void{ //var p:Point = new Point(btn1.x, btn1.y); //var pg:Point = localToGlobal(p); with(btn1.graphics){ clear(); lineStyle(2, 0xff, 1);

Re: [flexcoders] Drawing the background Issue

2009-06-02 Thread Manish Jethani
2009/6/2 j2me_soul j2me_s...@163.com: The code is pretty simple. This is all I am trying to do:  mx:Script   ![CDATA[    private function init():void{ //var p:Point = new Point(btn1.x, btn1.y); //var pg:Point = localToGlobal(p); var p:Point = new Point(btn1.x, btn1.y); p =

[flexcoders] SWF Encryption using the Local Encrypted Store

2009-06-02 Thread arieljake
Hi all, I need some help from the community with this. I am very close to a solution, but may have hit a snag. The accepted approach for encrypting an AIR app is to deliver an encrypted swf with a wrapper that decrypts and loads the child. The issue becomes how/where to store the decryption

[flexcoders] Re: Custom Actionscript component data-binding question

2009-06-02 Thread valdhor
MXML is just a nice easy way to create an instance of a class. Flex will compile the MXML into ActionScript and then compile that into bytecode for the Flash Player to run. When you instantiate the object in MXML, the parameters will either be public variables of the class or will be set via

Re:Re: [flexcoders] Drawing the background Issue

2009-06-02 Thread j2me_soul
Thanks Manish! That works. drawRect(0, 0, btn1.width + 20, btn1.height+ 20); Is the 0,0 point is the ContentPoint of the btn1 ? 在2009-06-03,Manish Jethani manish.jeth...@gmail.com 写道: 2009/6/2 j2me_soul j2me_s...@163.com: The code is pretty simple. This is all I am trying to do:

Re: Re: [flexcoders] Drawing the background Issue

2009-06-02 Thread Manish Jethani
2009/6/2 j2me_soul j2me_s...@163.com: drawRect(0, 0, btn1.width + 20, btn1.height+ 20); Is the 0,0 point is the ContentPoint of the btn1 ? No, it's the top-left. Manish

[flexcoders] Advanced Data grid Row Color using Action Script .

2009-06-02 Thread guess what
I am building an advancedDataGrid from Action script completely. I have the Data grid up and running . There is a requirement which says I need to Show Summary rows within the data grid in a differemt Color . What I am doing is based on the data of the xml I want to draw it in different colors

Re: [flexcoders] SWF Encryption using the Local Encrypted Store

2009-06-02 Thread Kevin F. Benz
We also found that the encrypted local store wasn¹t effective for pre-popluated or user persisted data. We ended up building our own encrypted container as we needed to be able to allow a user to backup and recover it as data in the ELS directory isn¹t necessarily available to the Vista user

[flexcoders] Re: Custom Actionscript component data-binding question

2009-06-02 Thread Keith Hughitt
Hi Steve, Thanks, that makes things pretty clear. I'm still having trouble passing in variables. For example, in the MXML example above I specify a test variable. When I try to access it in the FilterManager constructor, however, the variable is empty (both test, and _test). I must be missing

[flexcoders]Importing a project into Flash Builder 4 from Flex Builder 3

2009-06-02 Thread dorkie dork from dorktown
Will importing a project from Flex Builder 3 into Flash Builder 4 ruin my Flex Builder 3 project? Should I move my projects from Flex Builder workspace folder to a Flash Builder 4 workspace? I'm hestitant because I don't want to ruin anything like my workspace or project files opening a project

Re: [flexcoders]Importing a project into Flash Builder 4 from Flex Builder 3

2009-06-02 Thread Daniel Freiman
From: http://labs.adobe.com/technologies/flashbuilder4/ You can install a separate copy of Flash Builder 4 standalone and it will remain separate from any Flex Builder 2 or 3 installations. Also, workspaces created in Flex Builder 2 or Flex Builder 3 are not supported by Flash Builder 4. Lastly,

Re: [flexcoders]Importing a project into Flash Builder 4 from Flex Builder 3

2009-06-02 Thread Alan Rother
If you are planning on doing this, I would make copies of your FB3 code and use these to import into FB4 (Don't use your originals). That should alleviate the risk. =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

Re: [flexcoders]Importing a project into Flash Builder 4 from Flex Builder 3

2009-06-02 Thread dorkie dork from dorktown
Thanks guys On Tue, Jun 2, 2009 at 2:29 PM, Alan Rother alan.rot...@gmail.com wrote: If you are planning on doing this, I would make copies of your FB3 code and use these to import into FB4 (Don't use your originals). That should alleviate the risk. =] -- Alan Rother Adobe Certified

[flexcoders] Re: Custom Actionscript component data-binding question

2009-06-02 Thread valdhor
So how are you instantiating a FilterManager object? --- In flexcoders@yahoogroups.com, Keith Hughitt keith.hugh...@... wrote: Hi Steve, Thanks, that makes things pretty clear. I'm still having trouble passing in variables. For example, in the MXML example above I specify a test variable.

[flexcoders] Re: Need Alternative for enterFrame event (Causing Memory leak )

2009-06-02 Thread Dharmendra Chauhan
Hi Mark, Sorry for late reply. I have tried the approch suggested by you but it seems that AS3 does not support it.I might be not be correct but this but this is what I experienced. I tried both SetVariable and flashVar ,but none these appears to be working. I have to find out other ways

[flexcoders] Re: Custom Actionscript component data-binding question

2009-06-02 Thread Keith Hughitt
custom:FilterManager datagrid={Application.application.dgResults} test=Test String width=100% height=100%/

[flexcoders] Re: Custom Actionscript component data-binding question

2009-06-02 Thread valdhor
That should work. When are you testing the variable test (ie. where is your breakpoint set) when you get a null value. --- In flexcoders@yahoogroups.com, Keith Hughitt keith.hugh...@... wrote: custom:FilterManager datagrid={Application.application.dgResults} test=Test String width=100%

[flexcoders] Pushing the Framework RSL to Site Visitors in advance.

2009-06-02 Thread pedr.browne
Hi, I'm currently considering persuading a client to move a highly-trafficked site's widgets over to Flex. The big hurdle is of course the increased download that comes with Flex. Having weighed up the options, I certainly want to use Flex, and have no doubt that through the use of the

[flexcoders] LCDS Bug: delete item from heirarchical collection sporadically throws exception

2009-06-02 Thread neelkparikh
I am having a hierarchical object(managed) with an Array collection. Add works fine but deleting items (one at a time) from the collection sometimes causes an internal exception (only printed with mx:TraceTarget/. Most likely happens after first successful delete. The item disappears from the

[flexcoders] general tips: port javascript to as3

2009-06-02 Thread arocheking
Hi, I'm considering porting a library over to as3 You don't have to look at this, but if you want to the javascript is here: http://googlegeodevelopers.blogspot.com/2009/04/markerclusterer-solution-to-too-many.html I haven't done this before. I was hoping to get the main general steps to

Re: [flexcoders] general tips: port javascript to as3

2009-06-02 Thread Pedro Sena
Very interesting lib btw. I believe that you already now that google provided a library for flex too, don't you? If you can, please share it in google code, I'm very interested on it. I could even give you some help on weekends. Regards, PS On Tue, Jun 2, 2009 at 7:22 PM, arocheking

Re: [flexcoders] Pushing the Framework RSL to Site Visitors in advance.

2009-06-02 Thread Pedro Sena
Hi, I had the same idea a time ago. The invisible swf that would preload the RSL while a html page show some content that the user would read, that way the swf would be 'transparently' loaded. Appears to be a good idea, I didn't have time to implement it, but I really don't see any problem with

[flexcoders] Re: ADG/DataGrid prevent render even from firing immediately on propertyChange

2009-06-02 Thread tntomek
--- In flexcoders@yahoogroups.com, tntomek tnto...@... wrote: --- In flexcoders@yahoogroups.com, foobone9 foobone9@ wrote: You might try enableAutoUpdate and disableAutoUpdate on ICollectionView, not sure if that has the desired affect or not. You could also put custom events in your

Re: [flexcoders] Referencing Hiddenfield in html page

2009-06-02 Thread Angelo Anolin
Hi Tracy, I was able to work out something with the flashvars as you have suggested and am able to pass static values already to the SWF application. But how would I do, like for example, in my aspx page containing the SWF file, the value I want to pass into SWF via flashvars is contained in a

[flexcoders] Flex / Fireworks integration

2009-06-02 Thread arieljake
Anyone know in Fireworks how to load a css to make those styles available as font styles, box styles, and image assets?

[flexcoders] Adobe Flex Language Reference

2009-06-02 Thread Angelo Anolin
Is there a PDF download for this document?  I see this a lot in the Adobe Developer's Guide PDF documentation. Thanks.

RE: [flexcoders] Referencing Hiddenfield in html page

2009-06-02 Thread Tracy Spratt
I haven't worked withHiddenField, but you can have the server generate the content for the flashvar, something like: value='firstName=%=MyServerVar%' Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]

Re: [flexcoders] Referencing Hiddenfield in html page

2009-06-02 Thread Angelo Anolin
Hi Tracy, Instead of flashvars, I opted to utilize the ExternalInterface instead. Here's how I got it working. I declare a small function in my MXML script(or actionscript).  Be sure to include import flash.external.*;   private function getHTMLField():void {  var _hidValue:String;    if