[flexcoders] Unable to resolve a class for factoryClass

2008-02-05 Thread Jhonny Everson
Hi Guys, I'm developing a module based application. It's working fine, but I'm getting this error very often: Unable to resolve a class for factoryClass: components_maps_CompConceptMapEditor_mx_core_FlexModuleFactory. The class components.maps.CompConceptMapEditor is a Module. When I get this

[flexcoders] How to Validate the Text Box

2008-02-05 Thread Ganesh Suyampirakasam
Hi I want to Validate the First Name Text box When the User enters Numbers then it has to display the Alert.. Pls help me in this ... Thanks in Advance -- Regards Ganesh Suyampirakasam

[flexcoders] Flash Player hanging while loading RSLs

2008-02-05 Thread Gregor Kiddie
I'm wondering if anyone else has seen this, as I cannot find the issue and it is quite disturbing. We have a large project including roughly 30 RSLs and about 20 modules, the RSLs getting loaded on a module by module basis. Occasionally while loading RSLs for a module, the flash player appears to

[flexcoders] Datagrid changes selected item on key press !!

2008-02-05 Thread flex.fusion
Hi Guys, I have a selectable datagrid and I have also provided few key-board shortcuts for selected item on datagrid. My Problem is: Pressing A-Z keys or 'key strokes' which have keycode = Ascii code same as any of character A-Z, do changes the selected item on datagrid :( :( I want to

[flexcoders] Re: How to Validate the Text Box

2008-02-05 Thread simonjpalmer
http://livedocs.adobe.com/flex/2/langref/mx/validators/StringValidator.html --- In flexcoders@yahoogroups.com, Ganesh Suyampirakasam [EMAIL PROTECTED] wrote: Hi I want to Validate the First Name Text box When the User enters Numbers then it has to display the Alert.. Pls help me in

[flexcoders] Re: Problem loading newly uploaded module (browser cached old version)

2008-02-05 Thread zvjerka24
--- In flexcoders@yahoogroups.com, zvjerka24 [EMAIL PROTECTED] wrote: Hello! I'm working on very big project using Flex (and modules). When I'm uploading new version of modules, browsers (IE, Mozilla...) cached old version, because of that new version is not loaded. This thing occurres

[flexcoders] ShiftTab not working

2008-02-05 Thread reflexactions
FB33 Just wondering whether I am doing somethig wrong but the tab key works fine to tab forward round my form, but shift tab has no effect. I even traced it in FocusManager and all it sees is the shift key down and never sees the tab key subsequently going down. Any idea on what might be

[flexcoders] TextInput valid Event not working correctly

2008-02-05 Thread greenfishinwater
I have a form with a few TextInput components. I have a TextInput with a NumberValidator as one of the form items. On this TextInput I have coded the valid and invalid events to populate other fields depending on what has been entered. My experience is that the valid event is not working

[flexcoders] Actionscript replace characters from a string

2008-02-05 Thread hworke
Hi, I am trying to replace all the (Space) characters from a given string. The replace function of the string class only remove the first instance. Is there any builtin function that will remove all?

Re: [flexcoders] TextInput valid Event not working correctly

2008-02-05 Thread Scott Melby
I believe what you want to do is use the trigger and triggerEvent properties of your NumberValidator, then use the NumberValidators valid and invalid events to do the work. To try this remove the event handling from your existing code and try the following mx:NumberValidator source={testTXT}

[flexcoders] Re: TextInput valid Event not working correctly

2008-02-05 Thread greenfishinwater
Scott, I put the valid and invalid Events onto the NumberValidator, and they were triggered when I expected, but this still doesn't fullfill my needs. My example was just to illustrate a point, I am not actually displaying any error messages. My application uses 3 fields, cost price, margin and

RE: [flexcoders] Actionscript replace characters from a string

2008-02-05 Thread Jim Hayes
Are you using a regular expression for the first parameter? If so, add a g to the end of the expression (for global, e.g. replace *all* instances) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hworke Sent: 05 February 2008 11:47 To:

[flexcoders] Re: TextInput valid Event not working correctly

2008-02-05 Thread greenfishinwater
Scott, I restructured my calculation logic. Now on the validation, I set a new variable to say whether the value is valid, then I do the calculations if all values are valid. This works, and maybe shows that sometimes the simple technique works best. Even though checking the errorString seems

[flexcoders] Personal invitation from Rogerio Gonzalez

2008-02-05 Thread Rogerio Gonzalez
Personal invitation from Rogerio Gonzalez

[flexcoders] Re: Targeting from components

2008-02-05 Thread so_osverg
I'm not sure if I'm setting this up correctly: //event handler to initialize data and fire services private function initializeApp():void { menuView.detailsWin.storyList.addEventListener(MouseEvent.CLICK,

[flexcoders] Pack function in Actionscript?

2008-02-05 Thread jsmith12345610
Hi, are there a similar function like pack function in PHP on actionscript? Thanks in advance Jonh

[flexcoders] Flex Component Kit w/ Sound Clip

2008-02-05 Thread ryan.warnick
I am trying to use the Flex Component Kit to turn a Flash 9 symbol into a Flex component. I've got everything working except for a sound clip that plays fine in Flash, but not in Flex. I've tried everything that I can think of and looked everywhere, but I can't get the sound to play in Flex.

[flexcoders] What are the available WSDL - AS3/Flex code generators out there?

2008-02-05 Thread Dave Kong
Hi, I've found Flextense to be a fairly good (free) tool translating my .net web service into as3 code that simplifies the tedious work of making up WebService result types on the Flex front end. There were 2 drawbacks: 1) it's not open source, so I can't tweak the code it generates to my

[flexcoders] flex 2

2008-02-05 Thread anudi12345
How to load a mxml in another mxml component's click event in flex 2?

[flexcoders] flex 2

2008-02-05 Thread anudi12345
How to pass a array list from one mxml application to another mxml in flex 2

[flexcoders] Flex 2 Login using PHP and PHPMyAdmin

2008-02-05 Thread mswamy_mca
Hi Folks, am a newbie in flex. I am trying to build an application which will consist of a login screen, for admin and master, and student. The admin have a access to all parts. The admin will create a master login and password in the system. So the admin will create the master with details

[flexcoders] Adding Event to Object that doesnt have one

2008-02-05 Thread Brad Bueche
I'm new to flex so there may be an obvious way to do this that I am missing. In my charts, my users want to drill down from the month view to the days of month view by clicking on the month name (categoryAxis, categoryfield) for the horizontal axis. However, from what I can see CategoryAxis

[flexcoders] Looking for offical specs on OpenGL hardware acceleration

2008-02-05 Thread cole_joplin
I know the basics of using hardware acceleration, but the only info I have seen is from Tracy Stampfli: Exploring full-screen mode in Flash Player 9 and Bob Berry:Using the FLVPlayback component with Flash Player 9 Update 3. Is there an official spec on this somewhere? I'd like to know if FP has

[flexcoders] Re: Event Propigation

2008-02-05 Thread dbronk
How about placing a public variable in your module. Upon loading the module you can simply set that value to the same object as in your parent. Then the children can simply bind to those values and you don't need eventing at all. I had the same problem to solve. I created a Context.as class

[flexcoders] Re: Targeting from components

2008-02-05 Thread so_osverg
Thanks. I'm new to Flex so I'll look up broadcasting events and post the results... --- In flexcoders@yahoogroups.com, Merrill, Jason [EMAIL PROTECTED] wrote: I think you should instead have your custom component broadcast an event, and have a listener in your main application listen for it

[flexcoders] Re: Flex 2 Login using PHP and PHPMyAdmin

2008-02-05 Thread Abyss Knight
Here's a tutorial: http://www.vipercreations.com/print_tutorial.php?id=28 Though, if this is for a production system, you will want to observe common best practices for the login system, PHP, and SQL development. -- William --- In flexcoders@yahoogroups.com, mswamy_mca [EMAIL PROTECTED] wrote:

[flexcoders] FW: LineChart: HorizontalAxisRenderer: (canDropLabels = true) Question

2008-02-05 Thread Dimitrios Gianninas
Forwarding... Dimitrios Gianninas Flexcoders moderator -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fbruegma Sent: Tuesday, February 05, 2008 9:10 AM To: [EMAIL PROTECTED] Subject: Re: LineChart: HorizontalAxisRenderer: (canDropLabels = true)

[flexcoders] Re: Actionscript replace characters from a string

2008-02-05 Thread ben.clinkinbeard
I am still a fan of this oldie but goodie: myString.split(strToRemove).join(strToInsert); HTH, Ben --- In flexcoders@yahoogroups.com, hworke [EMAIL PROTECTED] wrote: Hi, I am trying to replace all the (Space) characters from a given string. The replace function of the string

RE: [flexcoders] Re: Targeting from components

2008-02-05 Thread Merrill, Jason
In the help docs, lots of articles on dispatching events. But in brief, in the component, dispatchEvent(new Event(somethingHappened)); But you referenced an Adobe component List (I thought you said this was a custom component), read up on the List class in the help docs, it dispatches its own

[flexcoders] Re: Actionscript replace characters from a string

2008-02-05 Thread zvjerka24
Here is part of code using regular expressions var myPattern:RegExp = / /g; var myString:String = myString.replace(myPattern, ); --- In flexcoders@yahoogroups.com, hworke [EMAIL PROTECTED] wrote: Hi, I am trying to replace all the (Space) characters from a given string. The

[flexcoders] How to constain Tab to fields within a form.

2008-02-05 Thread greenfishinwater
Flex 2: I have a form which I tab through, but when it gets to the last field a tab then moves outside of the form to components in the parent of the form. How can I keep the tab so it cycles around the fields in a form and does not go outside the form? Thanks Andrew

Re: [flexcoders] AIR - including other files

2008-02-05 Thread Nils Millahn
Thanks Nick. I thought it would cause a problem with 'src' being under version control - but FlexBuilder ignores Subversion's '.svn' properties when copying the folder, so it works a charm. - Nils. Nick Collins wrote: First, you need to have the files somewhere within your source

[flexcoders] Re: Generic showPopupWindow function

2008-02-05 Thread markgoldin_2000
I did not see anything there related to my question. --- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote: I am getting Error establishing a database connection when I ckick on the link. --- In flexcoders@yahoogroups.com, shrikant.patil gt_shrikant@ wrote:

[flexcoders] Re: Adding Event to Object that doesnt have one

2008-02-05 Thread JWOpitz
Well to answer your first question: How do I add events to an item that does not have any? - your object can implement the IEventDispatcher interface or you can extend EventDispatcher. Either way is the only way that you are going to get your object to be able to make use of the Flash Player's

Re: [flexcoders] Looking for offical specs on OpenGL hardware acceleration

2008-02-05 Thread Jon Bradley
On Feb 4, 2008, at 6:05 PM, cole_joplin wrote: Is there an official spec on this somewhere? I'd like to know if FP has just a narrow window for me to use, or if I have a way to get to more OpenGL calls. Will OpenGL become available outside of fullscreen mode? Literally a narrow window - ie,

RE: [flexcoders] What are the available WSDL - AS3/Flex code generators out there?

2008-02-05 Thread Samuel R. Neff
Flex Builder 3 has a tool to generate strongly typed classes from WSDL (as of Beta 2), Import Web Service (WSDL). HTH, Sam --- We're Hiring! Seeking a passionate developer to join our team building Flex based products. Position is in the Washington

[flexcoders] Populating a Combobox from RemoteObject

2008-02-05 Thread creativepragmatic
Hi Guys, This should be a simple task so I'm hoping the answer will be painfully obvious to someone. I'm trying to populate a combobox from the results of a remote object using the following method: mx:ArrayCollection id=acCategories

Re: [flexcoders] BlazeDS, pdf generation, et al

2008-02-05 Thread Tom Chiverton
Does anyone have any experience with BlazeDS? Is it even necessary? Not if polling suffices, or you just email them to the users. And as far as the PDF generation, I had looked into Alive PDF, but is there a better/easier solution? Depends what you have server-side already. -- Tom

[flexcoders] Re: Combox box selected Index

2008-02-05 Thread rahultnath
Copying here code that i've daone in getting a country combo box.It is given as array collections..Chk if it can solve ur problem public function loadCountryCombo():void { if(flag1) {

[flexcoders] Re: Click event on the items with submenus

2008-02-05 Thread shrike6_7
any suggestion? :D --- In flexcoders@yahoogroups.com, shrike6_7 [EMAIL PROTECTED] wrote: Hi, I have this problem, in this example of the Flex Menu component: http://dougmccune.com/blog/2007/01/25/vertical-menubar-component I need to show an alert box on the MenuItem 2-B and MenuItem 3-B

RE: [flexcoders] Re: Adding Event to Object that doesnt have one

2008-02-05 Thread Brad Bueche
Would it be possible for you to give me a short example of adding the event in this manner? The only syntax I am familiar with is as follows: columnChart.addEventListner (ChartItemEvent.ITEM_CLICK,myListener); but this, I think, is only for adding events to object that already have event

Re: [flexcoders] NEW Flex 3 Beta 2 expired Question

2008-02-05 Thread Suketu Vyas
HI, I was facing same issue today i have resolved it... Please read following post for resolving same issue.. http://www.suketuvyas.com/2008/02/05/resolving-flex-3-%e2%80%9cbeta-expired%e2%80%9d-error%e2%80%a6/ Thank You, Suketu Vyas On Jan 31, 2008 9:21 AM, Joe [EMAIL PROTECTED] wrote:

Re: [flexcoders] Re: Flex 3 Beta 2 expired today!! Is the a workaround?

2008-02-05 Thread Suketu Vyas
HI, I was facing same issue today i have resolved it... Please read following post for resolving same issue.. http://www.suketuvyas.com/2008/02/05/resolving-flex-3-%e2%80%9cbeta-expired%e2%80%9d-error%e2%80%a6/ Thank You, Suketu Vyas On Jan 31, 2008 6:33 AM, Jatin Nanda [EMAIL PROTECTED] wrote:

[flexcoders] Flex 2 - Selectable cell in datagrid breaks when scrollling.

2008-02-05 Thread thuvu03
In my current project, when a cell in a datagrid is clicked I am trying to show the cell is selected. There is a very good example posted at http://www.returnundefined.com/2007/11/cellulardatagrid-for- flex-2/(with an example and source codes) that I followed. The problem that I am currently

[flexcoders] Re: container width parent container's width when vertical scrollbar present

2008-02-05 Thread dfalling
Nice- that's exactly how I wanted it to behave. I wish flex did this by default. Thanks. --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Done and done. It's kinda kludgey, and perhaps I didn't choose the best event to listen in on, but it works. Browse here:

Re: [flexcoders] How to Validate the Text Box

2008-02-05 Thread Deepak k
Still dont kno to validate text box Ganesh Suyampirakasam [EMAIL PROTECTED] wrote:Hi I want to Validate the First Name Text box When the User enters Numbers then it has to display the Alert.. Pls help me in this ... Thanks in Advance -- Regards Ganesh

[flexcoders] Alert Box location??

2008-02-05 Thread markflex2007
Hi. I use Alert.show to show some text but the Alert box go to coner of the screen I try to use the following code,but I get two alert box var alert1:Alert = Alert.show(Please input user name); PopUpManager.centerPopUp(alert1);

Re: [flexcoders] Adding Event to Object that doesnt have one

2008-02-05 Thread Tom Chiverton
On Tuesday 05 Feb 2008, Brad Bueche wrote: 2. How do I associate this event with a layout on the screen where the object seemingly keeps no reference to position? Subclass CategoryAxis, implement IEventDispatcher (if the base class doesn't) and then add an event handler for the mouse click

[flexcoders] Re: Alert Box location??

2008-02-05 Thread markflex2007
I use Alert.show to show some text but the Alert box go to coner of the screen without using PopUpManager.centerPopUp. Mark --- In flexcoders@yahoogroups.com, markflex2007 [EMAIL PROTECTED] wrote: Hi. I use Alert.show to show some text but the Alert box go to coner of the screen I

Re: [flexcoders] Alert Box location??

2008-02-05 Thread Tom Chiverton
On Tuesday 05 Feb 2008, markflex2007 wrote: I use Alert.show to show some text but the Alert box go to coner of the screen Before or after your call to centerPopUp() ? -- Tom Chiverton Helping to widespreadedly improve six-generation content on: http://thefalken.livejournal.com

RE: [flexcoders] How to constain Tab to fields within a form.

2008-02-05 Thread Alex Harui
Set tabEnabled=false on the parent components From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of greenfishinwater Sent: Tuesday, February 05, 2008 6:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to constain Tab to fields

RE: [flexcoders] Datagrid changes selected item on key press !!

2008-02-05 Thread Alex Harui
Subclass and override findKey and have it do nothing. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flex.fusion Sent: Tuesday, February 05, 2008 1:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Datagrid changes selected

RE: [flexcoders] ShiftTab not working

2008-02-05 Thread Alex Harui
You want to see if keyFocusChangeHandler in FocusManager gets called with an event.with shiftKey=true From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of reflexactions Sent: Tuesday, February 05, 2008 2:00 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Unable to resolve a class for factoryClass

2008-02-05 Thread Alex Harui
That class is a generated class from the compiler so you must be hitting some sort of compiler bug From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jhonny Everson Sent: Tuesday, February 05, 2008 12:51 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] I really don't know JS about Flex.. help with multirow tabbar

2008-02-05 Thread Tracy Spratt
Google: Flex multi line Tab You will find a Flex 1.5 component by Darron Schall. I would attempt to migrate his component to 2.x before starting from scratch on my own. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] Re: Problem loading newly uploaded module (browser cached old version)

2008-02-05 Thread arieljake
append a unique string (the date with seconds) as a query string to the module url when loading it --- In flexcoders@yahoogroups.com, zvjerka24 [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, zvjerka24 zvjerka24@ wrote: Hello! I'm working on very big project using Flex (and

RE: [flexcoders] Strange behavior....

2008-02-05 Thread Tracy Spratt
While not precisely intuitive, that is expected behavior. I looked for a technical explanation but didn't find one immediately. As I recall, it is because the argument to the Boolean() cast is an object, and an object containing a string is always true. It would be false if the object were

[flexcoders] Compiler Option for Caching Flex Libs

2008-02-05 Thread wwwpl
I am looking for the compile time option for Flex 3 Beta3 SDK to for Flash to cache the flex core libraries in it's cache on the client side. It seems it should be easy to find, but I am having a bit of trouble. I know there is a bug associated with it, but I still want to research it. Thanks

[flexcoders] Help! Channel definition mx.messaging.RTMPChannel, can not be found

2008-02-05 Thread Body Works Studio
Hello all, Ijust downloaded the latest flex3 because I wanted to take my existingflex2 project and port it as an AIR application. However when I importmy current project into flex 3 using the flex2.0.1 hotfix3 compiler.When the project was loaded I get the following problem Channel definition

[flexcoders] Re: Folding only works when you fold all your AS code

2008-02-05 Thread jkorzen
Has anybody posted a solution to this question? I have the same problem. I can fold mx tags but I can't fold individual functions within the mx:script tag. Am I doing something wrong? Apologies if this is a stupid question. No luck googling an answer! --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Populating a Combobox from RemoteObject

2008-02-05 Thread creativepragmatic
--- In flexcoders@yahoogroups.com, creativepragmatic [EMAIL PROTECTED] wrote: I solved my own problem by changing the backend query to the following: SELECT cid AS data, category AS label FROM... Hi Guys, This should be a simple task so I'm hoping the answer will be painfully obvious to

[flexcoders] Re: Object is Null? How can it be if it's a component in main.mxml.

2008-02-05 Thread Jon Harris
Hi, if it's in a ViewStack then you might need to set the 'creationPolicy=all instead of the default value 'auto' which means instantiation is deferred until necessary (i.w. when the viewstack item is displayed) On another topic, I was going to mention that the ArrayCollection class support

[flexcoders] Re: I really don't know JS about Flex.. help with multirow tabbar

2008-02-05 Thread targetplanet
Thanks Tracy, I will check that out. I was thinking of dumping the tabbar and going with a flowbox component. My only problem is how to know when the dataProvider arrayCollection has changed.

[flexcoders] ComboBox fed via xml

2008-02-05 Thread dbronk
I have and XML field with contents: field option label=option 1 data=1 / option label=option 2 data=2 / option label=option 3 data=3 / /field My combobox has dataprovider={xml.option} labelField=@label My problem is the how do I specify which data field to use. The combo box appears correctly

Re: [flexcoders] Alert Box location??

2008-02-05 Thread Mark Shen
I get two same Alert Box in different location after I call centerPopUp() . Thanks Mark - Original Message From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 5, 2008 11:51:12 AM Subject: Re: [flexcoders] Alert Box location?? On Tuesday 05 Feb

RE: [flexcoders] Re: I really don't know JS about Flex.. help with multirow tabbar

2008-02-05 Thread Tracy Spratt
Consider using a repeater. To generate the tabs If you do not need variable sized Tabs you could use a Tile container. If you do then the flowbox should be fine. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of targetplanet

RE: [flexcoders] ComboBox fed via xml

2008-02-05 Thread Tracy Spratt
In a change handler: var xmlOption:XML = XML(event.target.selectedItem); var sData:String = [EMAIL PROTECTED]; Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dbronk Sent: Tuesday, February 05, 2008 2:06 PM To:

RE: [flexcoders] BitmapData- the quality of image degrades when rotating bitmapImage

2008-02-05 Thread Yochikoh Haruomi
The smoothing = true works! Thank you for your suggestion :) I'm posting the code anyway perhaps it's useful for anyone who has the same problem. package{ import flash.display.*; import flash.events.*; import flash.net.URLRequest; public class Main extends MovieClip{

[flexcoders] problem parsing a XML file

2008-02-05 Thread hworke
Hi my following code cannot parse the below RSS feed, it is returning an array with no no object. There is one item in this RSS link so the array should have one item! Any suggestions! MY code: // mx:Application

[flexcoders] Re: Problem loading newly uploaded module (browser cached old version)

2008-02-05 Thread zvjerka24
Sorry, can You tell me precisely what You want to say. Did You mean to rename module name every time I uploading them? --- In flexcoders@yahoogroups.com, arieljake [EMAIL PROTECTED] wrote: append a unique string (the date with seconds) as a query string to the module url when loading it ---

[flexcoders] Inline Renderer component namespace

2008-02-05 Thread Kevin Aebig
Hey all, I've got a datagrid with 2 columns as inline renderers with a custom Combobox component allowing a selectedValue property to be used. My issue is that inside the renderer, the custom Combobox class can't be seen. Is there a way to accomplish this? Sincerely, !k

[flexcoders] help! flex hibernate probs

2008-02-05 Thread Luke Vanderfluit
Hi. I posted this before, but got no response. I guess this might be the wrong list for this, any suggestions where to get help? ~ Im using flex2 and trying to connect to an existing hibernate back end. Using tomcat5022,hibernate30. I have put all the flex jar files

[flexcoders] LayOut Design

2008-02-05 Thread hydcool02
Hi, I am working on LayOut Design using Flex..When i use a canvas container i can move the components visually anywhere to be placed. But when i use a TabNavigator with a VBox component. I am unable to move the components. Please help me out..And also can we include a Canvas container inside

RE: [flexcoders] problem parsing a XML file

2008-02-05 Thread Tracy Spratt
Set resultFormat=e4x, and work with XMLList and XMLListCollection instead of the default Object. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hworke Sent: Tuesday, February 05, 2008 3:27 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Inline Renderer component namespace

2008-02-05 Thread Tracy Spratt
outerDocument.myCBO.selectedItem.data; Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Aebig Sent: Tuesday, February 05, 2008 3:35 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Inline Renderer component namespace

Re: [flexcoders] LayOut Design

2008-02-05 Thread Paul Andrews
- Original Message - From: hydcool02 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 05, 2008 9:07 PM Subject: [flexcoders] LayOut Design Hi, I am working on LayOut Design using Flex..When i use a canvas container i can move the components visually anywhere

RE: [flexcoders] problem parsing a XML file

2008-02-05 Thread Brad Bueche
Well this is a question I had. Doesnt using E4X and HTTPService essentially set up an XMLListCollection for you? bra -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Tuesday, February 05, 2008 4:17 PM To:

[flexcoders] CSS Compile directives

2008-02-05 Thread Mike Krotscheck
I've just run across an odd behavior within Flex 3 and certain compiler directives, as follows: 1. Compiler options includes a -load-config+= directive. This directive ensures the compiler to includes a certain list of classes, via includes append=truesymbolclasspath/symbol/includes

[flexcoders] FileReference: Handling php server side errors

2008-02-05 Thread Damian Farina
Hi there! I'm using FileReference to download a file that is dynamically generated by a server side script, actually, it is not a file, but a string that FileReference stores in the client machine as a file. The problem is that if the services fails, FileReference receives the error message as a

[flexcoders] flex + spring + Oracle

2008-02-05 Thread hydcool02
Hi, Does any one have configuration of flex with respect to Spring and Oracle. I was browsing online but could not find sufficient material..If any one has it please post. Thanks.

[flexcoders] Remoting over SSL

2008-02-05 Thread Paul Kukiel
Hi, I'm having an issue using remote objects over ssl. I have got this to work in FireFox but not in IE. I have searched around and have added add-no-cache-headersfalse/add-no-cache-headers to the properties tag of channel-definition but it's still not working. This is the error I am

[flexcoders] Error #1034: Type Coercion failed in EventDispatcher/dispatchEventFunction()

2008-02-05 Thread toofah_gm
I am seeing a very strange problem that I am unable to track down. I have a custom Event class called ControllerEvent. Essentially it wraps Event and hangs onto some custom data for me. I've been using it without issue for a long time...now today in one case in my code when I call dispatchEvent

[flexcoders] Re: TreeItemRenderer

2008-02-05 Thread Rafael Faria
I get the error 1067: Implicit coercion of a value of type Class to an unrelated type mx.core:IFactory. menuTree.as line 36 1202257471190 38776 --- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote: just itemRenderer=TreeRender - Original Message

[flexcoders] Re: DragManager broken in beta 3? Or my code broken?

2008-02-05 Thread ckjones84
im having similar problems with DragManager in beta 3

[flexcoders] Still Tree

2008-02-05 Thread Rafael Faria
I think is better to post most of my questions and if anyone can help just reply with an answer :) I'm still struggling myself with packages so if someone has a good article about it or where i can find a good material about packages it would be very helpful as well. 1 - There is anyway to set

[flexcoders] accessing RSS feeds through Flex

2008-02-05 Thread leonpidgeon
i have built a little application which accessed 5 rss feeds and pulled them to one central page. when i finally ran it on the server i got a security error. i have searched around a bit and it looks like the sites i am trying to pull the rss feeds from don't allow general access, such as

[flexcoders] Re: Still Tree

2008-02-05 Thread Rafael Faria
The double click problem i solved using updateList(); --- In flexcoders@yahoogroups.com, Rafael Faria [EMAIL PROTECTED] wrote: I think is better to post most of my questions and if anyone can help just reply with an answer :) I'm still struggling myself with packages so if

[flexcoders] Re: Still Tree

2008-02-05 Thread Rafael Faria
For some reason whenever i use setItemIcon on a function set for a iconFunction its behavior is very weird. --- In flexcoders@yahoogroups.com, Rafael Faria [EMAIL PROTECTED] wrote: I think is better to post most of my questions and if anyone can help just reply with an answer :) I'm still

