[flexcoders] preserving views on page refresh using SO

2008-03-06 Thread YOGESH JADHAV
Hi All, I am trying to save view stack's current view using shared object so that it remains selected on page refresh. I am also planning to push some global data( very small and primitive) accessed and modified by all components. But that doesn't seem to work. Whats wron

[flexcoders] Cannot embed assets to CSS - "can't resolve source" error

2008-03-06 Thread b_alen
I get this error "can't resolve source" when trying to embed files to CSS. It only happens if I go to Project / Export RElease Build. If I do IDE build or debug, it all works fine. I'm using FB3, release candidate. I saw this bug reported on the bug tracking site: http://bugs.adobe.com/ji

RE: [flexcoders] Problems with multi vertical axis charting

2008-03-06 Thread Sunil Bannur
The issue is you are using categoryAxis as your verticalAxis for your LineSeries. That should be a NumericAxis, such as LinearAxis. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kuroiryu42 Sent: Friday, March 07, 2008 8:56 AM To: flexcode

[flexcoders] Re: Flex 2 - > 3 migration problems

2008-03-06 Thread Dmitri Girski
Hi Seth, I've added the faultHandler - it's not being invoked. If you don't have Apache+PHP you can look into the request using something like Wireshark. Thanks! Dmitri. --- In flexcoders@yahoogroups.com, "Seth Hodgson" <[EMAIL PROTECTED]> wrote: > > Hi Dmitri, > > That test app runs ok for

Re: [flexcoders] Re: mx:webservice and .NET 2.0 webservices

2008-03-06 Thread Peeyush Tuli
Its a wild guess but there I think the flex version you are using expects a particular attribute namespace on the root definitions element in your wsdl. This is required to associate the elements in the wsdl to a particular namespace. Usually there is a default attribute namespace or targetnamesp

Re: [flexcoders] TabNavigator weirdness

2008-03-06 Thread Sherif Abdou
just let me clarify me statment is an opinion but i really dont know why it doesnt get set at the beginning but this works - Original Message From: Sherif Abdou <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thursday, March 6, 2008 11:03:05 PM Subject: Re: [flexcoders] TabNav

Re: [flexcoders] Re: E4x mystery

2008-03-06 Thread Sherif Abdou
I will look at it tom - Original Message From: Amy <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thursday, March 6, 2008 9:32:28 PM Subject: [flexcoders] Re: E4x mystery --- In [EMAIL PROTECTED] ups.com, Sherif Abdou <[EMAIL PROTECTED] ..> wrote: > > try wrapping your xml in

Re: [flexcoders] TabNavigator weirdness

2008-03-06 Thread Sherif Abdou
this works, dispatch a fake event and change it, what happens is the TabNavigator either loses focus or the children are not garbage collected until there is a click or some form of interaction with it http://www.adobe.com/2006/mxml"; layout="vertical" xmlns:lib="com.lib.*">

Re: [flexcoders] Re: Images in Rich Text Control

2008-03-06 Thread Max Frigge
Totally agree. It would be a huge advancement to have a decent RTE that really is a RTE. In my opinion it is not very rich to make text bold or centered. That are the most basic things.. there's nothing rich about it. What I am wondering about is whether this is some kind of weird Adobe policy and

Re: [flexcoders] Re: Flex Encryption and Flex Application check

2008-03-06 Thread Ritesh Yadav
Hi Kevin Yes, you are right .. my scenario is : If i am developing online test application[Educational] using Flex .user can 1. copy paste the questions with all multiple answer on Notepad[For future reference] 2. He/She can search on Google/Any other for the right answer using another br

[flexcoders] Re: Images in Rich Text Control

2008-03-06 Thread Amy
--- In flexcoders@yahoogroups.com, "phil swenson" <[EMAIL PROTECTED]> wrote: > > I entered a feature request for image support in the Flex Rich Text > Control. Unfortunately they marked it deferred, so I guess they decided > it's not worth doing for Flex 4 :( > If you agree with me that this fea

[flexcoders] TabNavigator weirdness

2008-03-06 Thread dbronk
I have a TabNavigator component that I completely reset the tabs dynamically with the following code: tabNav.removeAllChildren(); for each (var container:Container in myList ) { tabNav.addChild(container) } tabNav.selectedIndex = 0; So this successfully removes the existing tabs, then loops thoug

[flexcoders] Re: E4x mystery

