[flexcoders] WebService Question

2008-01-24 Thread yourName
How to call a web service wrriten in java from flex. My webservice returns Java Object do i have to use FDS. As far as i know i dont have to use FDS for RPC and Web services they r needed for Remote Object. Following is my Web Method Class. @WebMethod(operationName = getModel)

[flexcoders] ModuleLoader vs ModuleManager

2008-01-24 Thread reflexactions
As I read the docs... If I use ModuleLoader it is a container that ultimately parents the module I load. If I use ModuleManager I can add the module directly as a child i.e. there is one less layer between me and the module. Is that right, does that make ModuleManger marginally more effecient

Re: [flexcoders] Re: Seriously, what is the 'right' way to do default styles?

2008-01-24 Thread Tom Chiverton
On Thursday 24 Jan 2008, ben.clinkinbeard wrote: I made some good progress with the classConstruct() approach towards the end of today so hopefully I will be able to resolve the remaining issues tomorrow. Thanks a lot for your help so far, I will keep you posted on my progress... and hurdles

[flexcoders] How to turn off camera ?

2008-01-24 Thread YOGESH JADHAV
Hi all, How to turn off/on webcam in flex? I tried assignining my camera variable null value which doesn't work. CurrentFPS property is read only , so i can not assign it a 0. I was unable to find any property or event in camera object which turns the camera ON/OFF. Most of the

[flexcoders] First flex app

2008-01-24 Thread utbrain
http://golfreview.signonsandiego.com/ This is our first Flex app. Its built using Modest maps, djangoAMF and Django. Please give it a test drive and tell us what you think.

[flexcoders] framework caching is not working

2008-01-24 Thread Sanjit Kumar
hi all I have working with flash player cache I compiled my application using runtime-shared-library-path mxmlc -runtime-shared-library-path=../frameworks/libs/framework.swc,framework_3.0.189825.swz,, ../frameworks/RuntimeSharedLibrary/profile.mxml -target-player=9.0.60 i deployed my swf

[flexcoders] Deserializing a of Java 3D array of doubles?

2008-01-24 Thread bpanulla
I have a Java Axis2 Web Service that generates a dataset in the form of a 3D array of doubles (eg double[][][]), and returns it to the client serialized as a bytearray (byte[]). I'm able to reconstitute the 3D array of doubles in memory on a client using Java. Is it possible for me to do the same

[flexcoders] Re: Debugger Session lost after reload

2008-01-24 Thread ndkamp
ah, ok, thanks tom! it's not really a problem, just thought i may have overlooked something. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 22 Jan 2008, ndkamp wrote: When i start debugging an app, the app gets loaded in firefox and FB connects to the

[flexcoders] Re: good examples of imagecropping?

2008-01-24 Thread francesco_magalini
i'm interested too thanks

[flexcoders] Export flash object (genarted on flex ) to word from java. May you please help?

2008-01-24 Thread Shrikanth
Hi, In our application we are generating a flash object(which contains graphs like barchart, piechart etc) through flex using action script (we are not using the flex life cycle server), we are just creating .swf file and then embeding it into the jsp. Now, I need to extract the frames

Re: [flexcoders] How to turn off camera ?

2008-01-24 Thread Tom Chiverton
On Thursday 24 Jan 2008, YOGESH JADHAV wrote: Hi all, How to turn off/on webcam in flex? Do you mean start/stop capture, or actually turn the privacy setting (right click a Flash app) on or off ? You can't do the latter... -- Tom Chiverton Helping to evangelistically

Re: [flexcoders] How to turn off camera ?

2008-01-24 Thread YOGESH JADHAV
By any method which works :) On Jan 24, 2008 7:35 PM, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 24 Jan 2008, YOGESH JADHAV wrote: Hi all, How to turn off/on webcam in flex? Do you mean start/stop capture, or actually turn the privacy setting (right click a Flash

Re: [flexcoders] Printing very long textarea

2008-01-24 Thread Rabib
Hi ! That's really hot! Exactly what I was trying to do since so many times! Great Job Thank's a lot! -- Ju Frederico Garcia wrote: Rabib escreveu: Hi ! Thanks for your posts. It's been a long long time that I am looking for a good solution to this similar problem: create a printVbox

Re: [flexcoders] How to turn off camera ?

2008-01-24 Thread YOGESH JADHAV
i mean how to stop capture On Jan 24, 2008 7:50 PM, YOGESH JADHAV [EMAIL PROTECTED] wrote: By any method which works :) On Jan 24, 2008 7:35 PM, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 24 Jan 2008, YOGESH JADHAV wrote: Hi all, How to turn off/on webcam in

