[flexcoders] Re: accessing nested objects... what am I missing?!?!

2008-01-07 Thread John
Would this work even for sending a variable from a component say called page001.mxml to navigation.mxml? --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: how can I call master.mxml functions from navigation.mxml parentApplication.myFunction() Gordon Smith

[flexcoders] Page States

2008-01-07 Thread John
Hi there, I am fairly new to Flex, so I am in need of quite a lot of advice. I am building some pages that I require them to start from the beginning rather than retaining their last state, but equally I would like to be able to have some of my pages to retain their last state. Thanks John

[flexcoders] Re: Alert window position?

2008-01-07 Thread John
Hi there, I am fairly new to Flex, so I am in need of quite a lot of advice. I have 3 seperate components on my page, top bar, middle and bottom. I call my popup window from my bottom bar - this works fine, but if I use centre on that, it centres it on the centre of the bottom bar, where I

Re: [flexcoders] Divider Release event gotcha

2008-01-07 Thread Paul Andrews
Just one other thing - updateComplete is really the way to go here since everything has been updated and the sizes of children are as expected. I've added it to the example below. Paul - Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Monday,

[flexcoders] Control

2008-01-07 Thread John
Hi there, I am fairly new to Flex, so I am in need of quite a lot of advice. I am building some pages that I require them to be restart from the beginning using a button from another component. The comnponents would be different in name due to them being either interactive pages or Flash

Re: [flexcoders] Is This a Know BUG?

2008-01-07 Thread Paul Andrews
Dale, I originally had some problems registering - the server may have had a problem over the weekend. Give it another go tomorrow. Paul - Original Message - From: Dale Fraser To: flexcoders@yahoogroups.com Sent: Monday, January 07, 2008 6:21 AM Subject: RE: [flexcoders] Is

Re: [flexcoders] flex meter

2008-01-07 Thread Christophe Jolif
Hi, Maybe ILOG Elixir (http://flex.ilog.com) gauges can help? An under work demo is available at: http://visudemos.ilog.com/webdemos/gauges/gauges.html ILOG Elixir is still in beta though. coder3 wrote: Hi All, i need to implement a real time meter for my web app. does FLEX have that

[flexcoders] Re: Page States

2008-01-07 Thread simonjpalmer
Are you asking how you clear data state from a custom component/control? --- In flexcoders@yahoogroups.com, John [EMAIL PROTECTED] wrote: Hi there, I am fairly new to Flex, so I am in need of quite a lot of advice. I am building some pages that I require them to start from the beginning

[flexcoders] Re: Page States

2008-01-07 Thread John
Erm, yes if that is what it is called. Would this do it for every one or just the one you put the code in for? --- In flexcoders@yahoogroups.com, simonjpalmer [EMAIL PROTECTED] wrote: Are you asking how you clear data state from a custom component/control? --- In

[flexcoders] Flash - limiting how many times it plays

2008-01-07 Thread John
Hi there, I am fairly new to Flex, so I am in need of quite a lot of advice. My Flash files I drop into my Flex application appear to keep looping, how do I stop them from looping - and playing once? Thanks John

Re: [flexcoders] The 'right' way to do custom styles

2008-01-07 Thread Tom Chiverton
On Friday 04 Jan 2008, Gordon Smith wrote: Have you looked at how our components implement styles? There is usually very little work Metadata, a change boolean flag, a default in the static classConstruct(), an if in each of styleChanged() and updateDisplayList() ? That's a fair amount of

Re: [flexcoders] Re: Distributed compilation in FlexBuilder?

2008-01-07 Thread Tom Chiverton
On Saturday 05 Jan 2008, simonjpalmer wrote: incredibuild is an excellent product... I worked on a project where the build time from a clean environment was 7 hours If your flex project is taking that long, you have many other problems :-) -- Tom Chiverton Helping to biannually orchestrate

Re: [flexcoders] embedding a swf file in html

