RE: [flexcoders] Flex unloading SFW- memory management

2009-05-27 Thread Alex Harui
rice O Sent: Tuesday, May 26, 2009 6:07 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex unloading SFW- memory management Hi all, I m facing a problem with dynamic loading/unloading of swf. I'm using a class "mycustomSWFLoader" which extends SWFLoader and which use

RE: [flexcoders] Flex Builder not rebuilding source

2009-05-26 Thread Tracy Spratt
@yahoogroups.com Subject: Re: [flexcoders] Flex Builder not rebuilding source I find this occurs if I re-compile with an active debug sessions. Close all your browser windows, and then clean your project. This does not appear to work every time, though. Cordova Aaron wrote: > I

RE: [flexcoders] Flex DataGrid Filter via Popup Window

2009-05-26 Thread Tracy Spratt
__ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Angelo Anolin Sent: Monday, May 25, 2009 8:18 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex DataGrid Filter via Popup Window Hi Tracy, Care to show some example codes on how to pass th

[flexcoders] Flex unloading SFW- memory management

2009-05-26 Thread Patrice O
Hi all, I m facing a problem with dynamic loading/unloading of swf. I'm using a class "mycustomSWFLoader" which extends SWFLoader and which use an instance of Loader class to load swf files (graphics data) from serialized SWF in bytearrays. All seem to be ok, I can display any of my swf, but the

Re: [flexcoders] Flex Builder not rebuilding source

2009-05-26 Thread Jeffry Houser
I find this occurs if I re-compile with an active debug sessions. Close all your browser windows, and then clean your project. This does not appear to work every time, though. Cordova Aaron wrote: > I've had this problem in the past and never got an answer. The problem is > back. I'll be

[flexcoders] Flex Builder not rebuilding source

2009-05-26 Thread Cordova Aaron
I've had this problem in the past and never got an answer. The problem is back. I'll be working on a project and constantly make micro changes and then debug, eventually the changes aren't compiled in anymore. In the small project I'm working on I have removed all Alerts. They don't exist in th

Re: [flexcoders] Flex with ZendAMF and sessions/cookies

2009-05-26 Thread Daniel Freiman
I had a problem using ZendAMF and Zend_Session at the same time. Zend_Session was interfering with ZendAMF. I think https had something to do with it as well. I had to use php sessions instead. Otherwise, unless there's another bug somewhere else, it should just be the combination of the ZendAMF

[flexcoders] Flex with ZendAMF and sessions/cookies

2009-05-26 Thread martinosaint
Hi, it seems impossible to find any information on how to use Flex with ZendAMf with sessions. There is only one tutorial, and this does not work for me. So please, is there anyone who has ever worked with this constellation? Thanks for any advice, Martin

Re: [flexcoders] Flex + Java + Hibernate

2009-05-26 Thread foodyi
madhavaram123 写道: > Hi All, > > I am facing a peculiar problem while saving the data. Below is the detailed > explanation what I am doing. I always get the problem as "a different object > with the same identifier value was already associated with the session" > > But the above error does not com

[flexcoders] Flex + Java + Hibernate

2009-05-25 Thread madhavaram123
Hi All, I am facing a peculiar problem while saving the data. Below is the detailed explanation what I am doing. I always get the problem as "a different object with the same identifier value was already associated with the session" But the above error does not come when I try to save the same

Re: [flexcoders] Flex DataGrid Filter via Popup Window

2009-05-25 Thread Angelo Anolin
Hi Tracy, Care to show some example codes on how to pass the datagrid reference? Thanks. Kind regards, Angelo From: Tracy Spratt To: flexcoders@yahoogroups.com Sent: Monday, 25 May, 2009 22:49:54 Subject: RE: [flexcoders] Flex DataGrid Filter via Popup Window

RE: [flexcoders] Flex DataGrid Filter via Popup Window

2009-05-25 Thread Tracy Spratt
_ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Angelo Anolin Sent: Monday, May 25, 2009 10:07 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex DataGrid Filter via Popup Window Some updates on this. Instead of the codes inside a function, what

Re: [flexcoders] Flex DataGrid Filter via Popup Window