2008-03-06 Thread Amy
--- In flexcoders@yahoogroups.com, Sherif Abdou <[EMAIL PROTECTED]> wrote: > > try wrapping your xml in an XMLListCollection and see if that works. I am not really following maybe upload the MXML file and i'll look at it, its kinda hard to follow the code on here. It is already wrapped like that

[flexcoders] Problems with multi vertical axis charting

2008-03-06 Thread kuroiryu42
There is a list that contains products and update the chart data as items

[flexcoders] Re: Load Flex SWF into Flash - Error Msg

2008-03-06 Thread sdl1326
Thanks for the information, especially about the loader being added to the display list. --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Loading Flex into Flash is not guaranteed to work, especially if fl.* > components are involved. Flex expects to have access to t

RE: [flexcoders] Memory allocations problems when intensively using charts and modules

2008-03-06 Thread Gaurav. Jain
Did you try to inspect the back references to see why the objects are not getting GCed?? >> But in same time profiles shows 0 instances of modules which was loaded. Whats is going on there? If you remove the filters for mx.*.*, the modules data should become visible. Also if you can isolate to

Re: [flexcoders] E4x mystery

2008-03-06 Thread Sherif Abdou
try wrapping your xml in an XMLListCollection and see if that works. I am not really following maybe upload the MXML file and i'll look at it, its kinda hard to follow the code on here. - Original Message From: Amy <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thursday, Mar

[flexcoders] Re: Closing Project

2008-03-06 Thread Amy
--- In flexcoders@yahoogroups.com, "Fernando E. Troya" <[EMAIL PROTECTED]> wrote: > > Amy said: > > > > I'm using Flex Builder 3 Beta 3 (just got my new SN today, so I will > > need to install). > > > > But I find it really annoying when I close a project and the documents > > stay open and Fl

[flexcoders] i create an image object, how to download it then?

2008-03-06 Thread coder3
i created an Base64Encoded Data, what do i do now?? i need to download this image to my local machine. help~~ C -- View this message in context: http://www.nabble.com/i-create-an-image-object%2C-how-to-download-it-then--tp15885946p15885946.html Sent from the FlexCoders mailing list archive at

[flexcoders] E4x mystery

2008-03-06 Thread Amy
I've been struggling with this for hours, so I thought maybe someone else's eye can see it. In my main application, for testing puproses, I have hard coded some XML: 1 5 1 5

Re: [flexcoders] links in textarea...

2008-03-06 Thread Sherif Abdou
just use Html or you can do something like this now you can add a rollOver rollOut and remove the TextDecoration, add a click event and etc.. - Original Message From: [p e r c e p t i c o n] <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thursday, March 6, 2008 8:15:04 PM S

Re: [flexcoders] Memory allocations problems when intensively using charts and modules

2008-03-06 Thread Sherif Abdou
doesnt firefox have a memoryleak problem to begin with, try IE and see if you get the same results - Original Message From: lytvynyuk <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thursday, March 6, 2008 8:04:54 PM Subject: [flexcoders] Memory allocations problems when inten

[flexcoders] links in textarea...

2008-03-06 Thread [p e r c e p t i c o n]
Hi all, here i go again with an amazingly stupid question...how do i make lines of text in a textarea into clickable links... thanks p

[flexcoders] Memory allocations problems when intensively using charts and modules

2008-03-06 Thread lytvynyuk
I having really serious troubles with my application when using charts. My application collects lots of data in pseudo realtime (poll for data every 5 sec) and display charts and graphs. Everything works fine but with time memory allocated by Firefox process getting enormous and Firefox eventually

[flexcoders] Ctrl + space behavior in FB3 Beta 3

2008-03-06 Thread Amy
My understanding is what is supposed to happen when I press Ctrl+space is it is supposed to give me a context menu of things I can select from that fit in that spot. What is happening is that no context menu appears, but something gets inserted there that might well fit, but isn't remotely wha

[flexcoders] Re: reducing the number of labels and tics on a flex chart

2008-03-06 Thread kuroiryu42
Use axis render: Note the canDropLabels property. -Joe --- In flexcoders@yahoogroups.com, "netdeep" <[EMAIL PROTECTED]> wrote: > > I have a chart with more than a thousand data points and then drawing the axis labels and > tics, the display is far too crowded. I have tried setting

Re: [flexcoders] Re: pause not working in sequence of Iris effects?