RE: [flexcoders] Re: Embedding String Variable in dataprovider name

2008-02-05 Thread Brad Bueche
This gets rid of the data binding waring but then the chart itself blows up saying its getting null objects. brad -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jer_ela Sent: Monday, February 04, 2008 4:01 PM To: flexcoders@yahoogroups.com

Re: [flexcoders] Actionscript replace characters from a string

2008-02-05 Thread Max Frigge
Hey, you can use the replace function, but use a RegExp instead of a String. Then you can set the global flag so that any will be replaced instead of only the first one. Here an example: var myPattern:RegExp = /sh/g; var str:String = She sells seashells by the seashore.;

[flexcoders] Re: generate unique colors for per-item fill

2008-02-05 Thread nasawebguy
Do you know where the class is stored in Flex 3 Plugin? It was halodefaults.as, apparently in Flex 2, but I can't find it in Flex 3? I'll look into Math.random suggestion. Thank you! Don --- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote: why dont u just take a look at

RE: [flexcoders] Remoting over SSL

2008-02-05 Thread Paul Kukiel
Ok I figured it out I removed the endpoint from the RemoteObject tag and it worked. However it won't work when I compile as Air. Is anyone using Remote Objects over SSL in air? Any good references? Paul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul

Re: [flexcoders] Loading Image Sequence into Movie Programmatically/Dynamically Generate SWF