2009-05-25 Thread Angelo Anolin
. From: Angelo Anolin To: flexcoders@yahoogroups.com Sent: Monday, 25 May, 2009 15:48:25 Subject: [flexcoders] Flex DataGrid Filter via Popup Window Hello FlexCoders, I am trying to implement a datagrid filtering mechanism to datagrids in my application. In this process, I

[flexcoders] Flex DataGrid Filter via Popup Window

2009-05-25 Thread Angelo Anolin
Hello FlexCoders, I am trying to implement a datagrid filtering mechanism to datagrids in my application. In this process, I want to show a popup window where it would act like a response window.  The popup window will contain three controls, namely, two comboboxes, and a textinput control. 

Re: [flexcoders] Flex Coding Standards

2009-05-24 Thread Manish Jethani
On Sun, May 24, 2009 at 9:41 PM, Sam Lai wrote: > The conventions/standards/guidelines for Flex SDK are here - > http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions One of the things the document doesn't mention is the order of the private, protected, and public definitions in a c

Re: [flexcoders] Flex Coding Standards

2009-05-24 Thread Angelo Anolin
: [flexcoders] Flex Coding Standards The conventions/ standards/ guidelines for Flex SDK are here - http://opensource. adobe.com/ wiki/display/ flexsdk/Coding+ Conventions 2009/5/25 Romeo Obane : > > > Hope this > helps http://blog. dclick.com. br/2007/02/ 13/adobe_ flex_coding_ guidelines_

Re: [flexcoders] Flex Coding Standards

2009-05-24 Thread Sam Lai
The conventions/standards/guidelines for Flex SDK are here - http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions 2009/5/25 Romeo Obane : > > > Hope this > helps http://blog.dclick.com.br/2007/02/13/adobe_flex_coding_guidelines_english/pt/ > I'm currently basing my coding standards

Re: [flexcoders] Flex Coding Standards

2009-05-24 Thread Romeo Obane
Hope this helps http://blog.dclick.com.br/2007/02/13/adobe_flex_coding_guidelines_english/pt/ I'm currently basing my coding standards from there :) On Sun, May 24, 2009 at 2:04 PM, Angelo Anolin wrote: > > > > Hi FlexCoders, > > Would someone be kind enough to share their coding standards relati

[flexcoders] Flex Coding Standards

2009-05-23 Thread Angelo Anolin
Hi FlexCoders, Would someone be kind enough to share their coding standards relative to flex development? I am starting Flex and I would want to at least follow good standard(s) especially on coding side. Thanks and best regards. Angelo

Re: [flexcoders] Flex Obfuscation -- WITH MODULES

2009-05-23 Thread Marvin Froeder
http://www.insideria.com/2009/05/introducing-nitro-lm-lite.html On Fri, May 22, 2009 at 7:59 AM, Marvin Froeder wrote: > Hey, > http://nitrolm.com/nitro-lm-lite > > It is not exactly obfuscation, is > encryption > > > VELO > > > On Thu, May 21, 2009 at 8:52

Re: [flexcoders] Flex Obfuscation -- WITH MODULES

2009-05-22 Thread Marvin Froeder
Hey, http://nitrolm.com/nitro-lm-lite It is not exactly obfuscation, is encryption VELO On Thu, May 21, 2009 at 8:52 PM, Raheen M Shabbazz < raheen_m_shabb...@yahoo.com> wrote: > > > Hello All, > > Has anyone found an obfuscation application that works wel

[flexcoders] Flex Obfuscation -- WITH MODULES

2009-05-21 Thread Raheen M Shabbazz
Hello All, Has anyone found an obfuscation application that works well with a flex app using modules (Flex 3)? Does such a thing exist?! I feel like I have tried them all -- SecureSWF, SwfEncrypt, etc, etc -- but I have yet to find one that works well with modules. My main app loads and un

[flexcoders] Flex in jsp