2008-03-06 Thread Varun Shetty
can you simulate your problem in someway and post the code.. i am much more efficient in fixing the problem when i see one .. :) regards, Varun Shetty On Wed, Mar 5, 2008 at 1:57 PM, Brian <[EMAIL PROTECTED]> wrote: > Hi, thanks for your reply. What is the importance of ending the effect? > >

Re: [flexcoders] Flex 3 can save chart as image

2008-03-06 Thread Josh McDonald
/Flex-3-can-save-chart-as-image-tp15885511p15885520.html > > > > > > Sent from the FlexCoders mailing list archive at Nabble.com > > <http://Nabble.com>. > > > > > > > > > > -- > > "Therefore, send not to know For whom the bell tolls,

Re: [flexcoders] Can I check validation without validator.validate() and the associated visual feedback?

2008-03-06 Thread Josh McDonald
Thanks! Event.stopPropogation() works for all my Validators, but for some reason not on a NumberValidator... Weird... But it's definitely better than it was this morning! When I get more time I might set something more complicated up. Thanks heaps! -Josh On Fri, Mar 7, 2008 at 10:28 AM, Sherif A

[flexcoders] Re: cannot convert PopUpManagerImpl IPopUpManager WTF ???

2008-03-06 Thread Bjorn Schultheiss
Thanks, again : ) I'm using modules and it was the shared code issue. --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Are you using modules and hitting the shared code issue? > > > > > > From: flexcoders@yahoogroups.com [mail

Re: [flexcoders] Flex 3 can save chart as image

2008-03-06 Thread Frederico Garcia
> > > Sent from the FlexCoders mailing list archive at Nabble.com > <http://Nabble.com>. > > > > > -- > "Therefore, send not to know For whom the bell tolls, It tolls for thee." > > :: Josh 'G-Funk' McDonald > :: 0437

Re: [flexcoders] Flex 3 can save chart as image

2008-03-06 Thread Josh McDonald
That can't be done from Flex unfortunately due to security restrictions on the Flash player. You'll need some sort of server-side support for that. -J On Fri, Mar 7, 2008 at 10:27 AM, coder3 <[EMAIL PROTECTED]> wrote: > > is there a sample to download chart? > > C > > > coder3 wrote: > > > > Hi,

Re: [flexcoders] Can I check validation without validator.validate() and the associated visual feedback?

2008-03-06 Thread Sherif Abdou
this prob will help the event.stopPrapgation() stops it but u can see if everything passed. this is something i am working on so feel free to use it package com.manager { import flash.utils.Dictionary; import mx.events.ValidationResultEvent; import mx.validators.Validator; //so we dont have to put

Re: [flexcoders] Flex 3 can save chart as image

2008-03-06 Thread coder3
is there a sample to download chart? C coder3 wrote: > > Hi, > > I have heard that you can save the chart as image in flex3, with some > built-in features, is that true? > > or is it pretty easy to do in flex2 too? how? > > -C > -- View this message in context: http://www.nabble.com/F

Re: [flexcoders] Flex 3 can save chart as image

2008-03-06 Thread Josh McDonald
Easy enough: var bmd : BitmapData = new BitmapData(sourceComponent.width, sourceComponent.height, true,0); bmd.draw(sourceComponent); -J On Fri, Mar 7, 2008 at 10:15 AM, coder3 <[EMAIL PROTECTED]> wrote: > > Hi, > > I have heard that you can save the chart as image in flex3, with some > built-i

Re: [flexcoders] list within list within list data proviers

2008-03-06 Thread Paul Andrews
Sounds complicated! I think by data binding you mean getting at the extra data in the main list as you traverse the tree to it's leaves. If so instead of just having an array of strings you need to have an object that refers back to the entry (containing the extra information) in the original A

[flexcoders] Flex 3 can save chart as image

2008-03-06 Thread coder3
Hi, I have heard that you can save the chart as image in flex3, with some built-in features, is that true? or is it pretty easy to do in flex2 too? how? -C -- View this message in context: http://www.nabble.com/Flex-3-can-save-chart-as-image-tp15885511p15885511.html Sent from the FlexCoders

RE: [flexcoders] ArrayList Vs ArrayCollection

2008-03-06 Thread Alex Harui
ArrayList exists and is written in AS. ArrayList is the underlying IList implementation that wraps Arrays and is used internally by ArrayCollection. There are relatively few advantages to going straight to an ArrayList. If you pass one into a list class it will just wrap it in an ArrayCollection

RE: [flexcoders] cannot convert PopUpManagerImpl IPopUpManager WTF ???

2008-03-06 Thread Alex Harui
Are you using modules and hitting the shared code issue? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Thursday, March 06, 2008 3:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] cannot convert PopUpMa

