[flexcoders] Itemrenderer combo's dataprovider from ModelLocator???

2008-06-05 Thread slash_n_rose
Hi I'm using a Combobox control in my itemrenderer and its dataprovider is a Cairngorm ModelLocator variable. So my itemrenderer has a reference to ModelLocator. Is it a bad method by referencing model in Item Renderer,? If yes is there any other methods? Thanks in advance. Regards Jerry

Re: [flexcoders] Measurement and scrolling

2008-06-05 Thread Josh McDonald
Measure can always be bigger than the actual width/height, that's what it's for. On Fri, Jun 6, 2008 at 11:32 AM, Richard Rodseth <[EMAIL PROTECTED]> wrote: > No, I mean like zooming a window. I think the problem lies in how I > tell the TiledCanvas that one of its children is the zoomed one >

Re: [flexcoders] Re: date in dataGrid wrong GMT? Dates sometimes one day off?

2008-06-05 Thread Josh McDonald
Change it from a date to a string on the server. -Josh On Fri, Jun 6, 2008 at 12:49 PM, Don Kerr <[EMAIL PROTECTED]> wrote: > Let me pose the question differently...I simply want to insert the > selectedDate from a DateField into the database and display the > correct date in a dataGrid column

Re: [flexcoders] Re: Sandbox violation running from Builder. How did I get this and how do I fix it?

2008-06-05 Thread Josh McDonald
It was *something* funky caused by svn checkout. First I check out via builder to my workspace (file location as well as "create project") and I got the problem. I checked out to a directory completely separate from my workspace via another SVN client, and then copied the tree to the builder work