2008-01-07 Thread Tom Chiverton
On Friday 04 Jan 2008, pateyog wrote: embed src=en_US/main.swf quality=high bgcolor=#ff ... However if put the main.html is in en_US and update the path to look for main.swf from the same folder it works OK. Your embed path is set to look in 'en_US/'. -- Tom Chiverton Helping to

Re: [flexcoders] Reliable timer technique

2008-01-07 Thread Frederico Garcia
YOGESH JADHAV escreveu: Hi all, I want a reliable timer in my app to remove a alert after say 3 seconds. Earlier I tried the normal setTimeOut but it is not reliable and gives error in firefox. So i tried with onEnterFrame technique, but it is also not working properly. I

[flexcoders] SCORM and Flex

2008-01-07 Thread John
Hi there, Has anybody achieved or got any advice on SCORM'ing a Flex package? Thanks John

[flexcoders] Flex compiler: missing SWF for modules without any error?

2008-01-07 Thread Cosma
Hi, I have an app with two modules, one of the two should implement an interface so I put the 'implements' attribute on the top-level mx:Module tag: implements=com.websiteitalia.flex.security.SecuredElement I also imported that class in a mx:Script block. But, as soon as I add this code in

Re: [flexcoders] Reliable timer technique

2008-01-07 Thread YOGESH JADHAV
Hi Frederico, The Alert is pop uped after some time interval. For first time it is ok, i.e. 3 seconds, but after that it vanishes much before 3 seconds, many times less than 1 second and sometimes it just flashes, can't be seen. My concept of timer is not that clear,

[flexcoders] Cairngorm - A good idea?

2008-01-07 Thread Tim Ashworth
Hi All, I've just finished my first app with Cairngorm, and like the framework a lot. However I was having a chat with a CF Uber nerd and he told me that he'd been chatting to someone at Adobe on the flex team who specifically told him to steer clear of cairngorm. I'm surprised as I thought

Re: [flexcoders] Cairngorm - A good idea?

2008-01-07 Thread Tom Chiverton
On Monday 07 Jan 2008, Tim Ashworth wrote: I'm surprised as I thought Adobe was really pushing flex guys to use Cairngorm. Officially, Adobe does not support any one framework or other. Is there something I should know, or is this merely the opinion of a coder who doesn't like Cairngorm

[flexcoders] Re: Flex compiler: missing SWF for modules without any error?

2008-01-07 Thread Cosma
Ok, there actually was an error in the implementation of the interface methods.. but I think the compiler is supposed to explain what methods are missing.. is this a common issue or something with my setup? BTW, I'm using the Flex Builder 3 Beta 3 (190133) as a plugin on Eclipse 3.3.1.1

Re: [flexcoders] Reliable timer technique

2008-01-07 Thread Frederico Garcia
eyes, use open source software. Regards, Yogesh __ NOD32 2769 (20080107) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com Hi, You got me in good mood so here's an example covering both the Timer and onEnterFrame timing techniques

Re: [flexcoders] Reliable timer technique

2008-01-07 Thread YOGESH JADHAV
is the error for Timer (and it takes longer or less than expected)? Regards, Frederico Garcia -- There is no point in knocking the closed Windows when the door is Open. Open your eyes, use open source software. Regards, Yogesh __ NOD32 2769 (20080107) Information

[flexcoders] Re: how to duplicate component

2008-01-07 Thread Gus
Hi, I had a similar problem and resolved it by using the descriptor property and the createComponentFromDescriptor method from the Containers... here are some samples http://kb.adobe.com/selfservice/viewContent.do?externalId=45fc6cf2sliceId=1 in the flex help there is a lot of documentation

RE: [flexcoders] Cairngorm - A good idea?

2008-01-07 Thread Tim Ashworth
Cheers Tom, I suppose the problem I've got is that once you've learnt a framework it is sooo tempting to try and apply it to all and sundry. I'll have a look at Model Glue - Flex too. t -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom

Re: [flexcoders] Re: how to duplicate component

2008-01-07 Thread Frederico Garcia
-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links __ NOD32 2769 (20080107) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com Thanks alot! I've been looking for this for a long time... I've solved my problem (printing charts

[flexcoders] Coldfusion/Flex Developer

2008-01-07 Thread Rick Root
NO THIRD PARTIES!!! Hi all, We will VERY soon have an opening here at Duke in the Office of University Development. I don't have an official job description yet, but would like to solicit resumes of interested people. The position title is Sr. IT Analyst Primarily, the position will require

[flexcoders] Do you know book for Flex 3?

2008-01-07 Thread markflex2007
Hi, I want to know if some books for Flex 3 released.Please give me some suggestion about this. Thanks Mark

[flexcoders] Which Framework is better?

2008-01-07 Thread markflex2007
Hi, I need select a framework to work with Flex 2/3,I see many frameworks by internet.Cairngorm etc Please give an advice.Thanks Mark

Re: [flexcoders] Access Module Methods and Properties

2008-01-07 Thread Alger Werft
Hi Javed, take a look at: http://livedocs.adobe.com/labs/flex3/html/modular_7.html#188470 Alger Jávéd Hussain wrote: Hi All, I want to access the Public properties and Methods of Module Loaded in an application, is there any way to do that??? please help. Regards, Javed

[flexcoders] NetConnection Header

2008-01-07 Thread eccentricwade
I am working on trying to change the PHPSESSID that is being sent to the server on each service call. With NetConnection I can add a new header but that header is just inside of the AMF call. Is there a way to actually change the HTTP header from AS3? This is what I tried but I need to do this up

[flexcoders] Re: embedding a swf file in html

2008-01-07 Thread pateyog
I am using Flex 2.01 which does not support run time locale switching. I have generated swf for each of the locale and have placed in their respective locale folder. What I am trying to achieve is to let the user select the locale from the wrapper html and embedd the swf from the selected locale

[flexcoders] Multiple Files Download

2008-01-07 Thread fopyjay
Hi, I would like to download multiple files. For a single file, I would use a FileReference ('download' method). But this is not possible for multiple files... Hope someone can help me, Regards Jerome

Re: [flexcoders] Re: embedding a swf file in html

2008-01-07 Thread Tom Chiverton
On Monday 07 Jan 2008, pateyog wrote: select the locale from the wrapper html and embedd the swf from the selected locale folder. Just create a different wrapper for each locale and redirect the user ? -- Tom Chiverton Helping to advantageously network B2B infrastructures on:

RE: [flexcoders] Which Framework is better?

2008-01-07 Thread Samuel R. Neff
Every framework will have it's proponents. You'll have better luck by trying them out yourself in a real application and making your own decision. Sam --- We're Hiring! Seeking a passionate developer to join our team building Flex based products.

[flexcoders] Re: DataGridColumn width shrinks when visibility is toggled

2008-01-07 Thread dfalling
Sadly I'm kind of locked into Flex 2 for now. I was hoping there was a known workaround to fix this. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Flex 3 should be better at this than Flex 2. horizontalScrollPolicy, resizable properties can also help.

Re: [flexcoders] Multiple Files Download

2008-01-07 Thread Tom Chiverton
On Monday 07 Jan 2008, fopyjay wrote: For a single file, I would use a FileReference ('download' method). But this is not possible for multiple files... Why can't you issue more than one download() at a time ? If it 'just wont' then maybe there's a 'download done' event you can trigger the

[flexcoders] Fading in photo gallery

2008-01-07 Thread NileAge, Mail
Hi all I want to make a fading in photo gallery mean when I click to an image in want the image appear in a fading and when clicking to another image the previous one Disappear in a fading and the new one

Re: [flexcoders] Multiple Files Download

2008-01-07 Thread Max Frigge
You can start the download before the other one is done, but you can only open on fileReference window at a time. If remember correctly you have to catch the Event.OPEN of the fileReference and then initiate the next download. HTH, Max - Original Message From: Tom Chiverton [EMAIL

Re: [flexcoders] Do you know book for Flex 3?

2008-01-07 Thread Paul Andrews
It's unlikely you'll find books out for a product that's not yet released (Err.. except perhaps Apollo). Just go to amazon.com and search on Flex 3 and I think you'll find non are released yet. Paul - Original Message - From: markflex2007 [EMAIL PROTECTED] To:

Re: [flexcoders] Fading in photo gallery

2008-01-07 Thread Frederico Garcia
in a fading and the new one appears in a fading __ NOD32 2769 (20080107) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com Hi, I did this (www.kemelyon.com - Características) by having 2 states, each having an Image. Do a transition

[flexcoders] Re: Multiple Files Download

2008-01-07 Thread fopyjay
In fact I would like to avoid opening one FileReference window by file. Because this is not user friendly. My wish : In the FileReference window, the user choose a directory, then all the files are downloaded to the directory --- In flexcoders@yahoogroups.com, Max Frigge [EMAIL PROTECTED]

Re: [flexcoders] Re: Multiple Files Download

2008-01-07 Thread Tom Chiverton
On Monday 07 Jan 2008, fopyjay wrote: My wish : In the FileReference window, the user choose a directory, then all the files are downloaded to the directory From Flash ? From a web page ? Or is this AIR ? From AIR you should be able to do it, but from the web the sandbox is going to stop you,

[flexcoders] Re: Multiple Files Download

2008-01-07 Thread fopyjay
From Flash ? From a web page ? Or is this AIR ? From a web page... --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 07 Jan 2008, fopyjay wrote: My wish : In the FileReference window, the user choose a directory, then all the files are downloaded to

[flexcoders] Dual Slider component with date objects

2008-01-07 Thread rleuthold
Hi, I try to build a dual Slider component (based on flexlib HSlider) to filter an ArrayCollection (displayed in a data grid) with dates but can't figure out how to do it. The main problem is, that it is only possible to set Numbers as min/max values. Every idea is welcome. Thank's _rico

Re: [flexcoders] Dual Slider component with date objects

2008-01-07 Thread Tom Chiverton
On Monday 07 Jan 2008, rleuthold wrote: out how to do it. The main problem is, that it is only possible to set Numbers as min/max values. Treat the Numbers as days to add to your minimum date. Remember you can format the tool tip however you like. -- Tom Chiverton Helping to quickly

RE: [flexcoders] Re: Cairngorm - A good idea?

2008-01-07 Thread Gregor Kiddie
It's really rare that a framework is a perfect fit with what you require. The better course of action is often to find the framework that closely matches your requirements, and work round what it doesn't give you. If you spend all your time searching for that perfect framework, you'll never get

[flexcoders] Re:flex WSDL example

2008-01-07 Thread Merrill, Jason
Here is a simple one that works for me. GetUserObject is the name of the method I'm calling on the ASP.NET Webservice on the server. It takes a number as a parameter. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:WebService

[flexcoders] Re:SCORM and Flex

2008-01-07 Thread Merrill, Jason
Use the SCORM javascript API available from the ADL web site. I think there are Flash examples out there, it shouldn't be too hard to apply the Flash examples to Flex, since it just calls Javascript. Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia

[flexcoders] Re: Cairngorm - A good idea?

2008-01-07 Thread markyboy83
i tracked the article down here - http://weblogs.macromedia.com/swebster/archives/2006/08/why_i_think_you.cfm for those that are interested. --- In flexcoders@yahoogroups.com, nathanpdaniel [EMAIL PROTECTED] wrote: Not even remotely sure this is where the comments from Cairngorm came from

RE: [flexcoders] Re: DataGridColumn width shrinks when visibility is toggled

2008-01-07 Thread Alex Harui
There might be a workaround, I just haven't tried to figure one out. If you set the resizable property on every column you want to lock down, you might have success changing resizable back to true after the updateComplete after the column is made visible again.

[flexcoders] Re: Cairngorm - A good idea?

2008-01-07 Thread nathanpdaniel
Not even remotely sure this is where the comments from Cairngorm came from (those made by 'Adobe' saying to 'steer clear') - but if you look at tutorials in getting started with Cairngorm, the author gives a rather lengthy list in reasons not to use it. The guide is sorta like a Yes-No answer

[flexcoders] DataGrid Sort by Date problem -- Flex 2

2008-01-07 Thread vkc_nair
Hi All, I'm having problem with DataGrid sort by date column. My date value in the XML file is as =Mon Apr 03 15:18:59 PDT 2006. Put the value on DataGrid like mx:DataGridColumn dataField=prechecked headerText=Prechecked sortCompareFunction=date_sortCompareFunc / I have a date

Re: [flexcoders] DataGrid Sort by Date problem -- Flex 2

2008-01-07 Thread Tom Chiverton
On Monday 07 Jan 2008, vkc_nair wrote: Date(Date.parse(itemA.prechecked)); Date.parse() isn't as good as you think ? -- Tom Chiverton Helping to autoschediastically disintermediate leading-edge customers on: http://thefalken.livejournal.com

[flexcoders] Handling authorization/Authentication info using remoteObject services

2008-01-07 Thread bdealy1
Hi, I am implementing a system which makes use of RemoteObject services within flex to speak to server side services like database, and other server-side code. What I am wondering is what are the best practices for securing the remoteObject services from being called either directly, or via a

[flexcoders] Re: Multiple Files Download

2008-01-07 Thread Anthony DeBonis
We have used this component by Ryan Favroand it works great; http://ryanfavro.newmediateam.com/blog/index.cfm/2006/8/12/Flex-2-Multi- File-Upload-Example It's wired to CF in this example but could work with any backend.

[flexcoders] Re: How to use flexmdi framework in flex builder 2.0.1

2008-01-07 Thread Anthony DeBonis
I worked up 2 simple examples for you 1st in AIR and the 2nd one is Flex- hope this helps: The only thing I did under properties was add flexmdi.swc to library path using add swc ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml;

Re: [flexcoders] Flash - limiting how many times it plays

2008-01-07 Thread Jamie S
This is easiest to do in Flash by adding a stop(); to the end of the frame-based animation. But it you must do it in Flex you could add an enterFrame listener to the Flash animation and checking if currentFrame == totalFrames and if so forcing it to stop. something like:

[flexcoders] symbols in a swf library

2008-01-07 Thread javaguru_uk
Hello folks, According to the Flex manuals (http://www.adobe.com/devnet/flex/quickstart/embedding_assets/#EmbeddingSwfLibraryAssets) we cannot import Graphics symbols from a swf library, because we cannot export them for Actionscript. I don't know which version of Flash they are talking about,

[flexcoders] Restarting Flex 2.01 application

2008-01-07 Thread candysmate
I have a Flex movie playing in a swf to exe. I need the user to be able to click on a button and restart the movie. How can I do this in AS3 please?

[flexcoders] content appearing in an Accordian container

2008-01-07 Thread myasandy2
I have an Accordian container with creationPolicy=all containing swfs. From trace statements, I can see all the swfs are loaded and the vboxes created before I click on the Accordian container the first time. The first time I select each section of the accordian, it opens with a white

[flexcoders] urgent

2008-01-07 Thread Joe
Hey guys, i need a DL link to flash player version 9,0,45,0. Is there one anywhere? -- -Joe

[flexcoders] Resizing a button icon

2008-01-07 Thread javaguru_uk
Hello all, I was wondering if it is possible to resize an icon we embed in a button or any other component. So far I have been resizing the icon in an image application, but I am sure there must be some way of specifying its size in flex. Can someone help? Thanks in advance. Fidel.

Re: [flexcoders] Re: Multiple Files Download

2008-01-07 Thread Max Frigge
Mh.. looks good, but it says upload though. Does it work for multiple downloads too?? Would be great... - Original Message From: Anthony DeBonis [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, January 8, 2008 4:03:49 AM Subject: [flexcoders] Re: Multiple Files Download

[flexcoders] question outside of flex.

2008-01-07 Thread Gustavo Duenas
Hi, this is outside flex, but I guess that someone here may have seen this before. I have a cfm page and I'm trying to pass a html var to my embeded. Because I want to make that the var would determine which .flv would be loaded into this. Is simple I have the html var, and I'm trying to

[flexcoders] Skin is jumping on resize

2008-01-07 Thread m.frigge
Hey, too make it short I uploaded an example. You can resize the window in the bottom right corner. Some lines start jumping when u resize and that looks pretty ugly. The skin in the example skinning fla file has got hair lines too and there it works fine. I traced window position, width,

[flexcoders] mute swf in AS3?

2008-01-07 Thread aaron smith
Hey all, I can't find any documentation anywhere that shows how to globally mute a swf. Any ideas? Thanks G.

[flexcoders] Localization problem with Arabic Language

2008-01-07 Thread Jávéd Hussain
Hi All, Iam having a problem in Arabic language in localization i.e. it is not joining the charaters to make words, this happening only on my machine, if i try n run the same application on any other machine it workds fine, any idea wat wud be the issue??? Regards, Javed.

[flexcoders] Re: Multiple Files Download

2008-01-07 Thread Anthony DeBonis
Are you taking download to client desktop or download to server? Air or Flex Application

Re: [flexcoders] urgent

2008-01-07 Thread Muzak
Adobe site maybe?? http://www.adobe.com/go/tn_14266 - Original Message - From: Joe [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, January 07, 2008 6:20 PM Subject: [flexcoders] urgent Hey guys, i need a DL link to flash player version 9,0,45,0. Is there one anywhere?

Re: [flexcoders] flex meter

2008-01-07 Thread coder3
it's cool but it costs $800?? Christophe Jolif wrote: Hi, Maybe ILOG Elixir (http://flex.ilog.com) gauges can help? An under work demo is available at: http://visudemos.ilog.com/webdemos/gauges/gauges.html ILOG Elixir is still in beta though. coder3 wrote: Hi All, i need

RE: [flexcoders] flex meter

2008-01-07 Thread coder3
is it just me? can't download the file... Alex Harui wrote: http://weblogs.macromedia.com/pent/archives/2004/12/gauge_component.cfm From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of coder3 Sent: Friday, January 04, 2008

[flexcoders] Custom Component not Responding to Event Dispatch - Can You Help Me Debug?

2008-01-07 Thread jwebbsuccess
I'm developing a custom component called 'DisplayPod' that is supposed to build its internal controls based on an event. Once the application's 'front controller' parses external application data into different categories, it notifies all instances of the DisplayPod custom component through

Re: [flexcoders] flex meter

2008-01-07 Thread Sheriff
same here - Original Message From: coder3 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, January 7, 2008 1:37:29 PM Subject: RE: [flexcoders] flex meter is it just me? can't download the file... Alex Harui wrote: http://weblogs. macromedia. com/pent/ archives/

[flexcoders] Re: Handling authorization/Authentication info using remoteObject services

2008-01-07 Thread lytvynyuk
I would like to know about this more too. People please share! --- In flexcoders@yahoogroups.com, bdealy1 [EMAIL PROTECTED] wrote: Hi, I am implementing a system which makes use of RemoteObject services within flex to speak to server side services like database, and other server-side code.

RE: [flexcoders] Re: Handling authorization/Authentication info using remoteObject services

2008-01-07 Thread Peter Farland
You make use of the HTTP sessions for RemoteObject too. Just make sure you're communicating with the server over secure HTTP, such as mx.messaging.channels.SecureAMFChannel (which posts binary AMF over HTTPS). Cookies are sent on subsequent requests to maintain your session. You have two options

[flexcoders] Generic Sort Function for date column containing null value

2008-01-07 Thread letterpigeon
Hi, Just wondering if anyone has written a sort function (to be used as a sortCompareFunction for a datagrid column) for a date column that might contain null values since the default sort code of datagrid doesn't seem to work with null values. If so, could you please post if you don't mind.

RE: [flexcoders] Restarting Flex 2.01 application

2008-01-07 Thread Gordon Smith
I think you need to use navigateToURL() to reload the web page with the SWF. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of candysmate Sent: Monday, January 07, 2008 10:14 AM To:

Re: [flexcoders] Restarting Flex 2.01 application

2008-01-07 Thread Frederico Garcia
? __ NOD32 2769 (20080107) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com Or you can use ExternalInterface.call('window.location.reload()'); (navigateToURL sometimes is blocked by popup killers) Frederico Garcia

[flexcoders] Re: DataGridColumn width shrinks when visibility is toggled

2008-01-07 Thread rueter007
Hey, I haven't had a chance to reply to your message earlier. But the workaround is to recreate the grid columns array and set it back on the grid. I am creating the datagrid columns programmatically and hence it was easier for me. Not sure how you are doing it. - venkat http://www.venkatj.com

[flexcoders] Re: BlazeDS and Java 5 Enum Support - works only one way?

2008-01-07 Thread Vijay Ganesan
Enhancement Request filed: https://bugs.adobe.com/jira/browse/BLZ-17 Vijay --- In flexcoders@yahoogroups.com, James Ward [EMAIL PROTECTED] wrote: Hi Vijay, Only mapping Strings to Enums is supported. Can you file an enhancement request? http://bugs.adobe.com/flex Let the list know

[flexcoders] Custom Currency itemRenderer - what am I doing wrong?

2008-01-07 Thread carl_steinhilber
Hello, I'm trying to build a itemRenderer for a currency field in a DataGrid in Flex 2. Feels like I'm this close, but I've been fighting with the other 2% for the last several days and I'm not getting anywhere. Below is a sample app that I'm trying to use the itemRenderer in... simply

[flexcoders] use runtime image more than once

2008-01-07 Thread joshua gatcke
Hello All, Here is the problem. We are creating icon representations of a file system. I have to use runtime images in my application because we want people to be able to modify or add as many as needed without having to compile an swf etc. Sometimes we have 50 of the same images on the

RE: [flexcoders] use runtime image more than once

2008-01-07 Thread Alex Harui
See SuperImage on quietlyscheming.com From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of joshua gatcke Sent: Monday, January 07, 2008 2:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] use runtime image more than once Hello

RE: [flexcoders] use runtime image more than once

2008-01-07 Thread Gordon Smith
Doesn't the browser cache handle this? - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of joshua gatcke Sent: Monday, January 07, 2008 2:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] use runtime image more than once

[flexcoders] how to make numbers look digital?

2008-01-07 Thread coder3
is there a way to make a digital meter or clock? like 2 looks like: __ __| |__ 3 looks like __ __| __| that kind of thing? -- View this message in context: http://www.nabble.com/how-to-make-numbers-look-digital--tp14678941p14678941.html Sent from the FlexCoders mailing list

[flexcoders] Re: use runtime image more than once

2008-01-07 Thread joshuagatcke
Hello Thanks for the feedback. I did see the super image by Eli. Yes the cache does handle this. It's not too bad, but I thought it might be possible to make this better and faster. Also, my logs show huge amounts of requests for those images even though they are suppose to be coming out of

RE: [flexcoders] how to make numbers look digital?

2008-01-07 Thread Gordon Smith
You could draw the segments using drawing commands in the Graphics class. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of coder3 Sent: Monday, January 07, 2008 3:51 PM To: flexcoders@yahoogroups.com

[flexcoders] caching issues

2008-01-07 Thread markcavins
Hello, I am having problems getting my flex application to refresh data once it has been updated on the server side and believe it is a caching issue. In my PHP I set the caching to no cache header(Expires: Mon, 26 Jul 1997 05:00:00 GMT); // Date in the past header(Last-Modified: .

RE: [flexcoders] caching issues

2008-01-07 Thread Tracy Spratt
The server side solution is iffy. The most reliable solution is to append some unique string to the Url. Some folks use Math.random, but more have had success using Date.getTime() Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [flexcoders] Re: use runtime image more than once

2008-01-07 Thread Frederico Garcia
__ NOD32 2769 (20080107) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com Hi, Did you consider having a singleton like AssetsController wich you filled with your assets and then bind to them? Regards, Frederico Garcia

[flexcoders] Re: caching issues

2008-01-07 Thread markcavins
But where would you put this? this is the issue that is getting me confused is where to handle the url --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: The server side solution is iffy. The most reliable solution is to append some unique string to the Url. Some folks

RE: [flexcoders] Re: caching issues

2008-01-07 Thread Tracy Spratt
Append it to the Url before you call the data service. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markcavins Sent: Monday, January 07, 2008 7:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: caching issues

RE: [flexcoders] how to make numbers look digital?

2008-01-07 Thread Dale Fraser
Just use a digital Font, easy. http://www.dafont.com/ds-digital.font Regards Dale Fraser http://learncf.com From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of coder3 Sent: Tuesday, 8 January 2008 10:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

[flexcoders] Datagrid editable question?

2008-01-07 Thread markflex2007
Hi, The Datagrid can update the text if the editable attribute enable. It is ok to update text data. May I embed a dropdown list in the Datagrid to update the field data because the field data is input by dropdown menu and no simple text input. Thanks Mark

[flexcoders] Re: caching issues

2008-01-07 Thread mitek17
Hi Mark, In your PHP code remove all header control commands and just use the following: header('Pragma: bogus'); header('Cache-control: bogus'); IE has problem understanding Cache-control header, so you should just override it with something irrelevant. PS And don't use Expires header - from

[flexcoders] File upload with jsp

2008-01-07 Thread nhid
Hi all, I'm looking for a sample of uploading a file to the server using jsp from a flex application. Any help is appreciated. Thank you!

Re: [flexcoders] File upload with jsp

2008-01-07 Thread Rodrigo Pereira Fraga
See this: http://blog.digows.com/?p=43 AppRunning and Source code: http://www.digows.com/downloads/postagens/flexupload/ Atenciosamente: --- | Rodrigo Pereira Fraga | http://www.digows.com e-mails: [EMAIL PROTECTED]

[flexcoders] Re: DataGrid Sort by Date problem -- Flex 2

2008-01-07 Thread vkc_nair
Any help on this? Thanks --- In flexcoders@yahoogroups.com, vkc_nair [EMAIL PROTECTED] wrote: Hi All, I'm having problem with DataGrid sort by date column. My date value in the XML file is as =Mon Apr 03 15:18:59 PDT 2006. Put the value on DataGrid like mx:DataGridColumn

[flexcoders] Flex Date to Coldfusion

2008-01-07 Thread Dale Fraser
I have a dateField mx:DateField formatString=DD/MM/ x=10 y=10 id=dtStart showToday=true / And I have a ColdFusion function I wish to pass this to. Two questions. 1. Can ColdFusion receive this as type date or do I need to use string. 2. How do I access the date in the

Re: [flexcoders] Flex Date to Coldfusion

2008-01-07 Thread Muzak
1. Can ColdFusion receive this as type date or do I need to use string. Yup 2. How do I access the date in the appropriate format to send it based on your answer to 1. dtStart.selectedDate regards, Muzak - Original Message - From: Dale Fraser [EMAIL PROTECTED] To:

  1   2   >