RE: [flexcoders] Load Flex SWF into Flash - Error Msg

2008-03-06 Thread Alex Harui
Loading Flex into Flash is not guaranteed to work, especially if fl.* components are involved. Flex expects to have access to the stage and makes other assumptions. Any loader loading a Flex app must be added to the display list before calling load(). From: f

RE: [flexcoders] Module Size Issue

2008-03-06 Thread Alex Harui
Ah yes, I knew there was a way to do this with the swc. Thanks, -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of VELO Sent: Thursday, March 06, 2008 2:57 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Module Size Issue

Re: [flexcoders] ArrayList Vs ArrayCollection

2008-03-06 Thread DannyT
var myList:ArrayList = new ArrayList(); // doesn't throw any error var myList:ArrayList = new ArrayCollection(); gives the following error: Implicit coercion of a value of type mx.collections:ArrayCollection to an unrelated type mx.collections:ArrayList. It was my confusion with c# that caused me

[flexcoders] list within list within list data proviers

2008-03-06 Thread DannyT
Please bear with me while i try to explain this: I have a custom dataItem: public class MyDataItem { public var Category:String; public var MainType:String; public var SubType:String; // some other properties } I create a collection of these data items which will be grouped by ca

Re: [flexcoders] ArrayList Vs ArrayCollection

2008-03-06 Thread Paul Andrews
If you search in help, it's only mentioned as a C# class and does not appear to exist in the mx.collections package. Where have you seen it? Paul - Original Message - From: DannyT To: flexcoders@yahoogroups.com Sent: Thursday, March 06, 2008 11:29 PM Subject: [flexcoders] Ar

[flexcoders] Can I check validation without validator.validate() and the associated visual feedback?

2008-03-06 Thread Josh McDonald
Hi guys, What I'm after is something that will simply give me a true/false result for a mx:validator without triggering the popups or red outlines on fields. Is there an easy way to do this? If not, should I write custom validators with this functionality / use modified SDK source, or would it be

[flexcoders] ArrayList Vs ArrayCollection

2008-03-06 Thread DannyT
Can anyone point out the difference between ArrayList and ArrayCollection? ArrayList seems to be in the mx.collections package but I can't find any documentation on it. Dan -- http://danny-t.co.uk

[flexcoders] cannot convert PopUpManagerImpl IPopUpManager WTF ???

2008-03-06 Thread Bjorn Schultheiss
I need some help here... I'm getting this error at the moment. TypeError: Error #1034: Type Coercion failed: cannot convert mx.managers::[EMAIL PROTECTED] to mx.managers.IPopUpManager. at mx.managers::PopUpManager$/get impl()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\man

Re: [flexcoders] wrapper and CFM code

2008-03-06 Thread Paul Hastings
Chad Gray wrote: > I am customizing the index.template. html so it will contain my CF code. just working thru that myself, see if these help: http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/ http://raghuonflex.wordpress.com/2008/03/05/indextemplatehtm

RE: [flexcoders] LinkedIn Flex Group

2008-03-06 Thread Ben Forta
Wow, so many signups in hours! Nice to see so many people wanting to proudly identify themselves as Flex developers. And, by popular request, here's the sign-up for the "Adobe AIR Developers" group: http://www.linkedin.com/e/gis/66366/08FFC95DCA0A --- Ben From: flexcoders@yaho

Re: [flexcoders] Module Size Issue

2008-03-06 Thread VELO
Can I add this to MXMLC: -compiler.external-library-path+=flex/libs/framework.swc ? Or is better use load-extern? VELO On Thu, Mar 6, 2008 at 7:02 PM, Alex Harui <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Actually a good question. I thought we'd changed load-externs to take a > SWC, but it

[flexcoders] Load Flex SWF into Flash - Error Msg

2008-03-06 Thread azsl1326-email
Hello All --- I am just moving into Flex 3 from Flash CS3/AS3 and am trying to import a Flex compiled SWF into Flash. I followed this tutorial, which seems to work well: http://seeing-is-believing.blogspot.com/2007/11/flex-components-in-flash-example-with.html If I put the code on a frame in Fl

[flexcoders] Upgrade from Moxie Beta Build 3 to Full retail Flex 3

2008-03-06 Thread dranoel1967
I need some help please! I just installed Flex 3 over Moxie - Beta build 3, and now get these crazy errors. I have tried uninstalling and the reinstalling and still the same. PLEASE any direction will be much appreciated :-) Platform Win Vista Flex build 3.0.194161 >From error Log --