Re: [flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-05 Thread Joseph Balderson
se make > the switch recently > >> from Windows to Mac? > >> > > > > > > > > > > >

Re: [flexcoders] Re: BitmapData source for mx:Image

2008-06-05 Thread Josh McDonald
Is the bitmap data something that changes as time goes on, or is it set for each row? I assume there are rows as you're using data.foo, let me know if I'm wrong. Is this a renderer in a DataGrid, or a List, or? Sounds like you'll probably have to quit relying on binding and set the fields requi

[flexcoders] +Re: Possible to add some data to load to the default preloader?

2008-06-05 Thread Alen Balja
Can't do that, data is coming from aspx. In fact the only way this could work is to add i

[flexcoders] Re: hiding a cell within a datagrid dynamically

2008-06-05 Thread anthony_morsey
Here is my code: wrote: > > Anthony, > > If you are passing the data from the columns of each row to the > itemRenderer, you should be able to set visibility conditions from the > itemRenderer. > > If you post your code, I or someone else here might be able to provide > a

[flexcoders] Re: data visualization...creative idea?

2008-06-05 Thread Don Kerr
Thanks Gregor and Christophe! These are very nice options. I'll look into them further. Don --- In flexcoders@yahoogroups.com, "Don Kerr" <[EMAIL PROTECTED]> wrote: > > Any creative ideas on this? > > I have an change impact triad: Cost, Schedule, Technical > > Cost is (<1M,1M-25M, >25M) > Sch

[flexcoders] Re: Sandbox violation running from Builder. How did I get this and how do I fix it?

2008-06-05 Thread Bjorn Schultheiss
Are you sure its not a security settings related issue.. www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html --- In flexcoders@yahoogroups.com, "Rick Winscot" <[EMAIL PROTECTED]> wrote: > > Also. where is the project 'physically' located? I would strongly recomme

[flexcoders] Re: date in dataGrid wrong GMT? Dates sometimes one day off?

2008-06-05 Thread Don Kerr
Let me pose the question differently...I simply want to insert the selectedDate from a DateField into the database and display the correct date in a dataGrid column. Currently I insert myDateField.selectedDate into the database. It enters into the database in mm/dd/ format. It enters the corre

RE: [flexcoders] Flex and WSDL

2008-06-05 Thread Rick Winscot
First of all. you'll want to check to see if any of the headers you are trying to use are on the official 'blocked' list. Next, you'll need to implement your solution so that headers don't get dropped. Eh. well. what are you trying to do? That's probably the best question. Rick Winscot F

RE: [flexcoders] Sandbox violation running from Builder. How did I get this and how do I fix it?

2008-06-05 Thread Rick Winscot
Also. where is the project 'physically' located? I would strongly recommend making sure that the project is inside your workspace. Are there any compiler options like -use-network=false present? Rick Winscot From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Sp

[flexcoders] Re: Unable to Display Hindi

2008-06-05 Thread benjidudu
I never had success in editing properties files in Flex Builder. It always screw up the Chinese characters. So now I always edit them in Notepad, saving as UTF8, and it works. What you can try is, copy and paste your text in Notepad. Delete your "appStrings.properties" file. In Notepad, save your f

[flexcoders] Re: BitmapData source for mx:Image

2008-06-05 Thread limhy0306
Hi, I've tried your suggestion; but unfortunately it still didn't work. I've got a warning saying: Unable to bind to property width...; class is not an IEventDispatcher... Thanks. Regards, hy --- In flexcoders@yahoogroups.com, "Josh McDonald" <[EMAIL PROTECTED]> wrote: > > Try this: > > sc

Re: [flexcoders] Measurement and scrolling

2008-06-05 Thread Richard Rodseth
No, I mean like zooming a window. I think the problem lies in how I tell the TiledCanvas that one of its children is the zoomed one (setting "visible" of all the others to false in updateDisplayList). Stay tuned. However, setting that aside, it also seems as though I might be commiting a hack if

Re: [flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-05 Thread dnk
We just bought 7 of these last year at our company, and we only have 2 left in service as all the others died... Ever since Lenovo took over the Thinkpad brand.. well they appear to have been going downhill. But I mean this could have been a one off, a bad batch and so on. my experi

[flexcoders] Re: Please help graphics.beginFill and css issue

2008-06-05 Thread Body Works Studio
Gordon, thanks for writing back. I have been digging through this code, and it looks lie my original theory is wrong. the css is being defined. The issue I have is this is a custom TabBar and the first tab is suppose to have a different style than the others and that style definition is breaking

Re: [flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-05 Thread Anatole Tartakovsky
irst >>>> >> started. I went from CPM on a Morrow Meadows to Microsoft DOS (on >>>> >> computers with a Turbo button!), then Windows, now Vista. I do have >>>> an >>>> >> iPhone and it is an incredible device and the GUI is extre

RE: [flexcoders] Sandbox violation running from Builder. How did I get this and how do I fix it?

2008-06-05 Thread Tracy Spratt
Very strange. There was a similar thread a couple days ago and we did not find a solution, as far as I know. Did you create the new project by don't New Project and then copying in the files, or did you import the other project? (the first, I know, but maybe try the second?) Maybe try remo

Re: [flexcoders] Measurement and scrolling

2008-06-05 Thread Josh McDonald
I'm not sure exactly what you're doing, or what you're trying to achieve yet. By "expanding a tile" do you mean you're setting the minimum to be bigger, or you're manually overriding the decisions the base Container implementation makes in updateDisplayList()? On Fri, Jun 6, 2008 at 10:41 AM, Rich

[flexcoders] Sandbox violation running from Builder. How did I get this and how do I fix it?

2008-06-05 Thread Josh McDonald
I've checked out a project into the same directory as all my other projects, and now I'm getting a security sandbox violation trying to load a local file even when running from Flex. What could cause this? And how do I get it back to behaving the way it should for all builder projects? -J -- "Th

Re: [flexcoders] Measurement and scrolling

2008-06-05 Thread Richard Rodseth
The docs say: If the horizontalScrollPolicy is ScrollPolicy.AUTO, the horizontal scroll bar appears when all of the following are true: * One of the container's children extends beyond the left edge or right edge of the container. * The clipContent property is true. * The width and he

[flexcoders] Re: Flex Builder accessibility problem

2008-06-05 Thread Barry
Thanks Matt, that helps a lot. I'll check it out. Much appreciated, Barry --- In flexcoders@yahoogroups.com, Matt Morgan-May <[EMAIL PROTECTED]> wrote: > > Hi Barry, > > What you¹re describing is something we inherit from the Eclipse environment > that Flex Builder is based on, and there was a bu

Re: [flexcoders] Re: Streaming BlazeDS connection reverting to polling

2008-06-05 Thread Anatole Tartakovsky
Crude pushing with no selectors is relatively simple. You take open source of BlazeDS, find the piece that manages connection for streaming and migrate registration/"notifier.wait" part into custom endpoint/custom streaming servlet. From that point on everything is very much the same as Tomcat uses

Re: [flexcoders] Measurement and scrolling

2008-06-05 Thread Josh McDonald
If you want to be able to measure your subcomponents, always use setActualSize. I learned that the hard way recently :) I've recently been doing a whole bunch of measure and updatedisplaylist voodoo for a custom container, so I'll be slightly helpful! -Josh On Fri, Jun 6, 2008 at 9:36 AM, Richar

[flexcoders] Measurement and scrolling

2008-06-05 Thread Richard Rodseth
Clearly I haven't mastered layout and measurement. I've implemented a custom component which tiles its children in equal-sized tiles, but also has a state (not a flex state) where one tile fills the component. I subclassed Canvas and set the sizes and positions of children in updateDisplayList. I

RE: [flexcoders] Please help graphics.beginFill and css issue

2008-06-05 Thread Gordon Smith
> Flex 3 however it does not. How does it fail? When you put backgroundColor: #FF in CSS and execute var backgroundColor:Number = getStyle("backgroundColor") what value does this var get set to? It should be 16777215. Gordon Smith Adobe Flex SDK Team ___

Re: [flexcoders] Re: Flex and CFC issues

2008-06-05 Thread Sherif Abdou
try this, ya i wrote about it today, the way i made it work is to http://localhost:8500/flex2gateway"/> try that. - Original Message From: Don Kerr <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thursday, June 5, 2008 4:39:28 PM Subject: [flexcoders] Re: Flex and CFC issues

[flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-05 Thread Tim Hoff
is an incredible device and the GUI is extremely well > >>> >> done. I've never used a Mac, but many of my friends have taken the > >>> >> plunge. Is it time to make the switch? I'm thinking about a Mac Book > >>> >> Pro. Is a Mac B

Re: [flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-05 Thread Josh McDonald
it is an incredible device and the GUI is extremely well >>> >> done. I've never used a Mac, but many of my friends have taken the >>> >> plunge. Is it time to make the switch? I'm thinking about a Mac Book >>> >> Pro. Is a Mac Book even worth considering fo

[flexcoders] Please help graphics.beginFill and css issue

2008-06-05 Thread Body Works Studio
Hi all, came across an issue with our custom tab skin. while drawing the shapes we pull the colors from our css. the colors are stored like backgroundColor: #FF we then call the style via var backgroundColor:Number = getStyle( "backgroundColor" ); then we fill our shape graphics.beginFil

[flexcoders] can it be done, or a feature idea - export to css

2008-06-05 Thread dnk
Is it possible to do an "export" of sorts for settings that are specified in a tag directly to a css equivalent? IE, say I have a component: And wanted the finished product to have all of the possible settings in an external CSS file... And wanted to end up with: And have the appropri

[flexcoders] Re: Resizing component , browser freezes - how to overcome it

2008-06-05 Thread alex
Thanks , but it looks like it goes through that function quite fast . --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I would set breakpoints in LayoutManager doPhasedInstantiation. If the > layoutmanager never finishes validating, then you know that resizing the >

Re: [flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-05 Thread Rob Rusher
> >> plunge. Is it time to make the switch? I'm thinking about a Mac Book >> >> Pro. Is a Mac Book even worth considering for a Flex dev machine or is >> >> a Mac Book Pro the way to go? Anybody else make the switch recently >> >> from Windows to Mac? &

Re: [flexcoders] Re: #2038: File I/O Error only in firefox

2008-06-05 Thread Dennis Falling
Thanks for the reply... That information was exactly what I needed. I'm actually really surprised that I hadn't run across any of it- I've spent several hours googling trying to find a solution. Thanks a lot! -dennis On Thu, Jun 5, 2008 at 12:12 PM, Jon Bradley <[EMAIL PROTECTED]> wrote: >

[flexcoders] Re: Streaming BlazeDS connection reverting to polling

2008-06-05 Thread jfujita1
Converting BlazeDS to an NIO implementation is terribly interesting for me. I'm building a GIS tracking app that will need to handle more than a couple hundred connections. I knew that blocking IO code was BlazeDS' bottleneck but a $20,000 LCDS license isn't in my company's budget. I've heard th

Re: [flexcoders] Streaming BlazeDS connection reverting to polling

2008-06-05 Thread Rob Rusher
Another option would be to use WebORB. The more I look at what WebORB can do, the easier it is to pick it over other servers. We just had a WebORB presentation at our UG meeting on Tuesday. If you haven't looked at, you should. Regards, Rob On Thu, Jun 5, 2008 at 4:06 PM, Anatole Tartakovsky < [

Re: [flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-05 Thread Josh McDonald
- > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > > > > > > > > > > __ Information from ESET NOD32 Antivirus, version of virus > signature database 3162 (20080605) __ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

[flexcoders] Re: Streaming BlazeDS connection reverting to polling

2008-06-05 Thread Geoffrey
Just what I was looking for. Thanks! Geoff --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Hi Geoffrey, > > Good info here: http://www.flexlive.net/?p=102 > > > For long polling, looks like you can change the value for > in WEB

Re: [flexcoders] Re: Is there a flex based Tag Cloud component?

2008-06-05 Thread Josh McDonald
Ah, FlowContainer! I always forget about that! That's probably make an excellent base for something I need to build early next week. Cheers :D -J On Fri, Jun 6, 2008 at 6:51 AM, Body Works Studio <[EMAIL PROTECTED]> wrote: > Felipe, > > thanks this is exactly what I am looking for. > > --- In

Re: [flexcoders] Streaming BlazeDS connection reverting to polling

2008-06-05 Thread Anatole Tartakovsky
It is 10 - please check the source of the BlazeDS source - can be increased to few hundreds in your configuration but you might want to consider setting process affinity and set up LCDS 2.6 express NIO HTTP adapter to really scale it up. Other option is to modify BlazeDS code to not keep the connec

[flexcoders] Re: Flex and CFC issues

2008-06-05 Thread Don Kerr
Looks like you're not even getting a connection to the flex2gateway. Few things to check: 1) do you get a blank screen when you go to ../flex2gateway/ ? 2) In CF8 Administrator, do you have Flex enabled under Flex Integration? 3) When you compile your flex app do you have -services "C:\ColdFusi

[flexcoders] Re: Streaming BlazeDS connection reverting to polling

2008-06-05 Thread Tim Hoff
Hi Geoffrey, Good info here: http://www.flexlive.net/?p=102 For long polling, looks like you can change the value for in WEB-INF/flex/services-config.xml. For streaming it's . After the limits are met, new connections fall back to simple polling. -TH --- In

RE: [flexcoders] Problem with BrowserManager and IE - titlebar always changes to a '#'

2008-06-05 Thread Alex Harui
Make sure you are running via http:. If you just test your app from FlexBuilder, then you are using file://, and IE doesn't work well. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of devworkit Sent: Thursday, June 05, 2008 2:12 PM To: f

[flexcoders] Problem with BrowserManager and IE - titlebar always changes to a '#'

2008-06-05 Thread devworkit
I am attempting to integrate my Flex app to use the new Flex3.0 BrowserManager. I have very simple code at this point - here is what I do at application start time: browserManager = BrowserManager.getInstance(); browserManager.init("", "MyAppName"); When the app loads in IE7...things look gr

RE: [flexcoders] Re: Resizing component , browser freezes - how to overcome it

2008-06-05 Thread Alex Harui
I would set breakpoints in LayoutManager doPhasedInstantiation. If the layoutmanager never finishes validating, then you know that resizing the component has caused an invalidation loop where the component or something else is constantly being invalidated and re-validated.

[flexcoders] Streaming BlazeDS connection reverting to polling

2008-06-05 Thread Geoffrey
I know there is a hardware imposed limitation to the number of BlazeDS real-time streaming connections that you can establish. I've heard it's in the hundreds, so I'm trying to see how many I can connect to my server(WinXP Pro 64-bit with two 3GHz Xeon CPUs and 8GB of RAM). Oddly enough after the

[flexcoders] Re: Is there a flex based Tag Cloud component?

2008-06-05 Thread Body Works Studio
Felipe, thanks this is exactly what I am looking for. --- In flexcoders@yahoogroups.com, "Felipe Fernandes" <[EMAIL PROTECTED]> wrote: > > Jeff, > > You can use the flowContainer component http://blog.3r1c.net/?p=89 to > easely create a tag cloud component, all you need to do is add the > metho

RE: [flexcoders] OT (slightly) Gold standard method to make a web Flex app truly skinnable.

2008-06-05 Thread Gordon Smith
Have you made a Hebrew app in Flash or Flex before? I don't think Player 9 properly supports right-to-left languages. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Kramer Sent: Wednesday, Jun

RE: [flexcoders] VerifyError: Error #1063: Argument count mismatch on ... ResourceBundle().

2008-06-05 Thread Gordon Smith
The constructor for the ResourceBundle class had no arguments in Flex 2 but two optional arguments were added in Flex 3. So it sounds like you are somehow mixing Flex 2 and Flex 3 code. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mai

RE: [flexcoders] Re: Retrieving instence name?

2008-06-05 Thread Gordon Smith
Did you import the LoaderInfo class? Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Thursday, June 05, 2008 12:09 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Retrie

Re: [flexcoders] Smooth Animation with Resize or Move Effect

2008-06-05 Thread Rob Rusher
Have you tried setting the arguments that don't change on the Resize? There tends to be some jumpiness if you don't. Regards, Rob On Thu, Jun 5, 2008 at 2:12 PM, wwwpl <[EMAIL PROTECTED]> wrote: > I am developing a Flex application where I need to do some resize > effects. I have 2 VBoxs si

[flexcoders] Smooth Animation with Resize or Move Effect

2008-06-05 Thread wwwpl
I am developing a Flex application where I need to do some resize effects. I have 2 VBoxs side by side. They need to resize when a user clicks a button. I have been using states to do the resize effects, but I can not get it to look nice. I have tried a lot of effects and other things, but

RE: [flexcoders] Re: Retrieving instence name?

2008-06-05 Thread Alex Harui
My tests showed that the statement you quoted is true, but the difference is so small it can generally be ignored. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Balderson Sent: Thursday, June 05, 2008 11:16 AM To: flexcoders@yah

RE: [flexcoders] Re: Using TitleWindow

2008-06-05 Thread Alex Harui
You might want to just create and add the popup with visible=false, then use callLater to set visible=true and have a showEffect on the popup. I haven't done enough transitions work to know how to do it with states. From: flexcoders@yahoogroups.com [mailto:

[flexcoders] AdvancedDatagrid, AdvancedDataGridRendererProvider and xml HierarchicalData

2008-06-05 Thread y.mauron
Hi all, I have a datagrid that displays HierarchicalDat from a xml file. My xml looks like that : I would like to apply an item renderer to the subtags of tag1. I tried the following but it fails to produce the desired effect...

[flexcoders] Re: Some Characters on Dynamically Loaded Fonts Show Incorrectly

2008-06-05 Thread hawkfansixty
No, it happens in other scenarios as well. Here are some of the documented scenarios I've tested and the result (If further verbiage necessary, let me know) Font Location (Embed Type) Control Location Result Application (ttf) Application Good Application (ttf) Applicat

[flexcoders] Re: Resizing component , browser freezes - how to overcome it

2008-06-05 Thread Tim Hoff
Reinforces the value of getting the source. No way to know for sure man, sorry. -TH --- In flexcoders@yahoogroups.com, "alex" <[EMAIL PROTECTED]> wrote: > > Thanks Tim ! > > The problem is that it is a custom component (a map ) that I can only > use and not modify it. > > --- In flexcoders@

[flexcoders] Re: Retrieving instence name?

2008-06-05 Thread flexawesome
forgive me :) it works great! --- In flexcoders@yahoogroups.com, "flexawesome" <[EMAIL PROTECTED]> wrote: > > this make scense, but I got this error msg when I tried to use > LoaderInfo().loader > > 1180: Call to a possibly undefined method LoaderInfo. > > Did I miss something else? > > >

[flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-05 Thread andrewwestberg
> Hello again, I have read more Flex documentation, and found a lot of > good information regarding the remote objects and the environment, > but I have a thought about making a change in the structure of the > Flex application, have someone tried to take a module and put it into > a sql databa

[flexcoders] Re: Resizing component , browser freezes - how to overcome it

2008-06-05 Thread alex
Thanks Tim ! The problem is that it is a custom component (a map ) that I can only use and not modify it. --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Hi Alex, > > You might try making the code less intensive first; else you'll always > have to find a work-

[flexcoders] Re: Retrieving instence name?

2008-06-05 Thread flexawesome
this make scense, but I got this error msg when I tried to use LoaderInfo().loader 1180: Call to a possibly undefined method LoaderInfo. Did I miss something else? --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Code hints will not help when dealing with event.ta

[flexcoders] Flex and WSDL

2008-06-05 Thread radwhite81
i'm working on trying to get soap headers declared in the wsdl, then i'll I want to see if flex can automatically generate the code to set them in the service requests. does anyone have any suggestions, links blogs or any other info. thanks for your time and consideration.

Re: [flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-05 Thread Nancy Gill
gt; from Windows to Mac? >> > > > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.

[flexcoders] Re: Resizing component , browser freezes - how to overcome it

2008-06-05 Thread Tim Hoff
Hi Alex, You might try making the code less intensive first; else you'll always have to find a work-around. If you're doing anything, especially calculations, on the render or resize events, you're probably spiking the CPU on a manual browser resize. I'm not hearing that cacheAsBitmap will work

[flexcoders] Re: Webservice implementation switched to e4x after Flex 2.0.1 hotfix 2

2008-06-05 Thread mgrayfmr
--- In flexcoders@yahoogroups.com, "mgrayfmr" <[EMAIL PROTECTED]> wrote: > > Hi there: > > We've run into some webservice issues here when switching from Flex > 2.0.1 (not the hotfix version) to Flex 3. We are retrieving data from > a .NET backend using a SOAP/wsdl format. When we switched to F

[flexcoders] Re: Using TitleWindow

2008-06-05 Thread kenny14390
Tried using a transition on the IFlexDisplayObject "popup", but I get the following warning: Data binding will not be able to detect assignments to "popup". and the transition will not run. I tried casting popup to the class of the TitleWindow (PrizePopup), but that gave the same errors. --- In

[flexcoders] choosing line series

2008-06-05 Thread fb6668
I have a question about adding series to a LineChart. My data looks like this (simplified pseudo-code): selectedItems:ArrayCollection { Item:myClass { id:int history:ArrayCollection { date:Date val:Number } } } so, a user adds objects of myClass

[flexcoders] Flex and CFC issues

2008-06-05 Thread Just give a guess...
All, I am extremely new to Flex but I have been doing ColdFusion for a while now. I am having an issue with data from a CFC getting back to my Flex app. I have put code into my CFC to write to the log file if it gets hit. I can run a .cfm file against it and it works. However, the moment I try

[flexcoders] Re: Please, help: the release player displays a blank page in all browsers.

2008-06-05 Thread Tracy Spratt
If it is a security problem, It will work fine under Flex Builder on your dev machine, but not when served from a webserver, like when tested on a coworker's machine. My suggestion is to be sure your have run it from a Web server, using a debug player, which is the only way to see the security

[flexcoders] Re: Using TitleWindow

2008-06-05 Thread valdhor
Check out FlexMDI (http://code.google.com/p/flexmdi/) --- In flexcoders@yahoogroups.com, "kenny14390" <[EMAIL PROTECTED]> wrote: > > If I just have a TitleWindow component in my application, is there a > way to allow it to be draggable as if it was a popup? I'm not using > PopupManager to display

Re: [flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-05 Thread Joseph Balderson
I'm not trying to be glib, but don't use Vista. Use XP SP3. Joseph Balderson | http://joeflash.ca | 705-466-6345 b_alen wrote: > Interesting. Me and my colleagues are also thinking of switching to > Mac due to Vista crappiness. In fact we're

Re: [flexcoders] Re: Retrieving instence name?

2008-06-05 Thread Joseph Balderson
> ClassName(instance) is marginally faster than (instance as > ClassName) in my tests. So which one is faster? Is this still correct? (us lurkers want to know! :) ___ Joseph Balderson | http://joeflash.ca Flex & Flash

Re: [flexcoders] Re: Is there a flex based Tag Cloud component?

2008-06-05 Thread Felipe Fernandes
Jeff, You can use the flowContainer component http://blog.3r1c.net/?p=89 to easely create a tag cloud component, all you need to do is add the methods to calculate de size based on your ratings. You can use a repeater based on your array. Felipe http://bobfernandes.wordpress.com On Thu, Jun 5, 2

Re: [flexcoders] Re: Unable to Display Hindi

2008-06-05 Thread Andrew Wetmore
Dumb question, but are you using a font that does not display special characters? Can you display, say, Mandarin or Japanese? If you cannot display ANY non-Western characters, try switching to a sans-serif font. If this relates to Hindi only, and languages such as Japanese display well, then I am

[flexcoders] Resizing component , browser freezes - how to overcome it

2008-06-05 Thread alex
I have Flex project which contains several different components when I resize the browser windows, one of the components which is calculations intensive causes the browser to freeze foraround 2 seconds. Is there away to display the rest of components and delay the slow component ( and may just disp

Re: [flexcoders] OLAP

2008-06-05 Thread murali dharan
Hi, please try with pocolap or MonetDb On Wed, Jun 4, 2008 at 11:58 PM, Dominic Pazula <[EMAIL PROTECTED]> wrote: > Has anyone seen or done an integration of with a MDX compliant OLAP > server? If so, would you be willing to share your experience? > > Thanks > Dom > > >

Re: [flexcoders] know if .browse() was executed or not

2008-06-05 Thread Jon Bradley
On Jun 5, 2008, at 1:40 PM, David Pariente wrote: Im not using a fileReferenceList, but a FileReference. And it seems i can't access any property of FileReference unless i have choosen a file. So there is no way to know if a file was selected. Ok. Then all you need to do is use FileRefer

[flexcoders] Re: Unable to Display Hindi

2008-06-05 Thread tanarijay
No that does not seem to be the problem. The "Text file encoding" for my resource bundle still reads as "UTF-8". --- In flexcoders@yahoogroups.com, "Andrew Wetmore" <[EMAIL PROTECTED]> wrote: > > What keeps happening to me is that the encoding of the properties file keeps > snapping back to whate

RE: [flexcoders] Possible to add some data to load to the default preloader?

2008-06-05 Thread Alex Harui
Put the data in an RSL? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of b_alen Sent: Thursday, June 05, 2008 3:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Possible to add some data to load to the default preloader? I a

RE: [flexcoders] Please, help: the release player displays a blank page in all browsers.

2008-06-05 Thread Alex Harui
In FlexBuilder3, you use Export Release Build... You can turn off your debug flags too, but I'd just use the builtin feature that does that for you. The release player doesn't have trace log output so there's no way to leave a trail of what is happening. The debug player has trace output and

RE: [flexcoders] Using TitleWindow

2008-06-05 Thread Alex Harui
If you don't use PopUp, it could slide under other components in its parent container. You can always apply an effect to the popup so it slides in. However, if you set isPopUp=true, it should allow the TW to be dragged. From: flexcoders@yahoogroups.com [ma

Re: [flexcoders] Flex Builder accessibility problem

2008-06-05 Thread Matt Morgan-May
Hi Barry, What you¹re describing is something we inherit from the Eclipse environment that Flex Builder is based on, and there was a bug filed on Eclipse that matches your problem. https://bugs.eclipse.org/bugs/show_bug.cgi?id=194312 It appears there¹s a (somewhat complicated) fix in there, if y

Re: [flexcoders] know if .browse() was executed or not

2008-06-05 Thread David Pariente
I think this is a different thing... Im not using a fileReferenceList, but a FileReference. And it seems i can't access any property of FileReference unless i have choosen a file. So there is no way to know if a file was selected. Also, i first choose images with several calls to browseand l

RE: [flexcoders] Re: How to remeasure itemRenderer

2008-06-05 Thread Alex Harui
Probaly uninstall/reinstall. Run some other tests first. As you step into code, you should never suddenly "jump" into the middle of a function, breakpoints should be settable, etc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Amy Se

RE: [flexcoders] Flex access to Browser Properties

2008-06-05 Thread Alex Harui
If you can generate the data in Javascript in your HTML wrapper, you can get to it from Flex via ExternalInterface From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grizalum Sent: Thursday, June 05, 2008 7:33 AM To: flexcoders@yahoogroups.

RE: [flexcoders] Re: hiding a cell within a datagrid dynamically

2008-06-05 Thread Alex Harui
You'll probably have to set visible from inside updateDisplayList. A renderer's visible property is changed as it goes on/off the freeItemRenderers list. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jmfillman Sent: Thursday, June 05,

Re: [flexcoders] know if .browse() was executed or not

2008-06-05 Thread Jon Bradley
On Jun 5, 2008, at 12:23 PM, David Pariente wrote: I was trying checking for some property from fileReference object, like for example .name, so if no name on the object, would mean they didn't select anything there. But accessing the name property when no file choosen throws an IllegalOpe

[flexcoders] Using TitleWindow

2008-06-05 Thread kenny14390
If I just have a TitleWindow component in my application, is there a way to allow it to be draggable as if it was a popup? I'm not using PopupManager to display the TitleWindow because I want to apply a transition to it so that it slides in. Is there a way to apply this transition to a popup so tha

Re: [flexcoders] Re: #2038: File I/O Error only in firefox

2008-06-05 Thread Jon Bradley
I'm guessing it's because the session is not retained when performing a file upload to the server - a new session id is created for each FileReference upload attempt. This is a known issue with various workarounds. Modify your server code to ignore any session or login details to be sure t

[flexcoders] IFBIN status? Need some code, but can't get IFBIN to run

2008-06-05 Thread Tracy Spratt
I am trying to do a DES encryption encoding on some Webservice parameters. I have found a few examples, but have not successfully encrypted a parameter so the target site can decrypt it. The example function on Flex Exchanges is for "Triple DES" and written for Flex 2. The "As3 Crypto Library" i

[flexcoders] Re: #2038: File I/O Error only in firefox

2008-06-05 Thread Dennis Falling
I have this problem for standard uploads too, not just SSL... Again, it works fine in IE, so I know that the address and file are valid. Any ideas? On Wed, Jun 4, 2008 at 1:48 PM, Dennis Falling <[EMAIL PROTECTED]> wrote: > I searched the web and the group and found a thread going about this >

[flexcoders] Re: hslider and binding to values

2008-06-05 Thread kenny14390
Binding is curly braces {} not square brackets [] --- In flexcoders@yahoogroups.com, "arieljake" <[EMAIL PROTECTED]> wrote: > > I have an hslider with two tabs. > > I am trying to create a label next to the hslider to display the > values it has set. > > We access the values of the hslider usin

Re: [flexcoders] Flex + WebORB for PHP, A very strage problem

2008-06-05 Thread Manu Dhanda
Hii, I tried it the same way as suggested by Uber Nick. But the solution din't worked until I made some changes in my database field types as well as on my Flex VO class. Now I set this field as integer in db and Number in my VO class and receiving the values as Number. like below: vo.aircon =

[flexcoders] know if .browse() was executed or not

2008-06-05 Thread David Pariente
Hello everyone, in my project i need to know wether a fileReference Object did or didn't made a .browse() function. The point is that i have a form with several fields for choose files. Those files i must send them later. So then i need a way to know if user did actually choose a file to uploa

Re: [flexcoders] Re: Amazing tool for Flex (Firebug for Flex)

2008-06-05 Thread Josh McDonald
Might have to give it a try again next time I'm having troubles like that. Last time I added it to a project it simply mysteriously killed design mode in the builder, and didn't really do much else ;-) -Josh On Fri, Jun 6, 2008 at 1:06 AM, x77686d < [EMAIL PROTECTED]> wrote: > I gave this tool

Re: [flexcoders] Re: Is there a flex based Tag Cloud component?

2008-06-05 Thread Josh McDonald
You could use a grid full of Labels a custom UIComponent full of UITextfFelds, or you could most likely get away with basing it on the RichTextEditor component with a little thought. -Josh On Fri, Jun 6, 2008 at 1:29 AM, Body Works Studio <[EMAIL PROTECTED]> wrote: > Thanks for the link, but t

Re: [flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-05 Thread Josh McDonald
That's good to know, cheers :) On Fri, Jun 6, 2008 at 12:55 AM, dnk <[EMAIL PROTECTED]> wrote: > FYI, > > VMWare fusion 2 (now in beta) apparently has dual monitor support in VM's. > > dnk > > > On 5-Jun-08, at 6:11 AM, Josh McDonald wrote: > > The only real problem was the lack of support for

[flexcoders] Re: hiding a cell within a datagrid dynamically

2008-06-05 Thread jmfillman
Anthony, If you are passing the data from the columns of each row to the itemRenderer, you should be able to set visibility conditions from the itemRenderer. If you post your code, I or someone else here might be able to provide a more specific suggestion. JF --- In flexcoders@yahoogroups.com

  1   2   >