Re: [flexcoders] framework caching is not working

2008-01-24 Thread Sanjit Kumar
please some body help me on this topic. Sanjit Kumar wrote: hi all I have working with flash player cache I compiled my application using runtime-shared-library-path mxmlc -runtime-shared-library-path=../frameworks/libs/framework.swc,framework_3.0.189825.swz,,

Re: [flexcoders] dynamic VBox?

2008-01-24 Thread Tom Chiverton
On Thursday 24 Jan 2008, Sherif Abdou wrote: so why can;t use just see what the results are, create a loop then use addChild() Or a Repeater. -- Tom Chiverton Helping to enthusiastically deploy innovative action-items on: http://thefalken.livejournal.com

Re: [flexcoders] FLEX, IFRAME Unified application Portal -- Need Help

2008-01-24 Thread Tom Chiverton
On Thursday 24 Jan 2008, vkc_nair wrote: I hav to pass the application URL as newIFrame.source =http://host/pkw_public.start_mainsail? i_user=useramp;i_passwd=test123 How can use IFrame and pass the URL with userid and password without exposing the information. Can you alter the other

Re: [flexcoders] First flex app

2008-01-24 Thread Paul Andrews
- Original Message - From: utbrain [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 24, 2008 2:24 AM Subject: [flexcoders] First flex app http://golfreview.signonsandiego.com/ This is our first Flex app. Its built using Modest maps, djangoAMF and Django.

Re: [flexcoders] How to turn off camera ?

2008-01-24 Thread Tom Chiverton
On Thursday 24 Jan 2008, YOGESH JADHAV wrote: i mean how to stop capture Would your application just stop showing the 'I'm watching you' GUI ? -- Tom Chiverton, who's never done anything with Camera This email is sent for and on behalf of

[flexcoders] Re: good examples of imagecropping?

2008-01-24 Thread ben.clinkinbeard
P.J. Onori recently posted some very cool code that might give you a head start on the cropping: http://www.somerandomdude.net/blog/flash/bitmap-segmentor/ Uploading and saving should be doable via FileReference which there is plenty of information about, both here on flexcoders and on the

Re: [flexcoders] First flex app

2008-01-24 Thread Tom Chiverton
On Thursday 24 Jan 2008, Paul Andrews wrote: Had a quick look - looking good, though the map is seriously broken. I The GUI also doesn't resize itself to my browser. -- Tom Chiverton Helping to autoschediastically grow web-enabled ROI on: http://thefalken.livejournal.com

Re: [flexcoders] Dynamic Binding

2008-01-24 Thread Sherif Abdou
you could prob do something like this text={userSave/*BooleanValue*\ ? photoFile : detailObject.Photo} so just pass in a boolean in the event. - Original Message From: JRBower [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 24, 2008 1:34:54 AM Subject:

Re: [flexcoders] How to turn off camera ?

2008-01-24 Thread Sherif Abdou
just pass a null parameter, i think but i never use a camera class before myVideo.attatchCamera(null); - Original Message From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 24, 2008 8:48:23 AM Subject: Re: [flexcoders] How to turn off camera ?

[flexcoders] Re: Array Item Counting

2008-01-24 Thread simonjpalmer
...let's hope you don't get any floating point numbers or you'll flunk CS 101... --- In flexcoders@yahoogroups.com, Seth Caldwell [EMAIL PROTECTED] wrote: Not to be harsh, but this sounds like something my first cs course in college would have had as an assignment or problem in a homework set.

Re: [flexcoders] First flex app

2008-01-24 Thread Paul Andrews
- Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 24, 2008 2:52 PM Subject: Re: [flexcoders] First flex app On Thursday 24 Jan 2008, Paul Andrews wrote: Had a quick look - looking good, though the map is seriously

Re: [flexcoders] First flex app

2008-01-24 Thread Derrick Anderson
i think fixed size only works well on web sites, for web apps that interact with the user i always make the UI use as much of the browser as possible. d. On Jan 24, 2008 10:39 AM, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To:

Re: [flexcoders] magnifying glass component

2008-01-24 Thread Max Frigge
I reckon that one is done with a simple mask effect. Just have a bigger image in another layer and then let the magnifier be your mask of the bigger one. Then you could move the scaled image a little bit according to your mouse position so that you get into the corners. At least that could be

Re: [flexcoders] First flex app

2008-01-24 Thread Tom Chiverton
On Thursday 24 Jan 2008, Paul Andrews wrote: The GUI also doesn't resize itself to my browser. LOL, it's not compulsory! Who knows best what size to use ? Me, or some designer I've never spoken to ? -- Tom Chiverton Helping to administratively incentivize front-end meta-services on:

[flexcoders] Tutorial - creating a vertical tabnavigator

2008-01-24 Thread mjulsonecometry
I'm using the Flex Builder 3 beta and haven't seen a way to make the tabnavigator go vertical instead of horizontal. Anyone know of a tutorial/article that shows how to build something similar through maybe a buttonbar and viewstack? Or if anyone has any ideas on how to change the tabs from

Re: [flexcoders] Tutorial - creating a vertical tabnavigator

2008-01-24 Thread Tom Chiverton
On Thursday 24 Jan 2008, mjulsonecometry wrote: I'm using the Flex Builder 3 beta and haven't seen a way to make the tabnavigator go vertical instead of horizontal. The Framework one doesn't. tutorial/article that shows how to build something similar through maybe a buttonbar and viewstack?

RE: [flexcoders] framework caching is not working

2008-01-24 Thread Matt Horn
That error, I think, indicates that the SWZ is not signed. Double check that you are using the right RSL. Also try specifying a SWF (unsigned RSL) to see if that works. -matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sanjit Kumar

Re: [flexcoders] framework caching is not working

2008-01-24 Thread Tom Chiverton
On Thursday 24 Jan 2008, Sanjit Kumar wrote: -runtime-shared-library-path=../frameworks/libs/framework.swc,framework_3.0 .189825.swz,, ../frameworks/RuntimeSharedLibrary/profile.mxml Should the .swz and .swc be the other way around ? Can you install Flex Builder for Linux and try using that to

[flexcoders] Please help - Flex component kit

2008-01-24 Thread jrosenhaft
(I also posted this on the adobe labs forum. Apologies if you see it twice) I've tried several examples of using the flex component kit for Flash AS3 and none of them are working for me. Whenever I run the Convert Symbol to Flex Component Command, I get the following output: Command made

Re: [flexcoders] First flex app

2008-01-24 Thread Paul Andrews
- Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 24, 2008 4:05 PM Subject: Re: [flexcoders] First flex app On Thursday 24 Jan 2008, Paul Andrews wrote: The GUI also doesn't resize itself to my browser. LOL, it's not

[flexcoders] LCDS Paging error and connection management in DataServices. Advice?

2008-01-24 Thread Kevin
I am trying to handle a situation where my user are getting temporarily disconnected from my web app and then proceeding to continue enter info thinking that it is being saved simply because it is still working in actionscript. (of course nothing is getting persisted to the database at this

[flexcoders] Re: Switching easing function at runtime

2008-01-24 Thread ddanone2
Watch this link, you can view the source code: http://blog.diaztorres.com/2007/06/customeasingfunctionexplorer/customeasingexplorer.html# Cheers Raul --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: I'm trying to build an easing explorer, so I can easily compare the

[flexcoders] Re: LCDS Paging error and connection management in DataServices. Advice?

2008-01-24 Thread Kevin
I'll add to this post, how do you check the connected status if you are using amf-polling?? If I turn off my internet connection while working, I get tons of errors when trying to navigate the app since things are all of a sudden not loading in via paging... I am not sure the best way to handle

[flexcoders] resizing the whole movie or just the browser window in flex

2008-01-24 Thread Gustavo Duenas
Hi I have a flex app/website and its whole size doesn't get or adapt to my screen size. So I've just resize it in the main application and the problem is when it is loaded looks ok, but sometimes , it opens with a bigger size and instead of being resized to that, appears a blank space

[flexcoders] Conflict Management using Flex/CF references?

2008-01-24 Thread nasawebguy
Any suggestions on getting started with the conflict management (concurrent/simultaneous users hitting same record) features of Flex 3? I have a Flex 3/ColdFusion app that I'd like to expand beyond just remoteObject/Remoting to prevent users from stomping on each others data. What can I do with

Re: [flexcoders] Conflict Management using Flex/CF references?

2008-01-24 Thread João Fernandes
yes, that's available in 7.0.2 but be prepared to change some code since there are specific requirements. If you're looking for locking data for specific to specific users, that's not implemented, you have to handle it yourself. -- João Fernandes http://www.onflexwithcf.org

Re: [flexcoders] resizing the whole movie or just the browser window in flex

2008-01-24 Thread Paul Andrews
- Original Message - From: Gustavo Duenas To: flexcoders@yahoogroups.com Sent: Thursday, January 24, 2008 5:19 PM Subject: [flexcoders] resizing the whole movie or just the browser window in flex Hi I have a flex app/website and its whole size doesn't get or adapt to my

Re: [flexcoders] resizing the whole movie or just the browser window in flex

2008-01-24 Thread Sherif Abdou
can't he just use ExternalInteface and use javaScript, there are those popups that you can never resize or do anything with. - Original Message From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 24, 2008 11:36:33 AM Subject: Re: [flexcoders]

Re: [flexcoders] Re: Webservice, SOAP, SSL and BasicAuthentication

2008-01-24 Thread Christoph Guse
Hi, thanks for your replies. eipref1.kingmedia.de is a non-public server running in a virtual machine for developing purposes only. The WSDL file is accessible. I did some more investigation and the solution is at the moment the Flex SOAP webservice functionality is not useable. The

Re: [flexcoders] resizing the whole movie or just the browser window in flex

2008-01-24 Thread Gustavo Duenas
would you please explain me this external interface more in detail? Regards Gustavo On Jan 24, 2008, at 12:44 PM, Sherif Abdou wrote: can't he just use ExternalInteface and use javaScript, there are those popups that you can never resize or do anything with. - Original Message

[flexcoders] Flex3 and DataGridHeader hanging error

2008-01-24 Thread Mark Bradley
Hi, I upgraded from Flex2 to Flex3 and now I am seeing this error on my DataGrid controls when I mouse over between columns: Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds. at mx.core::UIComponent/get

Re: [flexcoders] Flex3 and DataGridHeader hanging error

2008-01-24 Thread Sherif Abdou
what exactly are you trying to do, when u mouseOver is there any code that gets executed? - Original Message From: Mark Bradley [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 24, 2008 11:55:08 AM Subject: [flexcoders] Flex3 and DataGridHeader hanging error

Re: [flexcoders] Flex3 and DataGridHeader hanging error

2008-01-24 Thread Mark Bradley
No, no code that is mine (just the flex framework code). I am not listening for any mouse over events. I am listening for these events though on the DataGrid: IndexChangedEvent.HEADER_SHIFT DataGridEvent.HEADER_RELEASE ListEvent.ITEM_CLICK Thanks, -Mark On Jan 24, 2008, at 12:00 PM,

RE: [flexcoders] Flex3 and DataGridHeader hanging error

2008-01-24 Thread Alex Harui
Known issue for deeply nested DG's. Will be fixed in the final. If you can move your DG up so it doesn't have so many parents you can get around this for now. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Bradley Sent:

[flexcoders] Adding children at run-time

2008-01-24 Thread markgoldin_2000
I have a tab navigator as a main application container. I have designed mxml components (form based) for each tab. I want to load these forms when a user clicks on a tab. How can I do that? Thanks

RE: [flexcoders] ModuleLoader vs ModuleManager

2008-01-24 Thread Alex Harui
ModuleManager is lower-level and therefore a bit more work. The most common thing people do with modules (generate some UI when switching to a viewstack page) is encapsulated in ModuleLoader. Everything else (Popup, class loading) probably requires using ModuleManager directly.

Re: [flexcoders] Flex3 and DataGridHeader hanging error

2008-01-24 Thread Mark Bradley
Ok. Not the answer I was hoping for, as I'll have to move back to Flex 2 for now. At least I was on Flex 3 for one day! Thanks, -Mark On Jan 24, 2008, at 12:18 PM, Alex Harui wrote: Known issue for deeply nested DG’s. Will be fixed in the final. If you can move your DG up so it

[flexcoders] Re: Seriously, what is the 'right' way to do default styles?

2008-01-24 Thread ben.clinkinbeard
OK, I am soo close. I think the only remaining compatibility issue is that Flex 3 seems to auto-size a Button to match the dimensions of its skin (very handy) but Flex 2 doesn't. I would like to avoid setting the sizes of my default buttons because that will make things much harder to restyle

[flexcoders] How do I keep an error message visible until its fixed?

2008-01-24 Thread anthony_morsey
I would like to validate a textinput field and have the red boxed error message stay resident on the screen next to the field until the data is fixed. Currently, once you move the mouse out of the field the message goes away. I want it to stay on the screen. Thanks Tony

Re: [flexcoders] resizing the whole movie or just the browser window in flex

2008-01-24 Thread Maciek
Best to get it straight from the source: http://livedocs.adobe.com/flex/2/langref/flash/external/ExternalInterface.html On Thu, 2008-01-24 at 12:53 -0500, Gustavo Duenas wrote: would you please explain me this external interface more in detail? Regards Gustavo On Jan 24, 2008,

[flexcoders] Re: framework caching is not working

2008-01-24 Thread Darrell Loverin
Error code #2046 means the signature of the signed RSL is invalid. Since I know framework_3.0.189825.swz is correctly signed I think the problem your running into is the player does not currently support 64-bit Suse. It may be support in Player 10. -Darrell --- In flexcoders@yahoogroups.com,

Re: [flexcoders] Adding children at run-time

2008-01-24 Thread Sherif Abdou
addChild() and just figure out the tabIndex that the user is on and load the appropriate form. get the Index or label of the container and just add them mx:TabNavigator id=myNav change=tabChange(event) mx:Canvas label=Flex/ mx:Canvas label=Coders/ /mx:TabNavigator - Original Message

[flexcoders] Re: Adding children at run-time

2008-01-24 Thread markgoldin_2000
But how do I load mxml component at the run time? --- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote: addChild() and just figure out the tabIndex that the user is on and load the appropriate form. get the Index or label of the container and just add them mx:TabNavigator

[flexcoders] Re: Possible Data Service - Hibernate Assembler bug

2008-01-24 Thread Kevin
did you ever find a solution to this? I think I may be having the same problem. - Kevin --- In flexcoders@yahoogroups.com, foobone9 [EMAIL PROTECTED] wrote: I have two different apps A B. On startup both use the same DS fill method (and same fill parameters) to login and authenticate a

[flexcoders] mxml loader

2008-01-24 Thread Ricardo Kirkner
Hi there, I am new to flex. I am trying to find out if there is a way to render mxml code dynamically at runtime. What I want to achieve is to have a main mxml file that will fetch a mxml form definition (in the form of a string, for example) through a web service, and will then render the mxml

[flexcoders] Re: Flex3 and DataGridHeader hanging error

2008-01-24 Thread rueter007
I logged this issue with adobe a few weeks back and was eventually marked as fixed. I had the same problem whenever the cursor changes in a deeply nested component (happens on DG headers, divided box boundaries etc). More often than not, if you have such a deeply nested component, there might be

Re: [flexcoders] mxml loader

2008-01-24 Thread Maciek
I don't think this is possible, since MXML is actually compiled down to ActionScript. I believe the closest you can come to this is have a web service that will invoke the compiler and build mini-swfs (same mxml that you were thinking of sending around, plus just enough skeleton code to get it to

Re: [flexcoders] mxml loader

2008-01-24 Thread Paul Andrews
- Original Message - From: Ricardo Kirkner [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 24, 2008 7:17 PM Subject: [flexcoders] mxml loader Hi there, I am new to flex. I am trying to find out if there is a way to render mxml code dynamically at runtime.

Re: [flexcoders] mxml loader

2008-01-24 Thread Derrick Anderson
i've done something similar i think- why not have the web service send you a form definition in XML, then have your main flex app parse thru the XML and build the form components? d. On Jan 24, 2008 2:36 PM, Maciek [EMAIL PROTECTED] wrote: I don't think this is possible, since MXML is

[flexcoders] Re: Adding children at run-time

2008-01-24 Thread rueter007
mxml is eventually converted to actionscript. So, you can instantiate this component using 'new' just like you do with an AS class. - venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote: But how do I load mxml component at the run time?

[flexcoders] Deep linking with beta 3, ie6 problems

2008-01-24 Thread craig081785
I'm using the deep linking capabilites of flex, with Flex 3, beta 3. It seems to work fine on most browsers, however, in IE6, it will go to the deep link, then when I reset the url, it reloads the page, is there a way to stop it from refreshing the entire page? Is this a bug with flex, or is

[flexcoders] OLAPCube problems with definition

2008-01-24 Thread Marcio Napoli
Hi, I cant show OLAPDataGrid only measures. I need show only the total, so i dont have dimensions. My datapacket already totalized. Example where all fields are measures: ROWDATA ROW FEMALE=8777 MALE=10113 UNDEFINED=291 TOTAL=19181/ /ROWDATA Grid: FEMALE | MALE | UNDEFINED

RE: [flexcoders] mxml loader

2008-01-24 Thread Mike Krotscheck
This is possible two different ways: 1- With the livecycle server, which will compile your mxml on the fly and then send the resulting swf to your application. This costs a lot of money. 2- By using some kind of object encoding (coreLib.JSON might be able to do this), converting the string to a

[flexcoders] Re: mxml loader

2008-01-24 Thread iilsley
There is the Flex Module for Apache and IIS on Adobe Labs that may do the trick .. http://labs.adobe.com/wiki/index.php/Flex_Module_for_Apache_and_IIS [quote] The Flex module for Apache and Microsoft IIS provides web-tier compilation of MXML and ActionScript files on Apache and IIS web

[flexcoders] Restrict dragging for some datagrid columns

2008-01-24 Thread Daman Dogra
Hi All, I understand that in Flex 3.0 the DataGridColumn class has a property called draggable which controls the drag behaviour of that column. How can I do the same in Flex 2.0.1 ? ...ie restrict certain columns from being draggable. Looks like in Flex 2.0 the draggable property is only

RE: [flexcoders] Re: Seriously, what is the 'right' way to do default styles?

2008-01-24 Thread Alex Harui
I believe we're making some last-minute tweaks to how Flex 3 works with graphical skins. I believe we examine the scale9 rectangle. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Thursday, January 24, 2008 10:35

RE: [flexcoders] Restrict dragging for some datagrid columns

2008-01-24 Thread Alex Harui
Subclass, override mouseDownHandler, call stopImmediatePropagation if one of those headers got clicked. That will block sorting on that column though. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daman Dogra Sent: Thursday, January

[flexcoders] Dynamically changing the size of a chart

2008-01-24 Thread Bob Jones
Hi all, I'm trying to make a bar or column chart, but sometimes I have too many column or bar series and each series becomes too small because its trying to fit inside the component. Is there any suggestion how to make the chart component dynamically change it's size? Thanks.

[flexcoders] Rounded corners on selections?

2008-01-24 Thread thirtyfivemph
While Halo is a pretty nice, general purpose skin that's pretty flexible with all of its programmatic skins, there are a few aspects of it that just annoy the heck out of me. Perhaps you guys can help me resolve one of them... If I create a listbox (or if I'm styling the drop-down list of a combo

[flexcoders] Resize Event Complete

2008-01-24 Thread jmfillman
I need to capture the size of a canvas after the Resize Event completes. Triggering a trace on the canvas size at the Resize Event captures the size of the window at the start of the Resize Event, not once it has completed. How do I get the value once it has completed?

[flexcoders] ViewStack the change event is not dispatched on removeChild

2008-01-24 Thread Guillaume Malartre
Hi, I wanted a second opinion before believing this is an issue. I'm using a ViewStack in my Chat to navigate between different rooms. When I set focus on a room I change the selectedIndex and the event change is dispatched correctly but if I remove the selected room I would expect to get a

[flexcoders] chicken and egg object instatiation

2008-01-24 Thread Merrill, Jason
I have some AS3 code in Flex that creates a series of objects (class instances) based on some data. It's a network diagram being drawn dynamically. Each class instance object (I call them atoms) extends Sprite, has an id number property set in it's constructor. Each atom instance has to

[flexcoders] DataServices DMS / Hibernate Help!

2008-01-24 Thread Kevin
I am in desperate need of some debugging help with my data services stuff. Things seem to be breaking left and right and I am not sure what is wrong. I am getting a lot of errors recently, but they are not totally consistent as to when they happen. It seems that after a certain number of users

[flexcoders] copy paste troubles

2008-01-24 Thread Seth Caldwell
For some reason, I (usually) cannot use the keyboard to copy and paste from text fields in flex. I have to right click with the mouse and choose copy. Paste often works. Anyone know the cause for this? I definitely have the text field selected, shift highlighted text with the keyboard. Quite

Re: [flexcoders] chicken and egg object instatiation

2008-01-24 Thread Paul Andrews
Jason, Presumably you're simplifying things. In a network diagram, there may be several other connected atoms, so you'd need an array of parentAtoms and it wouldn't be a parent relationship. If you're really talking about a tree, then the first atom won't have a parent and will be null. When

RE: [flexcoders] chicken and egg object instatiation

2008-01-24 Thread Merrill, Jason
Yeah, thanks, but what you've said is all the stuff I'm already doing... Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community From:

[flexcoders] Re: copy paste troubles

2008-01-24 Thread jmfillman
What's equally annoying is when you pick on me for asking a simple question, and then post your own question as a follow-up to my post. But we all have our own strengths and weaknesses. --- In flexcoders@yahoogroups.com, Seth Caldwell [EMAIL PROTECTED] wrote: For some reason, I (usually)

Re: [flexcoders] chicken and egg object instatiation

2008-01-24 Thread Paul Andrews
- Original Message - From: Merrill, Jason To: flexcoders@yahoogroups.com Sent: Thursday, January 24, 2008 10:52 PM Subject: RE: [flexcoders] chicken and egg object instatiation Yeah, thanks, but what you've said is all the stuff I'm already doing... Well, it's about all

RE: [flexcoders] Rounded corners on selections?

2008-01-24 Thread Alex Harui
You can swap in a List that has a drawHighlightIndicator override that draws round rects. See dropdownFactory From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thirtyfivemph Sent: Thursday, January 24, 2008 1:28 PM To:

[flexcoders] internet explorer problem

2008-01-24 Thread Ron Hiner
I described this a couple days ago, but did get any response.. anyone? I created my very first Flex app the other day, and it works perfectly in firefox... It's pretty trivial really: it reads an XML file for a list of image files, then loads them into an mx:image -- I love it! (code is

RE: [flexcoders] chicken and egg object instatiation

2008-01-24 Thread Alex Harui
The debugger reads every getter function in an object that is in scope. This can cause getters to fire early before other things are set. It doesn't happen to me often, but when I run into that, I just add null tests and return null. From:

RE: [flexcoders] chicken and egg object instatiation

2008-01-24 Thread Merrill, Jason
Hey Paul, I thought some more about the main atom having no parent, and while I did make the decision to set it's parent id to 0 when all other IDs started at 1 to account for the null situation, that WAS the issue - the method that searched for a parent and returned an instance was not accounting

RE: [flexcoders] Re: Adding children at run-time

2008-01-24 Thread Jim Hayes
I think that unless you set creationpolicy=all on the tab navigator, the (forms in this case) are not actually instanciated until the user clicks on the tab (or you set the tabindex or similar) in any case. So it may not be necessary to do exactly what you ask, perhaps you can just define

RE: [flexcoders] chicken and egg object instatiation

2008-01-24 Thread Merrill, Jason
Thanks Alex, good info as usual. Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: copy paste troubles

2008-01-24 Thread Seth Caldwell
The difference, is that my question is in relation specifically to a flex component (that may have a bug), while your question was basic array manipulation and not related to anything flex. I have narrowed the bug down. Specifically copy will work if I use the mouse to select text. Paste

Re: [flexcoders] chicken and egg object instatiation

2008-01-24 Thread Paul Andrews
Great news! Paul - Original Message - From: Merrill, Jason To: flexcoders@yahoogroups.com Sent: Thursday, January 24, 2008 11:10 PM Subject: RE: [flexcoders] chicken and egg object instatiation Hey Paul, I thought some more about the main atom having no parent, and while

[flexcoders] Re: copy paste troubles

2008-01-24 Thread jmfillman
Are you using Flex 2 or 3? AIR or Web Bases? I created a really brief AIR app: ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:TextInput x=10 y=10/ /mx:WindowedApplication I am not able to duplicate the issue that you

[flexcoders] AIR Code Signing Certificates Pricing

2008-01-24 Thread Dale Fraser
Hello, I see that Thawte do code code signing certs for $299 https://www.thawte.com/process/retail/new_devel_collect_details I think this is expensive, for what it is. And Thawte are just expensive in general. Does anyone know of anyone else who does these certs at a better price.

RE: [flexcoders] internet explorer problem

2008-01-24 Thread Tracy Spratt
Is xmlReceived() getting called? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ron Hiner Sent: Thursday, January 24, 2008 6:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] internet explorer problem I described

RE: [flexcoders] Re: copy paste troubles

2008-01-24 Thread Seth Caldwell
Can you try with mx:TextArea/ ? That's where I'm noticing the problem. Sorry, I should have specified initially. I'm using Flex 3 Beta 3. Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jmfillman Sent: Thursday, January 24, 2008 3:42 PM To:

RE: [flexcoders] Webservice, SOAP, SSL and BasicAuthentication

2008-01-24 Thread Seth Hodgson
Hi Christoph, If you take a close look at the error on the client it states: 'Destination 'dataElements' has no channels defined and the application does not define any default channels.' When you compile your swf with a -services flag, a portion of your services-config.xml info is injected

[flexcoders] actionscript equivalent to setting labelFunction in PieSeries

2008-01-24 Thread Adrian Gillette
I'm looking for a way to use as3 code to set the labelFunction in a PieSeries instance. I've tried series1.labelFunction(displayLabel) and series1.labelFunction = displayLabel. But no luck. Any recommendations? Adrian

[flexcoders] Re: copy paste troubles

2008-01-24 Thread jmfillman
Works fine for me in both Web and AIR versions. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:TextArea x=10 y=10/ /mx:Application Are you setting any other properties in the TextArea? JF --- In flexcoders@yahoogroups.com,

[flexcoders] Re: copy paste troubles

2008-01-24 Thread jmfillman
One other thing, with the TextArea, try tracing the selection begin and end index, to see if they are valued. JF --- In flexcoders@yahoogroups.com, jmfillman [EMAIL PROTECTED] wrote: Works fine for me in both Web and AIR versions. ?xml version=1.0 encoding=utf-8? mx:Application

RE: [flexcoders] Re: Failure to access a WSDL file from Flex's WebService class over HTTPS on IE

2008-01-24 Thread Seth Hodgson
Hi Eyal, My direct experience is limited to working with POSTs from IE over HTTPS. POSTs are not idempotent and are not cacheable according to the HTTP spec. See section 9.5: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html snip Responses to this method are not cacheable, unless the

RE: [flexcoders] Resize Event Complete

2008-01-24 Thread Alex Harui
Try updateComplete after a resize. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jmfillman Sent: Thursday, January 24, 2008 1:49 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Resize Event Complete I need to capture the

  1   2   >