RE: [flexcoders] Re: Embedding a SWF file in Flex

2008-03-06 Thread Alex Harui
That's fine. From the framework perspective Blake's suggestion is not embedding, but rather, loading. Embedding is a specific concept in Flex where the bits of an asset are included in the SWF so the SWF doesn't have to access other files at runtime. Embedding makes your SWF bigger which can be

RE: [flexcoders] Module Size Issue

2008-03-06 Thread Alex Harui
Actually a good question. I thought we'd changed load-externs to take a SWC, but it looks like that didn't happen. It turns out you can use the catalog.xml from the SWC though. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Marvin Fro

RE: [flexcoders] Re: Flex 2 - > 3 migration problems

2008-03-06 Thread Seth Hodgson
Hi Dmitri, That test app runs ok for me locally. I repointed it at a local server, and added a fault handler for the HTTPService. If you add a fault handler, clear your browser cache and rerun your test app do you still get no response? Thanks, Seth From: flexc

[flexcoders] Re: Embedding a SWF file in Flex

2008-03-06 Thread CO_China_Girl
Thank you for the responses. I tried Blake's suggestion and it has gotten me closer to what I want to happen. Much appreciated. --- In flexcoders@yahoogroups.com, "Blake Barrett" <[EMAIL PROTECTED]> wrote: > > you can either use a Loader in ActionScript, the loaded swf will be in > its .content

Re: [flexcoders] Re: Ignoring folders _svn / .svn

2008-03-06 Thread DannyT
Thanks for the link, I've just tried it but it doesn't seem to work with folders. I'm using the standalone fb3 install. Cheers On 06/03/2008, actionscript_czar <[EMAIL PROTECTED]> wrote: > > Since Flexbuilder is built on eclipse you can follow the idea on this > page: > http://eric-blue.com/blo

Re: [flexcoders] Re: Refactoring with Flex Builder 3

2008-03-06 Thread Fernando E. Troya
I recommend using the FlexBuilder plug-in version for an existing Eclipse IDE installation. Fer.- On Thu, Mar 6, 2008 at 1:36 PM, Tom Chiverton <[EMAIL PROTECTED]> wrote: > On Thursday 06 Mar 2008, m88e24 wrote: > > refactoring support available in the Java Eclipse environment, this so > > called

Re: [flexcoders] Re: Closing Project

2008-03-06 Thread Fernando E. Troya
Amy said: > I'm using Flex Builder 3 Beta 3 (just got my new SN today, so I will > need to install). > > But I find it really annoying when I close a project and the documents > stay open and Flex generates errors to the effect that the open > documents don't exist. > > -Amy > Amy, I've downlo

[flexcoders] Re: Tile list displaying across the whole screen

2008-03-06 Thread markcavins
thank you tracey. That didn't seem to make a difference. I trying to find how flex will display columnwidths, Total width, and any other values that can be handled dynamically on resizes and such. Any ideas would be great. Thanks --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTE

RE: [flexcoders] Tile list displaying across the whole screen

2008-03-06 Thread Tracy Spratt
And why are you setting height="0"? Not saying it is wrong, but it looks strange. BTW, consider grouping related properties together in your tag declaration. It will be easier to read/maintain. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTEC

RE: [flexcoders] modules vs. components

2008-03-06 Thread Chad Gray
Thanks Pat! That makes perfect sense! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pat Buchanan Sent: Thursday, March 06, 2008 3:14 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] modules vs. components Chad: There are many reasons why they are diffe

RE: [flexcoders] Tile list displaying across the whole screen

2008-03-06 Thread Tracy Spratt
You have defined the width of the tileList to be "350" set it to 100%. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markcavins Sent: Thursday, March 06, 2008 3:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tile lis

[flexcoders] dynamic chart types

