Re: [flexcoders] Re: HttpService Fault Response Body Decoding

2008-07-28 Thread Josh McDonald
That should be taken care of automatically when using BlazeDS as a proxy. -Josh On Mon, Jul 28, 2008 at 3:43 PM, ron_mori [EMAIL PROTECTED] wrote: The fault handler is being call. (server 500 status) The good news is that my research points me towards the BlazeDS proxy server which I have

[flexcoders] Re: Flex 3 Preloader broken when using deep linking ?

2008-07-28 Thread Adnan Doric
Hello Rick (and Alex) and thank you for your input, I am talking about the preloader not showing when using # in URL, I can't find a single application on the whole Internet where the preloader is showing in that particular case. I am NOT talking about deep linking application at all, because it

[flexcoders] Weird Domain Sec Err: www.domain.com V/S domain.com

2008-07-28 Thread Hyder
I'm developing a flex website. I just noticed a weird behavior. It's uploaded at www.gulfspecials.com Works fine here... [not fully functional] But if I go to gulfspecials.com, flex throws a Security Error at remote service call. I use AMFPHP, flash.net.NetConnection. Are www.gulfspecials.com

[flexcoders] Re: Weird Domain Sec Err: www.domain.com V/S domain.com

2008-07-28 Thread Hyder
www.gulfspecials.com http://www.gulfspecials.com%20 www.gulfspecials.com www.gulfspecials.com gulfspecials.com http://gulfspecials.com%20 gulfspecials.com gulfspecials.com Linked! --- In flexcoders@yahoogroups.com, Hyder [EMAIL PROTECTED] wrote: I'm developing a flex website. I just

Re: [flexcoders] Weird Domain Sec Err: www.domain.com V/S domain.com

2008-07-28 Thread Anirudh Sasikumar
Hi, www.gulfspecials.com and gulfspecials.com are indeed different sandboxes because they are different domains. The standard way is to redirect visitors to www.gulfspecials.com to gulfspecials.com or vice versa. Check out http://no-www.org/faq.php Cheers, -- Anirudh Sasikumar

Re: [flexcoders] RSS Feeds

2008-07-28 Thread Anirudh Sasikumar
Hi, During development, Flex Builder automatically gets the flash player to trust your swf so that you won't encounter this issue. Yahoo's crossdomain.xml allows access to content if the app is hosted on *.yahoo.com. (Eg: news.yahoo.com, etc.). It's not wildcard access that lets anyone access

[flexcoders] using tooltip for MenuItems

2008-07-28 Thread Tom Preet
Hi All, In my application am using a menuItem, am able to display the data in the menu, but I need to use the Tooltip for the menuitem in the list. I have used the following code for displaying the tooltip. But by this code tooltip is not displaying. private var menuDataList:XMLList =

Re: [flexcoders] Re: Flex 3 Migration shoots up Filesize by 400K

2008-07-28 Thread Tom Chiverton
On Thursday 17 Jul 2008, Hyder wrote: And I didn't know you could load .swc's at runtime... how do i do that... moduleloader? Nothing so complex: http://www.rachaelandtom.info/node/1498 -- Tom Chiverton This email is sent for and on

Re: [flexcoders] Re: Framework as RSL issue

2008-07-28 Thread Tom Chiverton
On Wednesday 16 Jul 2008, Hyder wrote: playerglobals is external because i read somewhere that it shouldn't be set as a rsl. Try putting this back to the default. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP.

Re: [flexcoders] Flash Player Express Install and Upgrade Conversion

2008-07-28 Thread Tom Chiverton
On Wednesday 23 Jul 2008, element7791 wrote: 5000 prompts a day out of a 100,000 viewers when trying to push users to 9.0.115. Doesn't this have security issues, fixed in .124 ? http://www.rachaelandtom.info/content/game-over-man-game-over Can I trigger the browser plug-in install messaging

Re: [flexcoders] Strange Runtime 1010 error

2008-07-28 Thread Tom Chiverton
Try breaking those long expression down so they use intermediate values. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under

Re: [flexcoders] Flex 3 Preloader broken when using deep linking ?

