[flexcoders] Re: separate flex apps in same webroot folder

2010-08-31 Thread ZIONIST
NO its still not working on mine.

[flexcoders] Re: separate flex apps in same webroot folder

2010-08-31 Thread ZIONIST
on my development pc the two apps work perfectly.

Re: [flexcoders] Re: separate flex apps in same webroot folder

2010-08-31 Thread Pr@vin Uttarwar
Its working now. Thanks & Regards, Pravin Uttarwar | Perennial Systems pravin.uttar...@perennialsys.com | Cell: +91 9371288080 | Tel: +91 (020) 2421 1286 Ext:2007 On 1 September 2010 12:13, p...@vin Uttarwar wrote: > :( > is it working on locally? > > Thanks & Regards, > > Pravin Uttarwar |

Re: [flexcoders] Re: separate flex apps in same webroot folder

2010-08-31 Thread Pr@vin Uttarwar
:( is it working on locally? Thanks & Regards, Pravin Uttarwar | Perennial Systems pravin.uttar...@perennialsys.com | Cell: +91 9371288080 | Tel: +91 (020) 2421 1286 Ext:2007 On 1 September 2010 12:11, ZIONIST wrote: > > > when i put the afriquesuitesAdmin.swf and afriquesuitesAdmin.html in t

[flexcoders] Re: separate flex apps in same webroot folder

2010-08-31 Thread ZIONIST
when i put the afriquesuitesAdmin.swf and afriquesuitesAdmin.html in the main folder, it still doesn't work.

Re: [flexcoders] Re: separate flex apps in same webroot folder

2010-08-31 Thread Pr@vin Uttarwar
ok As i have seen your main site i saw firebug that it is loading framework swf of 500+ kb. So i thought it is might not loading the same for admin. Also is it working if putted in main folder? Thanks & Regards, Pravin Uttarwar | Perennial Systems pravin.uttar...@perennialsys.com | Cell: +9

[flexcoders] Re: separate flex apps in same webroot folder

2010-08-31 Thread ZIONIST
i already have framework_.xx in the admin folder.

Re: [flexcoders] Re: separate flex apps in same webroot folder

2010-08-31 Thread Pr@vin Uttarwar
As I have seen your swf it is not loading completely and its size is less than 200 kb, so it must be loading framework as RSL. Also it might load if you out it in same folder ,if it is so,then problem is that the framework setting is wrong, try putting framework_.xx in admin folder and try aga

[flexcoders] Re: separate flex apps in same webroot folder

2010-08-31 Thread ZIONIST
am not sure i understand your question... all i did is develop the two apps separately and deployed the release build version of the site to the wwwroot folder on the host server and the release build version of the admin site to the admin folder in the wwwroot folder.

Re: [flexcoders] separate flex apps in same webroot folder

2010-08-31 Thread Pr@vin Uttarwar
Hi , Is there any RSL setting for this app? if yes what is it? Thanks & Regards, Pravin Uttarwar | Perennial Systems pravin.uttar...@perennialsys.com | Cell: +91 9371288080 | Tel: +91 (020) 2421 1286 Ext:2007 On 1 September 2010 11:31, ZIONIST wrote: > > > Hi guys i recently developed a websi

Re: [flexcoders] Re: Switching Item Renderers

2010-08-31 Thread Wesley Acheson
Yeah thats the way I've done it previously. I thought that this way would cut out on some additional computation. On Tue, Aug 31, 2010 at 6:04 PM, valdhor wrote: > > > That seems overly complicated to me. What I would try is create two custom > components then instantiate the appropriate one ba

Re: [flexcoders] Re: AIR and Printing...

2010-08-31 Thread Alex Harui
I don’t know if there are any differences. I did a quick search and didn’t see any links to articles complaining about it or explaining how to do it so I’m going to guess that it works as expected. There are Security WhitePapers on the Adobe site if you want to read more about AIR security.

[flexcoders] Re: AIR and Printing...

2010-08-31 Thread Laurence
It does seem, from reading that document, that you can choose the printer to send the print-job to, and set the parameters for that printer, and skip all the dialog boxes... I'll have to play with that... Thanks! My next question, then, is accessing remote data -- my Flex app using the Flash

Re: [flexcoders] Re: AIR and Printing...

2010-08-31 Thread Alex Harui
I use this version of the doc: http://help.adobe.com/en_US/FlashPlatform//reference/actionscript/3/flash/printing/PrintJob.html There are lots of new printing features in AIR2.0 which may be why there isn’t a lot of searchable info. The link I supplied implies that in AIR 2.0, you set the Prin

Re: [flexcoders] Re: memory leaks and activation-objects

2010-08-31 Thread Alex Harui
I don’t like anonymous functions, nested functions or whatever you want to call function instances. Everything on the callstack is referenced by the scope-chain/activation object until the function instance can be GC’d. Once you call removeEventLIstener, then the scope-chain goes away, but unt

[flexcoders] Re: AIR and Printing...

2010-08-31 Thread Laurence
The installation/authorization stuff I can deal with... Not being able to control my print jobs properly, I can't deal with. I can find surprisingly little information about printing in AIR -- it's almost like printing was an afterthought for Flex and AIR. Exactly how much more control over pr

[flexcoders] Re: Weird Problem with the PopupButton Display!

2010-08-31 Thread saurabh_1guru
Has no one ever experienced such distorted or inappropriately rendered components? Please Help me out!! Thanks, Saurabh = --- In flexcoders@yahoogroups.com, "saurabh_1guru" wrote: > > > Hi, > > I have a simple Popup Button that di

Re: [flexcoders] 360Flex DC is coming up soon! Don't miss it!

2010-08-31 Thread Tyler Wright
Anyone want to meet up at 360|Flex DC sometime? I'll be there presenting on Reflex the last hour of the last day, so I'll be there for the *whole*thing. See you all there! Tyler On Tue, Aug 17, 2010 at 8:25 PM, John Wilker wrote: > > > Hey Flexcoders list! > > I just wanted to pop in and make

[flexcoders] Re: memory leaks and activation-objects

2010-08-31 Thread lew.miller
Yes. That's precisely what I'm doing. Only, looking at the code now I realize most of the time I'm using nested functions (with names) rather than anonymous functions. I'm not sure what the implications are of using one over another are but, regardless, I gather you're suggesting this is a

[flexcoders] Flex chart DataTimeAxis Interpolation/Extrapolation

2010-08-31 Thread fayaz140284
I have a question regarding the implementation of a Time Series chart in Flex. These charts are used for reporting purposes. Does flex charting do any of interpolation, extrapolation or smoothening of plotted series based on the data? Or the data provided for chart should take care of this. So

Re: [flexcoders] Flash Builder unable to debug (missing flash player)

2010-08-31 Thread Oleg Sivokon
Ah, sorry, it seems like the problem is I'm on x86_64, and there is no standalone debugger for that... how strange... Anyways, does anyone have an idea on how to make 32-bit standalone debugger work on 64 bit Linux?

Re: [flexcoders] AIR and Printing...

2010-08-31 Thread Alex Harui
AIR does give more control over printing. AIR requires installation, a web-hosted app does not. I don’t know the security rules that well, but it isn’t clear how you prevent someone from installing the app and accessing your server unless you require authentication first. On 8/31/10 1:10 PM

[flexcoders] Flash Builder unable to debug (missing flash player)

2010-08-31 Thread Oleg Sivokon
When I hit F11 I'm getting this message: "File not found: flashplayer". No more explanations given. Any ideas of what went wrong? (I'm on Linux, and of course I have flash player...)

[flexcoders] AIR and Printing...

2010-08-31 Thread Laurence
I could really use some major advice here. We're so close to the finishing point on this project, and we're being held back by stupid printing problems... We have to be able to print with no pop-up dialog boxes, and the choice of which printer to send the job to will be affected by the data (i.

[flexcoders] Re: Problem getting compiler to recognize a custom class

2010-08-31 Thread valdhor
Try adding a script block and importing the class there. --- In flexcoders@yahoogroups.com, "colin.ashe" wrote: > > The class in question is a UI Component, which is being instantiated in MXML. > I've included the necessary xmlns entry in the application tag. As I > understand it, this is the

[flexcoders] Re: Calculating width of a child BEFORE it's added...

2010-08-31 Thread Laurence
I wasn't clear before -- I don't know the width of the VBox beforehand. I was trying to figure out the minimum width I could make the VBox before I actually make it. But the measureText() method worked perfectly for me, thanks. L. --- In flexcoders@yahoogroups.com, dorkie dork from dorktown

Re: [flexcoders] Re: Announcement: Flextras Flex Calendar Component

2010-08-31 Thread Jeffry Houser
The twitter pod is disabled. Sorry about that. I have no idea when twitter started prompting for a username / password. They are probably have outages or random server changes. I've seen that before, but never on our site and not in quite a long time. On 8/31/2010 2:29 PM, valdhor wrote

[flexcoders] Re: enterState exitState frustrations

2010-08-31 Thread valdhor
The creationComplete handler will only fire once upon initial creation. I would try calling the same initialization code on the show event as well. --- In flexcoders@yahoogroups.com, "striton_ca" wrote: > > I am a new Flex coder. So far I'm enjoying the flexibility of the framework, > but I am

[flexcoders] Re: Announcement: Flextras Flex Calendar Component

2010-08-31 Thread valdhor
Any chance you could turn off auto connect to twitter? I am at work and can't use Twitter. It is a real pain in the @ss to have to click the cancel button on every page of the site. I finally got disgusted and closed the tab. --- In flexcoders@yahoogroups.com, Jeffry Houser wrote: > > > > Hi

[flexcoders] Re: Switching Item Renderers

2010-08-31 Thread valdhor
That seems overly complicated to me. What I would try is create two custom components then instantiate the appropriate one based on the data and add it in the updateDisplayList method. --- In flexcoders@yahoogroups.com, Wesley Acheson wrote: > > Since nobody has replied I'm continueing to try t

[flexcoders] Re: Flex application with Microsoft Azure

2010-08-31 Thread valdhor
Take a look at http://phpazure.codeplex.com/ --- In flexcoders@yahoogroups.com, "Christophe" wrote: > > Hello, > > Which library to use to talk with a Microsoft Azure database in the cloud > from a flex application. > > My application use AmfPhp, does its work ? > > Thank you, > Christoph

[flexcoders] Re: Flex validator in action script

2010-08-31 Thread valdhor
Untested but how about... [Bindable] private var textInput:TextInput = new TextInput(); private var val:Validator = new Validator(); textInput.id = "myText"; //Don't know why you need this as you can refer to the TextInput by its variable name (textInput) val.source = textInput.text; val.required