2008-03-06 Thread netdeep
I have been looking around for a way to implement dynamic charts with flex. In other words, I'd like the user to be able to pick if they want to see the same data with a line or a plot or some other format. I also want to support multiple series on the same chart which makes it even more co

[flexcoders] Re: Flex 2 - > 3 migration problems

2008-03-06 Thread Dmitri Girski
Seth, Here is the shortest snippet: http://mitek.id.au/flex/HTTPService/TestFlex3.mxml http://mitek.id.au/flex/HTTPService/test.php This works in Flex2, and it doesn't work in Flex3. Dmitri. --- In flexcoders@yahoogroups.com, "Seth Hodgson" <[EMAIL PROTECTED]> wrote: > > Hi Dmitri, > > I

[flexcoders] Re: Problem Installing Flex 3 on Intel Mac

2008-03-06 Thread dkhvost
bump --- In flexcoders@yahoogroups.com, "dkhvost" <[EMAIL PROTECTED]> wrote: > > Hi all, > > I have read the other threads about this topic; however my problem seems to > be different. > I have also tried all of the other proposed solutions. When I double click > the FB3 Installer > that I h

[flexcoders] Tile list displaying across the whole screen

2008-03-06 Thread markcavins
I am trying to get a tile list to use the whole width of the screen to display the results. Right now it only hits about 40% of the screen. Here is my current set up. Then the States values I have tried a few ways of doing this. I am just trying to get the most bang

Re: [flexcoders] Module Size Issue

2008-03-06 Thread Marvin Froeder
Stupid question. Where can I get the framework link-reports? VELO On Wed, Mar 5, 2008 at 10:35 PM, Alex Harui <[EMAIL PROTECTED]> wrote: > > > Yup, list it twice in the compile options or comma-separate. Most MXMLC > options handle both ways > > > > > > > From

Re: [flexcoders] modules vs. components