2008-07-28 Thread Tom Chiverton
On Thursday 24 Jul 2008, Adnan Doric wrote: After few days of hard debugging, I sadly noted that Flex 3 preloader is completely broken while using # in the URL. I think what you see is that because everything is coming from cache, the preloader is up for too short a period of time to be drawn.

Re: [flexcoders] Flex Builder Speed-ups?

2008-07-28 Thread Tom Chiverton
On Monday 28 Jul 2008, Sherif Abdou wrote: with SP1 for Vista. Even ColdFusion takes up to 600,000K on startup I've tuned down the JVM settings on my local dev. environment, as the apps I write don't need all that heap(?). -- Tom Chiverton

Re: [flexcoders] CF remote object return struct and singletons

2008-07-28 Thread Tom Chiverton
On Sunday 27 Jul 2008, Scott wrote: GlobalVars.instance.acUser.source = Object(event.result).source; That line doesn't seem to set the variables within the event.result.source Object doesn't have a source property. -- Tom Chiverton This

Re: [flexcoders] Re: Who is using FlexReport?

2008-07-28 Thread Tom Chiverton
On Thursday 17 Jul 2008, Paul Andrews wrote: Yes, I agree - I want to generate the PDF on the client, not the server! You have to send the data from the server to the client, so why not send a PDF report as well ? -- Tom Chiverton This

[flexcoders] Re: LCDS - Data Management Service Problem

2008-07-28 Thread Paul K
Did this ever get sorted out I am having the saem issue. Paul --- In flexcoders@yahoogroups.com, Bart Ronsyn [EMAIL PROTECTED] wrote: init chatroomlogic 'cds-consumer-chatroom-null' consumer set destination to 'chatroom'. New DataService for destination: chatroom 'my-rtmp' channel endpoint

Re: [flexcoders] Re: Who is using FlexReport?

2008-07-28 Thread Paul Andrews
- Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 28, 2008 10:57 AM Subject: Re: [flexcoders] Re: Who is using FlexReport? On Thursday 17 Jul 2008, Paul Andrews wrote: Yes, I agree - I want to generate the PDF on the client,

RE: [flexcoders] Value of AS variable dissapearing

2008-07-28 Thread Scott
When would be the proper time to make the server side call for the form validation? Or is there a way to force this call before I make the check? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Sunday, July 27, 2008

Re: [flexcoders] Re: Who is using FlexReport?

2008-07-28 Thread Tom Chiverton
On Monday 28 Jul 2008, Paul Andrews wrote: What if you'd like to build an AIR application (that is usable even if the server is down)? Send the PDF when the data is sync'ed. -- Tom Chiverton This email is sent for and on behalf of

Re: [flexcoders] Re: Who is using FlexReport?

2008-07-28 Thread Paul Andrews
- Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 28, 2008 12:23 PM Subject: Re: [flexcoders] Re: Who is using FlexReport? On Monday 28 Jul 2008, Paul Andrews wrote: What if you'd like to build an AIR application (that is

[flexcoders] Setting default selectedIndex

2008-07-28 Thread calisza
I have what may seem a silly question to all you Flex Ninjas out there, but I need to do the following and can't seem to find the right way to do so : I have a TileList with a custom itemRenderer, each item being a thumbnail. The dataProvider is populated from a RemoteObject call. Next to the

[flexcoders] AIR Initial WIndow Position Problem

2008-07-28 Thread todd_geist
I do not seem to be able to set the initial window x an y coordinates on my AIR app. I am trying to set them to 0 like this. !-- The window's initial width. Optional. -- !-- width1920/width -- !-- The window's initial height. Optional. -- !-- height1200/height -- !-- The window's initial x

[flexcoders] Flex localization

2008-07-28 Thread vipinck
We have a flex app which is going to be distributed around the globe. We are looking for a localization solution, in which flash can detect the language (any method) and send the language code to server, and server will return back the display text. I know I can use the Flex's localization API, in

[flexcoders] Re: LCDS data synchronisation problem

2008-07-28 Thread fkolberg
Hi Jeff, thanks for the tip on compiler option; it does now work but... I have added the -services compiler option to Flex Builder and have -locale en_US -services C:\lcds\tomcat\webapps\lcds-samples\WEB-INF\flex\services-config.xml -context-root=/ on debugging, the destination for insync is

[flexcoders] Accordion initially all childcontainers closed