2008-02-05 Thread Xs][mage
I played with SWFLoader, but I don't think it would help in my case. Thank you Troy! That's exactly what I was trying to do too! I really hope Adobe officially provide the API that you talked about. Before that, I was thinking something similar to your PHP solution, but stumbled upon the fact

[flexcoders] Possible Bug? - CheckBox not inheriting transform matrix from HBox with Programmatic Style

2008-02-05 Thread Xs][mage
Okay, this occurs to me in a very specific situation. I have HBox Button style=style1 CheckBox style=style2 /HBox where the style12 uses programmatic skin The Button's transform.matrix always inherit the proper tx,ty from HBox. But the CheckBox get tx=0 and ty=0. When I remove the style

[flexcoders] Re: Still Tree

2008-02-05 Thread Rafael Faria
Would be this a bug? Because i tried to change the icon inside the itemrenderer but its behaving weird as well. --- In flexcoders@yahoogroups.com, Rafael Faria [EMAIL PROTECTED] wrote: For some reason whenever i use setItemIcon on a function set for a iconFunction its behavior is very weird.

RE: [flexcoders] Remoting over SSL

2008-02-05 Thread Dale Fraser
I would also be interested in how this works. Regards Dale Fraser http://learncf.com From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Kukiel Sent: Wednesday, 6 February 2008 12:51 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Remoting over SSL

[flexcoders] Re: Error #1034: Type Coercion failed in EventDispatcher/dispatchEventFunction()

2008-02-05 Thread toofah_gm
Ok, as suspected this was something really dumb... There was a listener for the event being dispatched which had an incorrect parameter...it was trying to convert the event parameter to the invalid Array! Hope this moment of stupidity helps someone else. ;) --- In flexcoders@yahoogroups.com,

[flexcoders] Get Tabnavigator index value on click TabControl

2008-02-05 Thread Harry Saputra
How to get Tabnavigator index value when I click TabControl ? I am used Canvas on as in Tabnavigator. mx:TabNavigator id=tnJadwal right=10 left=10 top=10 bottom=10 tabWidth=50 mx:Canvas label=Senin width=100% height=100%/mx:Canvas mx:Canvas label=Selasa width=100%

[flexcoders] Re: CSS Compile directives

2008-02-05 Thread ben.clinkinbeard
Just opened a bug for this the other day. https://bugs.adobe.com/jira/browse/FB-11925 --- In flexcoders@yahoogroups.com, Mike Krotscheck [EMAIL PROTECTED] wrote: I've just run across an odd behavior within Flex 3 and certain compiler directives, as follows: 1. Compiler options

[flexcoders] Help in loading data from datagrid to combo box

2008-02-05 Thread rahultnath
Hai guys, I want to load some data from data grid to combo box in another tab.How can i achieve this??please help me.Thanks in advance

  1   2   >