2009-05-20 Thread Alex Qi (yuqi)
Hi: I got the following exception while trying to embed flex inside the jsp. java.lang.NullPointerException flex.bootstrap.BootstrapTag.(BootstrapTag.java:39) flex.bootstrap.BootstrapBodyTag.(BootstrapBodyTag.java:28) flex.webtier.server.j2ee.jsp.MxmlTagImpl.(MxmlTagImpl.j

[flexcoders] Flex HTML Control in AIR app: Problem with flash contents in browser window

2009-05-20 Thread cf.ende
HI, I made a little browser with Flex/AIR using the built in mx:HTML control. Right above the html control there is a combox, where you can select the url to display in the control. If there is some Flash content inside this page, it is not possbile for the combo box to display the flyout over

RE: [flexcoders] Flex to Air and remote coldfusion

2009-05-18 Thread Scott
Subject: [flexcoders] Flex to Air and remote coldfusion I've written an application in Flex now I'm working on an Air application to connect to the coldfusion remoting services through the original application. However, I can't seem to access the remote objects in the flex appl

[flexcoders] Flex to Air and remote coldfusion

2009-05-18 Thread Scott
I've written an application in Flex now I'm working on an Air application to connect to the coldfusion remoting services through the original application. However, I can't seem to access the remote objects in the flex application through Air. Is there anything special I have to be aware of if

Re: [flexcoders] Flex to excel sheet report

2009-05-18 Thread Paul Kukiel
Sure its possible to extract data from actionscipt to php here is a starting point hat may help you out. Of course you can send back the data to php and write a .cvs file and send that back you you want aswell. http://blog.kukiel.net/2009/01/flex-datagrids-and-excel-part-2.html Paul On Mon, May

[flexcoders] Flex to excel sheet report

2009-05-18 Thread Vikram Singh
I need to create excel report from flex data. When clicked on "Excel Button", particular data fetched from database using amfphp. And put that data in Excel (.csv is preferable) file and ask to save it on system. Is it possible with actionscript? any other idea to implement this functionality. R

[flexcoders] Flex Developer needed - Melbourne

2009-05-18 Thread onelund
Hi guys, hope you don't mind me posting. I am looking for an experienced Flex Developer to work for 6 months (to begin) in Melbourne's CBD. If you are interested, please call me; Adrian on 0385066544. Thanks in advance.

[flexcoders] Flex - Create Application From Database

2009-05-14 Thread Angelo Anolin
Hi All, I have FB3 on my machine, coupled with VS 2008 Express. When I click on Data | Create Application From Database, I get the Popup WIndow - Create Application From Database. I click on the New button beside the Connection and I am directed to the Create Connection Profile. I then ente

[flexcoders] Flex crossdomain failing in Internet Explorer

2009-05-14 Thread cwicky99
I have a Flex app that runs on foo.acme.com which tries to access content on bar.acme.com over secure communications (i.e SSL). Both servers use tomcat and on bar.acme.com I have a crossdomain.xml file setup in /tomcat_home/webapps/ROOT. When I launch the app on foo (i.e. https://foo.acme.com)

[flexcoders] flex/coldfusion ad management loke open ads

2009-05-14 Thread stinasius
hi is there an open source ad network like open ads that i can use with flex and coldfusion? was reading a tutorial where rich media x uses flex and php with open ads and i think open ads is php based.

RE: [flexcoders] [Flex Modules]

2009-05-13 Thread Gregor Kiddie
..@inps.co.uk From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of thelordsince1984 Sent: 13 May 2009 11:06 To: flexcoders@yahoogroups.com Subject: [flexcoders] [Flex Modules] Hi, A problem i have a Flex Application that runs in Flas

[flexcoders] [Flex Modules]

2009-05-13 Thread thelordsince1984
Hi, A problem i have a Flex Application that runs in Flas Player..This application is able to run modules downloaded from other servers? is the same scenario valid for air applications? Thanks a lot Best Regards

[flexcoders] Flex Java-based compiler - and dynamic flex SDK??

2009-05-12 Thread Mehdi
You guys, I have been playing w/ the flex java based compiler API( http://blogs.adobe.com/flexdoc/2008/01/compiler_api.html), and I am using it to build couple of swc. No problem there. In order for this api to work, you need: - flex-compiler-oem.jar (needed for compilation) - All the rest of th

[flexcoders] Flex Framework Cache Statistics

2009-05-12 Thread Nayan Savla
Hi All, I am just wondering if there is some data on the percentage of Flash players which would already have a the flex framework cache. Our application without the cache is 456Kb and when i use framework caching its 256Kb and the swz file is around 500kb. In this scenario if the user doesn't al

[flexcoders] Flex builder and debugger

2009-05-11 Thread knottbrian
I guys I'm new to Flex and getting my feet wet. The issue I have at the moment is that the debugger does not work. I have installed the debug versiojn of the flash player (10,0,22,87) but it will not connect to Flex builder (3.0.2.214193). Flex Builder returns a message saying you need to co

[flexcoders] Flex with PV3D. How to make a Plane in a canvas to accept the events?

2009-05-06 Thread j2me_soul
Hi all, I put some planes in the viewport in a canvas. But the planes can't accept any mouse-click event from canvas. I set the viewport.interative = true, material of each plane = true, but it dosen't work. What should I do now ? /* * In the ReflectionWall class, for each Plane setting a

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-05-05 Thread Tom Chiverton
On Friday 01 May 2009, john fisher wrote: > > FB != Flex - there's always the SDK - most people don't use the design > > view that much - do they? > won't I lose the debugger too? as noted I have to try it... Linux > doesn't have the Design View. The SDK comes with a command line debugger - 'fdb'.

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-05-05 Thread Tom Chiverton
On Friday 01 May 2009, Sam Lai wrote: > It's probably not the editor bits that are hard, but the debugging > bits which have to reach outside of the Java world to work. Well, that's solved, because the Labs build has a debugger. > As for the design view, they might be reaching out and using a >

[flexcoders] Flex Bug Fix Changelists Correlate to What?

2009-05-04 Thread Adrian Williams
Hi all, I've been keeping an eye on a couple bugs that we've opened with Adobe and see they have been fixed, but can't figure out what that translates to in terms of when we can get our hands on the fix and from where. For example we see: Fixed in changelist 227803 I can't seem to fi

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-05-04 Thread john fisher
I was thinking the same... thomas parquier wrote: > As eclipse is java based, how does fb happen to be incompletely ported to > linux ? > > What about opening source of fb ? There must be some java developers who > will be able to work on fb. > >

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-05-03 Thread thomas parquier
As eclipse is java based, how does fb happen to be incompletely ported to linux ? What about opening source of fb ? There must be some java developers who will be able to work on fb. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net

[flexcoders] Flex equivalent of PHPs format_date

2009-05-02 Thread Hyder
I need to try and format the time being retrieved from mysql. The time is of type Number in mysql. In php, format_date parses it but Flex's dateformatter does not understand it. For example, '1241259519' is 'Sat May 02, 2009 10:18 am'

[flexcoders] Flex Bug Quash - Round 2 Indy Style

2009-05-01 Thread flex_coders
Want to help improve the quality of Flex for yourself and others? Have a bug that you're dying to have fixed? Come join the Flex Bug Quash on Sunday May 17th. You can participate either in person at the 360|Flex event in Indianapolis or remotely via Adobe Connect. We recently hosted the first Fl

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-05-01 Thread john fisher
Paul Andrews wrote: > > A really difficullt viewpoint to understand. > > FB != Flex - there's always the SDK - most people don't use the design view > that much - do they? > won't I lose the debugger too? as noted I have to try it... Linux doesn't have the Design View. > but you do > seem

RE: [flexcoders] flex builder 3 blazeds and spring

2009-05-01 Thread Gregor Kiddie
or any of its affiliates. If you are not the intended recipient please contact is.helpd...@inps.co.uk From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of duncmcm Sent: 01 May 2009 14:59 To: flexcoders@yahoogroups.com Subject: [flexcod

[flexcoders] flex builder 3 blazeds and spring

2009-05-01 Thread duncmcm
Hi I hav read a few articles and I am confused as to what I need, flex envirnomental wise, I want to connect to blazeds, spring and java via my flex builder 3 standard edition, but these articles are saying I cannot, and need to use normal eclipse with a flex 3 plugin. Is this correct ?? Coul

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-30 Thread Sam Lai
2009/5/1 Kelly : > I am not sure why it's so hard. > > > Most other Eclipse plugins work fine on Linux 32 and 64 Bit. It's probably not the editor bits that are hard, but the debugging bits which have to reach outside of the Java world to work. Ditto with the profiler bits I'd say, and any other c

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-30 Thread Paul Andrews
- Original Message - From: "john fisher" To: Sent: Friday, May 01, 2009 12:35 AM Subject: Re: [flexcoders] Flex Builder on Linux been scrapped ? > If Adobe drops Linux support for Flex, then I will probably drop Flex. > > I won't maintain a Windows or Mac box

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-30 Thread john fisher
well thanks for that Matt, I'll wait for announcements. John Matt Chotin wrote: > I'm going to continue to stay out of the fray, but just to be clear, that > conversation is about Flex Builder, not the SDK. We will always support > developers on Linux, it's a question of what we tools beyond th

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-30 Thread john fisher
Guy I could use the bare SDK of course. I hadn't really tried it before because the Flex Builder Eclipse plugin seemed like a good idea. And there is *some* support for it in the community, I don't know how much. You're right I should try that before I give up. "blame" Adobe is not quite right, "t

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-30 Thread Matt Chotin
I'm going to continue to stay out of the fray, but just to be clear, that conversation is about Flex Builder, not the SDK. We will always support developers on Linux, it's a question of what we tools beyond the SDK we provide. We'll be looking to share more information on our plans in a few wee

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-30 Thread Guy Morton
Wouldn't you still be able to build your own IDE using the free SDK? As I understand it a lot of people do this now to avoid having to buy FB, and I imagine Linux users would be relatively common within that group. If sales for a linux version of FB are too low to justify the ongoing cost

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-30 Thread john fisher
If Adobe drops Linux support for Flex, then I will probably drop Flex. I won't maintain a Windows or Mac box at home, and my company really doesn't want to invest in any more Windows apps. I don't want to invest myself in technology I can't run independently of whoever I happen to be working for t

Re: [flexcoders] Flex help system

2009-04-29 Thread Rick Winscot
Doc-to-help baby... produce your help files from a Word doc and link from your app via contexts exposed by D2H. http://www.doctohelp.com/ Rick Winscot On 4/29/09 10:06 PM, "Tony Obermeit" wrote: > > > > > > I've created a help page for my flex application which is a htmlText compon

[flexcoders] Flex help system

2009-04-29 Thread Tony Obermeit
I've created a help page for my flex application which is a htmlText component shown in a pop up. As I was using flex builder and using the dynamic help option, it became clear to me I need a more sophisticated help system within my flex applications. Any thing out there?

RE: [flexcoders] Flex with IBM Websphere / DB2

2009-04-29 Thread Kevin F. Benz
s.com Subject: [flexcoders] Flex with IBM Websphere / DB2 I've been working with Flex using .NET HTTP/SOAP web services and MS SQL Server for a while. Recently I started a new project using IBM Websphere Application Server (6.1) and DB2. The environment is setup with a simple Apache/Linux

[flexcoders] Flex with IBM Websphere / DB2

2009-04-29 Thread byte.sensei
I've been working with Flex using .NET HTTP/SOAP web services and MS SQL Server for a while. Recently I started a new project using IBM Websphere Application Server (6.1) and DB2. The environment is setup with a simple Apache/Linux web server (no Websphere or other app server components), then a

[flexcoders] Flex Copy/Pasting RTL Scripting Languages

2009-04-29 Thread nsverchek
Has anyone had any success designing an application that displays a RTL Scripting language in a textbox or text area and then tried coppying/pasting to a word document. Crazy things start happening when adding spaces and english/numbers/ascii values to the word. I am using FP10, sdk 3.3 I hav

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-29 Thread Tom Chiverton
On Wednesday 29 Apr 2009, Paul Hastings wrote: > no actually, i thought it was set to expire "any day now". December. > want to have to start all over again, twice (went from cfstudio to eclipse > because i upgraded my w/s & couldn't find my cfstudio serial number). IDEA would feel close to Ecl

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-29 Thread Paul Hastings
Tom Chiverton wrote: > Did you give the release on Labs a go ? It's very nearly there, the bits of > Builder it does do almost all work fine (occisonal AIR app crashes and > debug > disconnects, for instance). no actually, i thought it was set to expire "any day now". i'm very attached to editor

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-29 Thread Tom Chiverton
On Wednesday 29 Apr 2009, Paul Hastings wrote: > but i wish adobe would come out w/a linux version of FB. i think it's the > last bit of desktop s/w holding me to XP. Did you give the release on Labs a go ? It's very nearly there, the bits of Builder it does do almost all work fine (occisonal AIR

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-29 Thread Paul Hastings
Nick Collins wrote: > Well, if you really want to develop Flex on Linux, you could always > check out IntelliJ IDEA 8.1, which I'm told has pretty nice Flex > development features. Just missing the design view and profiler, really... that's like telling me to bet on a race horse w/only 2 legs.

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-29 Thread Tom Chiverton
On Tuesday 28 Apr 2009, Nick Collins wrote: > out IntelliJ IDEA 8.1, which I'm told has pretty nice Flex development > features. Just missing the design view and profiler, really... Do you know, does it do CFML/CFScript syntax highlighting ? -- Helping to efficiently incentivize infrastructures

Re: [flexcoders] flex 3.3 sdk set up problem

2009-04-28 Thread p...@vin Uttarwar
Hi Dave, I have got the same problem some time back. Just you have to make some changes in projects build path. Remove all the entry's of playerglobal.swc from flex 3.3. Then add swc and point it to * flex 3.3 folder location\frameworks\libs\player\10\playerglobal.swc* thats it. Regards, Pravin

[flexcoders] flex 3.3 sdk set up problem

2009-04-28 Thread Dave Segal
I recently started using the Flex 3.3 sdk in Flex Builder. I simply unzipped the files to a folder in the sdk folder and added it via the Flex preferences window and made it the default sdk. However, now when I create a new pure Actionscript project all the code hints for items in the "flash" packa

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-28 Thread Nick Collins
Well, if you really want to develop Flex on Linux, you could always check out IntelliJ IDEA 8.1, which I'm told has pretty nice Flex development features. Just missing the design view and profiler, really... On Tue, Apr 28, 2009 at 10:55 AM, Johannes Nel wrote: > > > :( > > > On Tue, Apr 28, 2009

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-28 Thread Johannes Nel
:( On Tue, Apr 28, 2009 at 4:43 PM, Tom Chiverton wrote: > > > > > It looks like Builder on Linux might be a gonner > (http://gruchalski.com/2009/04/22/flex-builder-3-for-linux-on-hold/) - > register your support for the product by voting for > http://bugs.adobe.com/jira/browse/FB-19053 > > >

[flexcoders] Flex Builder on Linux been scrapped ?

2009-04-28 Thread Tom Chiverton
It looks like Builder on Linux might be a gonner (http://gruchalski.com/2009/04/22/flex-builder-3-for-linux-on-hold/) - register your support for the product by voting for http://bugs.adobe.com/jira/browse/FB-19053 Tom Chiverton Developer Tel: +44 0161 618 5032 Fax: +44 0161 618 5099 tom.chive

[flexcoders] flex validator for form items dependent on each other

2009-04-27 Thread Tony Obermeit
I've used the component and extended it with my own action script code. This has worked quite well for me when validating a single form item. Now I have two items that are dependent on each other. Soft quota ( values allowed 3, 7, 10) Hard quota (values allowed 3, 7 , 10) But, the hard quota

[flexcoders] flex 4 gumbo and setStyle()

2009-04-27 Thread tchredeemed
For some reason, when using flex 4, setStyle() is not working. Is this method deprecated in gumbo? The code I am using It does not work for some reason, but it worked fine in flex 3. Any help would be appreciated!

Re: [flexcoders] Flex with LDAP

2009-04-27 Thread Dnk
I suspect you could also do the ldap work with a serverside language and pass the results back to flex via remoting or XML. For instance I know PHP has a ldap class, etc. D On 27-Apr-09, at 6:19 AM, Tom Chiverton wrote: On Monday 27 Apr 2009, smgbbk wrote: > How Flex3.0 is integr

Re: [flexcoders] Flex with LDAP

2009-04-27 Thread Tom Chiverton
On Monday 27 Apr 2009, smgbbk wrote: > How Flex3.0 is integrated with LDAP services, By default, not at all. > Iwant to know the > steps to be followed during the service integration To do what ? Maybe you should grab the LDAP spec. and the Socket class documentation in the me

[flexcoders] Flex Debugging with ant

2009-04-27 Thread Doron Katz
Hi guys, I've been trying to get my head around this problem. I have a flex application sitting on a development server, hosted via a coldfusion/apache server. I am using ant to compile my flex code and I want to debug it. So basically, I set in mxmlc debug="true" as soon as I do that and put it

[flexcoders] Flex with LDAP

2009-04-27 Thread smgbbk
Hi Team, How Flex3.0 is integrated with LDAP services,Iwant to know the steps to be followed during the service integration Regards smgbbk

Re: [flexcoders] Flex Menu Basic Question

2009-04-26 Thread Sam Lai
nt services available > > _ > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On > Behalf Of guess what > Sent: Monday, April 27, 2009 12:11 AM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Flex Menu Basic Question > > > > &

RE: [flexcoders] Flex Menu Basic Question

2009-04-26 Thread Tracy Spratt
PM Subject: Re: [flexcoders] Flex Menu Basic Question If HomeView is some kind of container, yes, you can have it.(Containers examples: Canvas, Box(VBox, HBox), and so on) But for organization purpouses, I suggest you to put the homeView's child inside your HomeView mxml component. HTH O

Re: [flexcoders] Flex Menu Basic Question

2009-04-26 Thread guess what
: Re: [flexcoders] Flex Menu Basic Question If HomeView is some kind of container, yes, you can have it.(Containers examples: Canvas, Box(VBox, HBox), and so on) But for organization purpouses, I suggest you to put the homeView's child inside your HomeView mxml component. HTH On Sun, A

Re: [flexcoders] Flex Menu Basic Question

2009-04-26 Thread Pedro Sena
> > But Can Home View have Childern say . HomeView 2 under Home View > ? > > > > -- > *From:* Tracy Spratt > *To:* flexcoders@yahoogroups.com > *Sent:* Sunday, April 26, 2009 9:42:53 AM > *Subject:* RE: [flexcoders] Flex Menu Basic Questio

Re: [flexcoders] Flex Menu Basic Question

2009-04-26 Thread guess what
under Home View ? From: Tracy Spratt To: flexcoders@yahoogroups.com Sent: Sunday, April 26, 2009 9:42:53 AM Subject: RE: [flexcoders] Flex Menu Basic Question Menu is more generic(flexible) than that. Its only function is to display the options to the user and

RE: [flexcoders] Flex Menu Basic Question

2009-04-26 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of guess what Sent: Sunday, April 26, 2009 4:30 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Menu Basic Question Maybe I am confusing you . This is what is my understanding of Menu . In g

Re: [flexcoders] flex builder's message?

2009-04-26 Thread Paul Andrews
- Original Message - From: "markflex2007" To: Sent: Sunday, April 26, 2009 6:50 AM Subject: [flexcoders] flex builder's message? > Hi, > > I just create a new Flex project with FB 3. > > I get following message when I switch the mxml to Design mode. &

Re: [flexcoders] Flex Menu Basic Question

2009-04-26 Thread guess what
- Alerts - it takes to alerts.yahoo.com Similar;ly Shopping it takes to shopping.yahoo.com From: Tracy Spratt To: flexcoders@yahoogroups.com Sent: Saturday, April 25, 2009 10:01:05 PM Subject: RE: [flexcoders] Flex Menu Basic Question So you question

[flexcoders] flex builder's message?

2009-04-25 Thread markflex2007
Hi, I just create a new Flex project with FB 3. I get following message when I switch the mxml to Design mode. "This component is based on Application,which is not a visual component.Switch to source mode to edit it" I can not add visual component from the component panel from design mode. w

RE: [flexcoders] Flex Menu Basic Question

2009-04-25 Thread Tracy Spratt
available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of guess what Sent: Saturday, April 25, 2009 11:26 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Menu Basic Question To be precise what do i do on the click event . I got the value of

Re: [flexcoders] Flex Menu Basic Question

2009-04-25 Thread guess what
t: RE: [flexcoders] Flex Menu Basic Question On your menu, specify a handler for the itemClick event. That event will have a reference to the item clicked, fro mwhich you can determine what action to take. I typically include a “command” or “action” or “index” attribute in the menu data, then get that

Re: [flexcoders] Flex Menu Basic Question

2009-04-25 Thread guess what
Thanks . I am so newbie. Can you provide me a sample example . From: Tracy Spratt To: flexcoders@yahoogroups.com Sent: Saturday, April 25, 2009 8:10:58 PM Subject: RE: [flexcoders] Flex Menu Basic Question On your menu, specify a handler for the itemClick

RE: [flexcoders] Flex Menu Basic Question

2009-04-25 Thread Tracy Spratt
cks. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of myworld100us Sent: Saturday, April 25, 2009 11:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Menu Basic Question

[flexcoders] Flex Menu Basic Question

2009-04-25 Thread myworld100us
I am posting a very basic question . I am trying to use Flex menus on my web page . I have built the menu but I am not sure how to do navigation . All i could do is if set Data for menu item i could do an alert to get Data . What I want is if user click on Menu A it should redirect or load a SWF

[flexcoders] Flex 4.0.0.6192 Namespaces

2009-04-22 Thread Baz
(I originally posted this on flexcomponents by mistake, sorry for cross-posting!) I've been playing around with Flex 4 (build 6192) and it seems that the namespaces have changed a lot since previous builds. I only say this because none of the examples online seem to work. After lots of mucking aro

[flexcoders] Flex Windows Not Loading Bug

2009-04-21 Thread edlueze
Please help me fix a windowing integration bug in our Adobe Flex application. I'd love some free advice, but we really need the problem solved so we've also posted the question on rent-a-coder. All of our Flex windows (Application/Canvas/Panel/TitleWindow/etc) work fine individually when runnin

[flexcoders] Flex 4, Gumbo - Could not resolve to a component implementation.

2009-04-20 Thread Baz
I am testing out Flex 4 (Gumbo) but I am receiving the error "Could not resolve to a component implementation." I added the SDK to my project and I also pointed the source to the flex4.swc. Here, is my sample app that's generating the error, any ideas? http://ns.adobe.com/mxml/2009"; xmlns:

Re: [flexcoders] flex component - option to convert to popup

2009-04-17 Thread Jeffry Houser
I'm unclear what your question is. Are you having problems getting this to work? cvsikh wrote: > Hi, > > I want to have a button which can open an existing component as a popup > through Flex' popupmanager. Basically, the popup will be opened from > main.mxml and the popup will have a compo

[flexcoders] flex component - option to convert to popup

2009-04-16 Thread cvsikh
Hi, I want to have a button which can open an existing component as a popup through Flex' popupmanager. Basically, the popup will be opened from main.mxml and the popup will have a component already being shown on main.mxml, it won't come from a seperate mxml file. Thanks for the help.

[flexcoders] flex and component positioning

2009-04-16 Thread cvsikh
Hi, I have a problem. I have an iframe component which works fine. THe problem comes when you click on some click within the iframe. The flex is being loaded in an iframe as well and when you click on the link, the swf's positioning gets messed up. What it does it, portion of the swf will g

Re: [flexcoders] Flex Developer Needed (Fulltime)

2009-04-15 Thread Nick Collins
Good luck getting a senior level Flex dev for that pay range. Most senior level guys I know are getting between 100-120k. Granted, that's in Chicago, not the middle of Utah. On Tue, Apr 14, 2009 at 2:37 PM, joshbuhler wrote: > > > Rain in American Fork, Utah is currently looking for a (preferably

[flexcoders] Flex Developer Needed (Fulltime)

2009-04-14 Thread joshbuhler
Rain in American Fork, Utah is currently looking for a (preferably senior level) Flex developer. This is a full-time position, with great benefits. Details can be found at: http://mediarain.com/us/employment/flexdeveloper

Re: [flexcoders] Flex alternative to Microsoft's Seadragon

2009-04-12 Thread Paul Andrews
- Original Message - From: "Hyder" To: Sent: Sunday, April 12, 2009 8:26 PM Subject: [flexcoders] Flex alternative to Microsoft's Seadragon > Is it possible to do this flex? > > http://livelabs.com/seadragon/ As I understand it, seadragon is a client and ser

[flexcoders] Flex alternative to Microsoft's Seadragon

2009-04-12 Thread Hyder
Is it possible to do this flex? http://livelabs.com/seadragon/

<    3   4   5   6   7   8   9   10   11   12   >