2008-07-28 Thread simon.friso
In an accordion by default the first container is open. For my application the users want all childcontainers closed at the start. Does someone know how I can achieve this? I tried this: first container empty; height=0; visible= false; This works but Flex shows the accordion container

[flexcoders] setting the value of axis label in line chart which is populated dynamically!

2008-07-28 Thread samata
Hi, I have line chart..The line charts has values that are populated dynamically. The values could be anything...ranging from 100 to 10 or more. i wanted 2 know if there is some way one could identify the maximum value plotted and set it to value higher than that at runtime...to avoid

Re: [flexcoders] Re: Who is using FlexReport?

2008-07-28 Thread Tom Chiverton
On Monday 28 Jul 2008, Paul Andrews wrote: Well, that's fine unless your customer is waiting for a printout. and you're on the road with a laptop. I can see data entry reqs, for instance, where you might want to let a user print a report or order summary out off line... -- Tom Chiverton

[flexcoders] Re: How to Reset ProgressBar?

2008-07-28 Thread valdhor
According to the manual, the polled mode requires the source property must specify an object that exposes bytesLoaded and bytesTotal properties. The ProgressBar control calls these methods to update its status. Are you changing the source property for each image? --- In

[flexcoders] on the fly form validation

2008-07-28 Thread Scott
In thinking about forms and flex events, how hard is it to validate a form as a user tabs through it? Without creating a ton of event handlers, is there an easy way to accomplish this?

Re: [flexcoders] Re: Who is using FlexReport?

2008-07-28 Thread Paul Andrews
- Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 28, 2008 1:47 PM Subject: Re: [flexcoders] Re: Who is using FlexReport? On Monday 28 Jul 2008, Paul Andrews wrote: Well, that's fine unless your customer is waiting for a

Re: [flexcoders] Re: Who is using FlexReport?

2008-07-28 Thread Tom Chiverton
On Monday 28 Jul 2008, Paul Andrews wrote: The closest solution I can see right now is to generate a html page locally and print that (huge pagination issues), Even with the right CSS hints ? -- Tom Chiverton This email is sent for and on

RE: [flexcoders] mxml components

2008-07-28 Thread Scott
I was afraid of that... Ok, let's see if I can do it better. I understand that I'm not calling a class, but functions within the instance. So if I understand the other message from Gordon correctly then all classes are created when the application is started. However, it doesn't look

[flexcoders] File Manager

2008-07-28 Thread Dan Vega
I am not quite sure how to put this so I will try and explain the problem best I can. I built a small file manager utility that allows you to dbl click on folders and drill down through them. Once you are nested there is a toolbar icon that allows you to go back up. Most file managers have the up

Re: [flexcoders] on the fly form validation

2008-07-28 Thread Fidel Viegas
On Mon, Jul 28, 2008 at 2:26 PM, Scott [EMAIL PROTECTED] wrote: In thinking about forms and flex events, how hard is it to validate a form as a user tabs through it? Without creating a ton of event handlers, is there an easy way to accomplish this? Hi Scott, Have a look at validators. Check

Re: [flexcoders] File Manager

2008-07-28 Thread Tom Chiverton
On Monday 28 Jul 2008, Dan Vega wrote: next. I want to insert a blank row where the first column would have this up arrow image and on click would call my upNav method. Does anyone know of a way to dynamically insert this? I would think this needs to be done after How about a custom cell

Re: [flexcoders] Re: Who is using FlexReport?

2008-07-28 Thread Paul Andrews
- Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 28, 2008 2:41 PM Subject: Re: [flexcoders] Re: Who is using FlexReport? On Monday 28 Jul 2008, Paul Andrews wrote: The closest solution I can see right now is to generate a

Re: [flexcoders] File Manager

2008-07-28 Thread Dan Vega
I understand how to create a cell renderer but I have a query that pulls all the directory information, how do i insert a row after that query comes back from the server. Thank You Dan Vega [EMAIL PROTECTED] http://www.danvega.org On Mon, Jul 28, 2008 at 9:50 AM, Tom Chiverton [EMAIL PROTECTED]

Re: [flexcoders] File Manager

2008-07-28 Thread Tom Chiverton
On Monday 28 Jul 2008, Dan Vega wrote: I understand how to create a cell renderer but I have a query that pulls all the directory information, how do i insert a row after that query comes back from the server. Just have whatever your server code does add a row at the start of the results.