2008-03-06 Thread Pat Buchanan
Chad: There are many reasons why they are different, but let me give you an example of why *I* use modules. I have an application "shell" - basically a pretty basic application that does some basic tasks. As I develop new functionality for this app (ie: new reports, new data entry screens, new t

Re: [flexcoders] Re: google maps...

2008-03-06 Thread [p e r c e p t i c o n]
thanks guys On Thu, Mar 6, 2008 at 5:00 AM, Gus <[EMAIL PROTECTED]> wrote: > Hi, > > I think this could help you, http://modestmaps.com/ > > HTH > Gus > > > --- In flexcoders@yahoogroups.com , "[p e r > c e p t i c o n]" > <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > Can any one point me to s

Re: [flexcoders] Re: Defining a root folder for BlazeDS installed on remote server

2008-03-06 Thread Mr Greg Murnock
Instead of pointing to the location of your services-config.xml try creating in Flex without the remoting server. Then try... >>Flex accessing CF7 via RemoteObject. All environments are different so >>editing all the services-confg.xml files is not an option. I removed the >>-services and have

[flexcoders] Re: Flex 2 - > 3 migration problems

2008-03-06 Thread Dmitri Girski
Hi Seth, Thank you for the help! I've created a testCase and attached it to the bug: https://bugs.adobe.com/jira/browse/SDK-14811 The offending code is in the following component: https://bugs.adobe.com/jira/secure/attachment/17635/HTTPService_XML_Problem.mxml PS I'll try to check the mxml ver

[flexcoders] Flex 3 and Flex 2 compatibility problem CurrencyFormatter

2008-03-06 Thread Xiaochen DU
The type of precision property of CurrencyFormatter class was int in Flex2. Now, it is Object in Flex3. Do you know why it is changed? This has broken my code. I am sure it will break many others'. Thanks, Harry

RE: [flexcoders] AMFPHP returning XML

2008-03-06 Thread Kevin Aebig
I'm using a newer version of AMFPHP that doesn't have the method table anymore. It assumes all methods are public unless they have a "private" definition inside the service class. But your example did give me some idea's. Thanks, !k _ From: flexcoders@yahoogroups.com [mailt

Re: [flexcoders] Re: couple of flexmdi questions

2008-03-06 Thread Ben Clinkinbeard
Yea, doesn't look like a flexmdi issue. On Thu, Mar 6, 2008 at 2:32 PM, Pan Troglodytes <[EMAIL PROTECTED]> wrote: > I'm not running into that problem. I have a popup that has a ComboBox > element. It comes up fine. However, I did find that if I had a popupbutton > and it's dataprovider was

Re: [flexcoders] Re: Defining a root folder for BlazeDS installed on remote server

2008-03-06 Thread [p e r c e p t i c o n]
Josh, Have you tried not using RemoteObject and just use NetConnection instead? I did get BlazeDS working using RemoteObject, but for a different project i used amfphp and used netconnection for the remoting...that way you can connect to anything without your project being coupled with the webapp..

[flexcoders] modules vs. components

2008-03-06 Thread Chad Gray
It appears modules and components are pretty similar. One thing I read about modules is you can load and un-load them from memory. Is this the major difference? Thanks, Chad

Re: [flexcoders] Re: couple of flexmdi questions

2008-03-06 Thread Pan Troglodytes
I'm not running into that problem. I have a popup that has a ComboBox element. It comes up fine. However, I did find that if I had a popupbutton and it's dataprovider was set to null. I clicked the popup button for it to get the dropdown, then clicked to close the window. It got: TypeError: E

[flexcoders] Re: Cairngorm and Menu Object

2008-03-06 Thread shafram
Thanks, I decided to create a command class that will create the arrays required for a Menu and then called a callback function (that was passed to my Command), to actually popup the menu inside my mxml. --- In flexcoders@yahoogroups.com, "Todd" <[EMAIL PROTECTED]> wrote: > > Yeah, this is where

[flexcoders] Re: Ignoring folders _svn / .svn

2008-03-06 Thread actionscript_czar
Since Flexbuilder is built on eclipse you can follow the idea on this page: http://eric-blue.com/blog/2004/11/adding_navigator_filters_to_ec.html The difference is where you will find the filters on Flexbuilder standalone. For example the plugin.xml file I am looking for on a PC is here: C:\Pr

Re: [flexcoders] Re: Flex Builder 3 vs SDK and Charting

2008-03-06 Thread Matt Chotin
(a) is correct. On 3/6/08 1:58 AM, "Tom Chiverton" <[EMAIL PROTECTED]> wrote: On Wednesday 05 Mar 2008, Matt Chotin wrote: >>In Flex 2, Charting was licensed per-machine (i.e. you'd need a licence for >>the dev and the build boxes). Is this now different for data vis. in Flex 3 > You know what,

RE: [flexcoders] Re: Flex 2 - > 3 migration problems

2008-03-06 Thread Seth Hodgson
Hi Dmitri, I just ran a quick test locally using an HTTPService to send an XML instance and it went out as the body of the post fine. E.g. http://localhost:8400/..."; method="post" contentType="application/xml" useProxy="false"/> ... and later ... var x:XML = bar; testService.send(x); Maybe s

[flexcoders] Re: How to maintain a Tree opened/close state after removed/added to stage?

2008-03-06 Thread Ivo
Thanks, I posted the following with a test case http://bugs.adobe.com/jira/browse/SDK-14892 - Ivo --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Please file a bug with a test case or post a test case in the forum. > > > > > > F

[flexcoders] Re: BarChart Bug when using a Series LabelFunction and type="stacked"

2008-03-06 Thread Sherpa_Ed
Solved the problem, at least for us, by setting a specific font size. Cheers, Eddie --- In flexcoders@yahoogroups.com, "Sherpa_Ed" <[EMAIL PROTECTED]> wrote: > > After further testing, let me update what I've found. It turns out tha > having a labelFunction isn't the issue. The problem is in sett

Re: [flexcoders] AMFPHP returning XML

2008-03-06 Thread [p e r c e p t i c o n]
sureit's pretty long so i'll give you an abbreviationhere's how the constructor is setup... function appointmentDataService () { // Define the methodTable for this class in the constructor $this->methodTable = array( "getAppointmentData" => array(

[flexcoders] another visit to -services tag and RemoteObject

2008-03-06 Thread Mr Greg Murnock
This has been talked about a few times but wanted to share my breakthru... Flex accessing CF7 via RemoteObject. All environments are different so editing all the services-confg.xml files is not an option. I removed the -services and have my wrapper CFM create the toString("http:/" & CGI.SERVER

[flexcoders] how to know if a control has validation on it

2008-03-06 Thread Sherif Abdou
Is there anyway to know if say a TextInput is bound to a validator that is waiting to be tripped. I know describeType and just find it but is there a better way. Be a better friend, newshound, and know-

[flexcoders] Re: Having an issue with flex 3

2008-03-06 Thread markcavins
Now I am seeing in firebug that my wrapper script can't resolve my host so that is why I am having a problem. Thanks for looking at this with me. --- In flexcoders@yahoogroups.com, "markcavins" <[EMAIL PROTECTED]> wrote: > > Hmm you pose an interesting question. I was simply going between the > w

[flexcoders] Re: Having an issue with flex 3

2008-03-06 Thread markcavins
Hmm you pose an interesting question. I was simply going between the working copy that is working on my server (written in flex 2 and then updated with the beta 2 version of 3). I can go to the actual url call and see that the xml is being generated. I'm not sure quite how to debug 3 to see. I am n

[flexcoders] faultDetail = "The consumer was not able to subscribe to its target destination"

2008-03-06 Thread annouss79
hi all. i'm trying a simple flex chat and i got this error even if my configuration is good , i have the right destination. what's can be wrong ? thx

[flexcoders] Re: Errors in Export Project but not in normal build or debug...

2008-03-06 Thread b_alen
Any thoughts guys? It's really urgent. --- In flexcoders@yahoogroups.com, "b_alen" <[EMAIL PROTECTED]> wrote: > > I'm using FB3, not beta. I'm getting all sorts of strange errors while > exporting through Project / Export Release Build, but I'm not getting > any errors in the console while I do a

RE: [flexcoders] Re: Having an issue with flex 3

2008-03-06 Thread Alex Harui
I'm sure your code is the same and works great on Flex 2, but now that you're hitting some problem we need to definitely determine where the problem is. How did you confirm that you have data in the Flex 3 version? If you really do have data, then the next step is to examine the renderers, see ho

RE: [flexcoders] Odd keyboard behaviour for TextArea - bug?

2008-03-06 Thread Alex Harui
Latin is not a supported language (just kidding). Yeah, I'd call this a bug. What is happening is that the cursor I-Beam (if it were editable) is at the end of the text so pageUp/Down is relative to that point. Since we leave the scrollPosition at 0 after inserting text, we should probably re

[flexcoders] Re: Flex 2 - > 3 migration problems

2008-03-06 Thread Dmitri Girski
After some tweaks I've managed to convert my beautiful XML object into the ugly flash.xml.XMLNode one and then convert it with SimpleXMLDecoder into the unnamed Object and then send it to server. Welcome back AS2! Guys, if anyone happily sends XML objects via HTTPService could you please write he

[flexcoders] Re: BarChart Bug when using a Series LabelFunction and type="stacked"

2008-03-06 Thread Sherpa_Ed
After further testing, let me update what I've found. It turns out tha having a labelFunction isn't the issue. The problem is in setting a labelPosition, whether "inside" or "outside". Once text is display, the failure occurs. Also - it works fine with only one series, but the fatal mixture is: 1)

Re: [flexcoders] LinkedIn Flex Group

2008-03-06 Thread Jeffry Houser
There is also A Flex Addict group, which is on my profile, however I cannot figure out how to link to it. ;) Ben Forta wrote: > > > Are you a LinkedIn member? If so, proudly tell the world that you are a Flex > fan by joining the Flex Developers group. Benefits include, um, well, a cool > l

RE: [flexcoders] Re: Embedding a SWF file in Flex

2008-03-06 Thread Alex Harui
You can use [Embed] or @Embed to embed a SWF From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mailtoanzer Sent: Thursday, March 06, 2008 1:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Embedding a SWF file in Flex Use

[flexcoders] Re: Having an issue with flex 3

2008-03-06 Thread markcavins
I do have data in it. I can take the working copy -- which ahs the same exact code and it is working fine. But from flex 3 nothing appears. --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I can't think of any issues that should affect you. Make sure your > dataProv

RE: [flexcoders] DragEvent propagation

2008-03-06 Thread Alex Harui
You might be able to redispatch the event to another object. Not sure it will work though. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of toofah_gm Sent: Thursday, March 06, 2008 7:35 AM To: flexcoders@yahoogroups.com Subject: [flexcod

RE: [flexcoders] Module Size Issue - Resolved

2008-03-06 Thread Alex Harui
If you have time, please make a small test case and file a bug. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jehanzeb Musani Sent: Thursday, March 06, 2008 7:54 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Module Size I

  1   2   >