Re: [flexcoders] Re: Who is using FlexReport?

2008-07-28 Thread Tom Chiverton
The real problem is page headers and footers, plus conditional pagination. Last time I checked I couldn't get CSS to give me pagination like that. Pity. Hmm, I've only ever done fairly basic print style sheets myself... -- Tom Chiverton

Re: [flexcoders] File Manager

2008-07-28 Thread Dan Vega
That was my next option, I was just wondering if I should do it on the server or after the grid was completed. Thank You Dan Vega [EMAIL PROTECTED] http://www.danvega.org On Mon, Jul 28, 2008 at 10:02 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 28 Jul 2008, Dan Vega wrote: I

[flexcoders] Re: Flex Builder Speed-ups?

2008-07-28 Thread Amy
--- In flexcoders@yahoogroups.com, tudsy [EMAIL PROTECTED] wrote: My Flex Builder can run extremely slow, almost every keypress sends javaw.exe CPU usage over 50% and this causes an unacceptable lag for even simple editing. Any tips? I'm running Vista SP1 on an AMD X2 3600 (1.8 Ghz each

[flexcoders] Re: Flex localization

2008-07-28 Thread Michael VanDaniker
You can use Capabilities.language to get the local language. You don't have to bundle your resources directly into the application. You can use resource modules to externalize the bundles into separate swfs and load the required one at runtime based on the user's language. The documentation on

Re: [flexcoders] File Manager

2008-07-28 Thread Tom Chiverton
On Monday 28 Jul 2008, Dan Vega wrote: That was my next option, I was just wondering if I should do it on the server or after the grid was completed. I like my view layer (i.e. the Flex client) to be as dumb as possible, so would opt for doing this on the server. You could have your results

[flexcoders] Re: RSS Feeds

2008-07-28 Thread George
--- In flexcoders@yahoogroups.com, Anirudh Sasikumar [EMAIL PROTECTED] wrote: Hi, During development, Flex Builder automatically gets the flash player to trust your swf so that you won't encounter this issue. Yahoo's crossdomain.xml allows access to content if the app is hosted on

Re: [flexcoders] on the fly form validation

2008-07-28 Thread Ryan Gravener
Here is how I do form validation in flex: http://ryangravener.com/wordpress/?p=6 On Mon, Jul 28, 2008 at 9:47 AM, Fidel Viegas [EMAIL PROTECTED]wrote: On Mon, Jul 28, 2008 at 2:26 PM, Scott [EMAIL PROTECTED]halo%40netprof.us wrote: In thinking about forms and flex events, how hard is it

[flexcoders] Re:AIR Initial WIndow Position Problem

2008-07-28 Thread Jon Oxtoby
According to the code you posted you need to uncomment the x and y settings. Also remember that the y values start at zero at the top of the screen and go up as you move down the screen. Cheers, Jon -- Jon Oxtoby Software Architect [EMAIL PROTECTED] Digital-Tutors | PL Studios, Inc. 501 N.

Re: [flexcoders] Re: Flex Builder Speed-ups?

2008-07-28 Thread Michael Schmalle
Hi, How many projects do you have open at one time in your workspace? If you close them all and open one, do you still get performance issues? Mike -- Teoti Graphix, LLC http://www.teotigraphix.com Teoti Graphix Blog http://www.blog.teotigraphix.com You can find more by solving the

[flexcoders] Re: setting the value of axis label in line chart which is populated dynamically!

2008-07-28 Thread Amy
--- In flexcoders@yahoogroups.com, samata [EMAIL PROTECTED] wrote: Hi, I have line chart..The line charts has values that are populated dynamically. The values could be anything...ranging from 100 to 10 or more. i wanted 2 know if there is some way one could identify the maximum

Re: [flexcoders] on the fly form validation

2008-07-28 Thread Scott
Perfect! Thanks to both of the responses. Scott From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Gravener Sent: Monday, July 28, 2008 9:12 AM To: flexcoders@yahoogroups.com Subject: {Disarmed} Re: [flexcoders] on the fly form

[flexcoders] Re:AIR Initial WIndow Position Problem

2008-07-28 Thread todd_geist
--- In flexcoders@yahoogroups.com, Jon Oxtoby [EMAIL PROTECTED] wrote: According to the code you posted you need to uncomment the x and y settings. Oh Boy what a total knuckle head I am. Thanks for seeing what I could not. Todd

[flexcoders] Error #1034 - HashMap convert to ActionScript?

2008-07-28 Thread cyrill.zadra
Hi, Well I'm have some troubles using a HashMap on the server-side. I use a java remote custom object, which contains a hashmap as one of its attributes. The custom object should be converted to the ActionScript object MyValue when it's getting transfered to the client. But on the client-side I

Re: [flexcoders] Re: Zoom Tile Container

2008-07-28 Thread [EMAIL PROTECTED]
http://reenie.org/test/zoomComponent/zoomtest.html This is a new example which is the same as the one below (zoom with effects) but it uses a mxml component based on the tile container, and AS classes for the effects. It still doesn't zoom to 100% because I don't know how to get an effect to

RE: [flexcoders] Setting default selectedIndex

2008-07-28 Thread Alex Harui
Normally, I'd just set it whenthe result event from the RO is dispatched. If you have everything wired up via binding, you could try CollectionChangeEventKind.RESET From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of calisza Sent: Monday,

[flexcoders] Re: Zoom Tile Container

2008-07-28 Thread Nate Pearson
Oh wow! That is awesome! I like the 2nd one more too. I'm going to dig into the code and see how you did that. If I make any improvements I'll repost it. wow, thanks again. This is really awesome. This might deserve a spot in the flex lib. I'll work on making it more modular so someone can

RE: [flexcoders] Value of AS variable dissapearing

2008-07-28 Thread Alex Harui
Server calls are always asynchronous, so normally you make the call and put your if statement in the result handler. The UI will not update until the server responds. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Sent: Monday,

[flexcoders] Flex embed problem!

2008-07-28 Thread shaileshiitb
Hi All, I am facing a Flex 3 SWFloading problem The situation is: We have Application 1 (built on cairngorm) which loads Application 2 (again built on cairngorm) using the loader, urlrequest mechanism or SWFLoader. Application 2 itself loads 5 other modules using ModuleLoader. Application 2

Re: [flexcoders] Re: RSS Feeds

2008-07-28 Thread Jeffry Houser
In my experience, Flex Builder Debug swfs have the same are subject to the same crossdomain access restrictions that production swfs have. I'm a bit suspicious of the claim that this is not the case. Without seeing code, I wouldn't be able to judge if there was something else going on, or

[flexcoders] cairngorm sevice locator performance?

2008-07-28 Thread markflex2007
Hi, The most cairngorm application has a service locater file (services.xml)and define all service locators there . and many delegates use one instance of a service locater in many case. Do you think if it affect the performance because no garbage collection for each delegate? Thanks for your

[flexcoders] Re: Flex embed problem!

2008-07-28 Thread shaileshiitb
also the error that i am getting is : TypeError: Error #1034: Type Coercion failed: cannot convert com.aa.cairngorm.event::[EMAIL PROTECTED] to com.aa.cairngorm.event.MonitorWorkFlowEvent. It is the same class - hwy should i typecast it here? TypeError: Error #1009: Cannot access a property or

RE: [flexcoders] Re: Flex 3 Preloader broken when using deep linking ?

2008-07-28 Thread Alex Harui
When I hit the SWF directly, with or without #, it doesn't stream in (not sure why), the status bar (in IE) shows downloading progress. When it hit the html wrapper with the # I don't see the loading... screen. Makes me think that it isn't streaming the SWF if there's a #. That may be a known

RE: [flexcoders] Re: Flex embed problem!

2008-07-28 Thread Alex Harui
See the modules presentation on my blog From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shaileshiitb Sent: Monday, July 28, 2008 8:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex embed problem! also the error

[flexcoders] How to best implement this barcode generator...

2008-07-28 Thread bredwards358
Recently I got this barcode generation component from this place: http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetailloc=en_usextid=1179012 Right now I'm trying to figure out how to implement Barcode generation in my AIR app since two of the reports I need this to be able to

Re: [flexcoders] Re: Zoom Tile Container

2008-07-28 Thread Jon Bradley
http://demo.quietlyscheming.com/fisheye/TileExplorer.html On Jul 25, 2008, at 4:00 PM, Nate Pearson wrote: Bump. Any ideas?

[flexcoders] Error #2032: Stream Error. URL: datavisualization_3.0.0.477.swz

2008-07-28 Thread Vijay Ganesan
Get this error trying to use the datavisualization library as an RSL: Error #2032: Stream Error. URL: datavisualization_3.0.0.477.swz Using the framework library as an RSL (framework_3.0.0.477.swz) seems to work fine. Flex Builder seems to put the datavisualization_3.0.0.477.swz in the right

[flexcoders] Load a PDF?

2008-07-28 Thread tchredeemed
Ok, working with AIR (newest release) in flex builder (newest release). Just downloaded adobe reader (newest release, see a trend? =]) I have a popup, that im using with the popupmanager, that loads a pdf: private function loadEnvelope():void { if( HTMLLoader.pdfCapability ==

[flexcoders] DataGridColumn issue: Passing an array.

2008-07-28 Thread Manu Dhanda
Hii Guyz, The problem is: I am passing an array of weekdays as datafield for a DataGridColumn as follows: mx:DataGridColumn dataField=days headerText=S itemRenderer=customRenderer/ mx:DataGridColumn dataField=days headerText=M itemRenderer=customRenderer/ mx:DataGridColumn dataField=days

[flexcoders] Figuring out which item within a column was clicked in AdvancedDataGrid

2008-07-28 Thread whatabrain
Let's say I have a single column which contains an image and some text. Then I get a click event from the AdvancedDataGrid. How do I tell whether the image was clicked, rather than the text? mx:rendererProviders mx:AdvancedDataGridRendererProvider columnIndex=0 columnSpan=0 depth=1

RE: [flexcoders] DataGridColumn issue: Passing an array.

2008-07-28 Thread Alex Harui
If your customRenderer implements IDropInListItemRenderer, the listData will have the columnIndex which you can use to look up the array entry and update it later. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent:

[flexcoders] Re: Load a PDF?

2008-07-28 Thread tchredeemed
the code seems to work fine, when not used with the popupmanager, any ideas? --- In flexcoders@yahoogroups.com, tchredeemed [EMAIL PROTECTED] wrote: Ok, working with AIR (newest release) in flex builder (newest release). Just downloaded adobe reader (newest release, see a trend? =]) I

[flexcoders] Re: Load a PDF?

2008-07-28 Thread tchredeemed
another update, its not the popupmanager, its when I add children to the parent application as well. If the code that adds the envelope is in the parent application, and I dont have to add any children, it works, other than that, death. --- In flexcoders@yahoogroups.com, tchredeemed [EMAIL

RE: [flexcoders] Interview questions

2008-07-28 Thread Eric Fickes
This might help for Flex2 http://www.adobe.com/devnet/flex/articles/flex_certification.html EF From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Preet Sent: Wednesday, July 23, 2008 11:25 AM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Measurement and template component

2008-07-28 Thread Richard Rodseth
My application has a structure like this, portions of which are created dynamically: TiledCanvas PodChrome(instance 1) ReportModuleA ReportChrome(instance 1) ReportA Grid PodChrome(instance 2) ReportModuleB ReportChrome(instance 2) ReportB Chart

[flexcoders] Re: Load a PDF?

2008-07-28 Thread tchredeemed
got it! dropshadowfilters (maybe filters in general), kill the pdf. any idea why? --- In flexcoders@yahoogroups.com, tchredeemed [EMAIL PROTECTED] wrote: another update, its not the popupmanager, its when I add children to the parent application as well. If the code that adds the envelope

RE: [flexcoders] Re: Flex 3 Preloader broken when using deep linking ?

2008-07-28 Thread Shearer, Scott
For what it's worth, I hit the html wrapper and it took forever to load (sorry I didn't time it, just let it load while I did other tasks), but I did see the preloader updating. I did not see the preloader when hitting the SWF, but it was very quick at that point. I closed IE7 and retried.

[flexcoders] Programmaticaly move Panel (HELP!)

2008-07-28 Thread _estatica_
Hi all, I have 2 canvases places in the HBox. There is a Panel in Canvas A. I'd like to programmaticaly and smoothly move a Panel from one canvas to the another (not using addChild/removeChild). Is this possible?

RE: [flexcoders] Measurement and template component

2008-07-28 Thread Alex Harui
resizeToContent? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard Rodseth Sent: Monday, July 28, 2008 10:31 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Measurement and template component My application has a

[flexcoders] Re: HttpService Fault Response Body Decoding

2008-07-28 Thread ron_mori
Josh, Thanks for the reply - the mystery is how to access the server response body content for a faultEvent. My proxy server does a great job of forwarding requests and responses but my client still can not access the response xml body content for an 'error' (status 500) server response. I'm

[flexcoders] Re: RSS Feeds

2008-07-28 Thread nathanpdaniel
In my experience, Flex Builder Debug swfs have the same are subject to the same crossdomain access restrictions that production swfs have. I'm a bit suspicious of the claim that this is not the case. I think what is being said (if I'm understanding correctly) - running FB3 to load

Re: [flexcoders] Measurement and template component

2008-07-28 Thread Richard Rodseth
On what? I see there's such a property on Accordion and a few other standard components, but all we have here is my custom TiledCanvas (latest version of the one I sent you a while back) and a few other custom and MXML components. Thanks. On Mon, Jul 28, 2008 at 10:53 AM, Alex Harui [EMAIL

RE: [flexcoders] Measurement and template component

2008-07-28 Thread Alex Harui
Richard, It isn't possible for me to remember how you'lve implemented things, or go back and find your code cuz I'm usually in a hurry. If you're based on Navigators, you can use resizeToContent. Containers may need to use autoLayout. UIComponent should get its measure method called

Re: [flexcoders] Measurement and template component

2008-07-28 Thread Richard Rodseth
Oh, I totally understand, and had no such expectation. I just didn't understand your suggestion, given the hierarchy I included in the question. I wanted to make sure there wasn't a property on Canvas or something I was unaware of. On Mon, Jul 28, 2008 at 11:11 AM, Alex Harui [EMAIL PROTECTED]

Re: [flexcoders] Programmaticaly move Panel (HELP!)

2008-07-28 Thread Sherif Abdou
I think if you do includeInLayout=false on panel then maybe. - Original Message From: _estatica_ [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 28, 2008 12:49:30 PM Subject: [flexcoders] Programmaticaly move Panel (HELP!) Hi all, I have 2 canvases places in the

[flexcoders] Re: LCDS data synchronisation problem

2008-07-28 Thread danpsc
Hi, I have experienced the same behavior and output. Here it happens exactly when the cache directory is empty or missing, and the server is offline. Any remote or cache related method call on the dataService object ends with this error (ds.getCacheDescriptors(..), etc). Initial ds properties

[flexcoders] Flex 3 MovieClip Move Effect

2008-07-28 Thread Shaq
I have a movie clip wrapped in UIComponent. What I would like to do is move the move from one side of the form to the other using the Move effect. I can't seem to get this working. Some code excerpts are below. Any help would be greatly appreciated. bpMovie = new MovieClip(); bpUic = new

[flexcoders] AdvancedDataGrid: Making certain rows unselectable

2008-07-28 Thread whatabrain
I would like to make an AdvancedDataGrid where the rows with a depth of 0 (or a particular RendererProvider, if you prefer), have no select color. That is, you can click on them and activate click events, but they never turn blue. How do I do this? Thanks

[flexcoders] How to control positioning of Dynamic Control in a panel?

2008-07-28 Thread pbrendanc
I have a panel that will contain a dynamically created custom grid component(the size is determined at run time). The grid is added to the panel via the panel.AddChild() method and is placed at the bottom of the form by default. I need to place a control bar (and other controls) below the grid.

[flexcoders] Re: RSS Feeds

2008-07-28 Thread George
--- In flexcoders@yahoogroups.com, nathanpdaniel [EMAIL PROTECTED] wrote: In my experience, Flex Builder Debug swfs have the same are subject to the same crossdomain access restrictions that production swfs have. I'm a bit suspicious of the claim that this is not the case. I

[flexcoders] Re: Mouse DOUBLE_CLICK not fired in Browser but in AIR

2008-07-28 Thread valdhor
Don't quote me on this but it is probably because the MouseEvent.MOUSE_DOWN event is captured before a double click. If you change the event listener from MouseEvent.MOUSE_DOWN to MouseEvent.CLICK then it works as expected. --- In flexcoders@yahoogroups.com, Vijay Ganesan [EMAIL PROTECTED]

RE: [flexcoders] mxml components

2008-07-28 Thread Gordon Smith
all classes are created when the application is started AS3 classes get initialized -- meaning that their static variables get set and their static methods get executed -- in a lazy fashion, as they are used. If you have bytecode for a class in your SWF and that class doesn't get used by

[flexcoders] Tracking tab changes in TabNavigator ?!

2008-07-28 Thread lytvynyuk
I need to somehow trace that another tab selected to do some action based on it. Cannot find proper event which can be generated when I click on tabs or switch tabs.

[flexcoders] Re: Measurement and template component

2008-07-28 Thread Richard Rodseth
Oops. Meant for flexcoders. On Mon, Jul 28, 2008 at 2:18 PM, Richard Rodseth [EMAIL PROTECTED] wrote: Turns out to be unrelated to the fact that ReportChrome is a template component (the same thing happens if it's a plain Canvas). Removing width=100% height=100% on ReportChrome results in the

[flexcoders] RemoteObject madness

2008-07-28 Thread [p e r c e p t i c o n]
Hello Good People... My application has one RemoteObject that i use to connect to different services...in other words i keep the connection open and just switch the destination and source in order to reuse it. I'm having an issue that i'm not sure is related to using it this way...here's how i'm

Re: [flexcoders] Re: Flex 3 Preloader broken when using deep linking ?

2008-07-28 Thread Rick Winscot
Interesting... Just ran this through a whole bunch of angles. Running the example locally works just fine against debug or release builds. Deploy it to a web server on the cloud and it asplodes. Rick Winscot On 7/28/08 11:38 AM, Alex Harui [EMAIL PROTECTED] wrote: When I hit the SWF

[flexcoders] Flex Inspiration and ideas

2008-07-28 Thread brucewhealton
Hello all, I was going through some tutorials on Flex 3 just recently, that I found on Flex that were available on the Flex start screen when you start the application. The tutorial on creating a Flickr application was pretty interesting and rather simple to do. That is described here:

Re: [flexcoders] Tracking tab changes in TabNavigator ?!

2008-07-28 Thread Rich Rodecker
you listen for the IndexChangedEvent.CHANGE event on the TabNavigator. The event will have a relatedObject property which will contain a reference to the newly selected tab. On Mon, Jul 28, 2008 at 2:18 PM, lytvynyuk [EMAIL PROTECTED] wrote: I need to somehow trace that another tab selected

Re: [flexcoders] Re: HttpService Fault Response Body Decoding

2008-07-28 Thread Josh McDonald
IIRC: The way it works in BlazeDS is not that it acts as an actual http proxy where you make fully qualified requests over http, but you send requests down a flash-remoting socket connection, and it makes requests and pipes back the result. The end result is that the browser doesn't get to

Re: [flexcoders] TextArea popup editor in DataGrid

2008-07-28 Thread Glenn Jones
I've tried using a popup TextArea but I'm having real problems trying to get it to work as an item editor within a datagrid. My business requirements are - someone can click in the DG cell to start editing. If the cell uses a TextArea control, they should get popup-like TA that extends across

[flexcoders] Re: Flex Inspiration and ideas

2008-07-28 Thread Michael VanDaniker
For full applications, the showcase on Flex.org http://flex.org/showcase http://flex.org/showcase is worth a look. On a lower level, the custom components in the flexbox http://flexbox.mrinalwadhwa.com/ could serve for some inspiration as well. Happy coding, -Michael --- In

Re: [flexcoders] Re: Who is using FlexReport?

2008-07-28 Thread Anatole Tartakovsky
Paul,If you are doing client side PDF generation, you need to use Flex as rendering engine to measure layout - hence preview - either hidden or visible is the must - no server involved. We are doing it for our report writer - works kind of slow - 2 pages per second, but theoretically can

[flexcoders] SWFloader and css woes

2008-07-28 Thread Faisal Abid
I made an application which loads an external flex app using swf loader. However the problem is that the flex app im loading the css styles get overridden by the parent application. How can i prevent this?

  1   2   >