[flexcoders] Re: SWF resizing

2007-12-17 Thread nylarch
--- In flexcoders@yahoogroups.com, "Giles Roadnight" <[EMAIL PROTECTED]> wrote: > > I think if you just add > > width="100%" height="100%" to the Application tag and replace it in the > swflaoder tag. You'll probably need to set a parameter that will allow the > swf loader image to change it's asp

Re: [flexcoders] Flex Beta 3 [Managed] tag not working.

2007-12-17 Thread Kevin
yes. this was fixed in the latest build. thanks. - kevin On Dec 12, 2007, at 5:25 AM, Igor Costa wrote: Kevin witch build do you have? Im with last flex 3 beta 2 and doesnt approach that error. Regards Igor Costa www.igorcosta.org www.igorcosta.com On Dec 11, 2007 7:00 PM, Kevin <[EMAI

Re: [flexcoders] Flashplayer - ignoring minWidth & minHeight

2007-12-17 Thread Bart Wttewaall
perfect! thanks a lot! 2007/12/17, Muzak <[EMAIL PROTECTED]>: > > Add the following to the compiler options: > > -default-size 1024 768 > > > > - Original Message - > From: "Bart Wttewaall" <[EMAIL PROTECTED]> > To: > Sent: Monday, December 17, 2007 2:13 AM > Subject: [flexcoders] Flashpl

[flexcoders] Re: Center my Flex app

2007-12-17 Thread greggiec
Worked Great Thanks!! --- In flexcoders@yahoogroups.com, Jeffry Houser <[EMAIL PROTECTED]> wrote: > > > The HTML Center tag? > > greggiec wrote: > > > > > > I put the width of my flex app in the application tag of 1280 but now > > I want to center this in case the user has a screen width of sa

Re: [flexcoders] Center my Flex app

2007-12-17 Thread Jeffry Houser
The HTML Center tag? greggiec wrote: > > > I put the width of my flex app in the application tag of 1280 but now > I want to center this in case the user has a screen width of say > 1920.. Does anyone know how I can accomplish this? I am new to flex > and sorry if this is a stupid question :( >

[flexcoders] Array handling from Beta 2 to Beta 3?

2007-12-17 Thread Clinton D. Judy
I used to have this code working in Flex 3 Beta 2: var table:* = e.result.Tables.Table0.Rows; JFA = new ArrayCollection(table); Now that I've installed Flex 3 Beta 3, I'm getting a 1034 error, where I can't convert mx:collections:ArrayCollection to an Array. But it still appears that the B

[flexcoders] Center my Flex app

2007-12-17 Thread greggiec
I put the width of my flex app in the application tag of 1280 but now I want to center this in case the user has a screen width of say 1920.. Does anyone know how I can accomplish this? I am new to flex and sorry if this is a stupid question :(

[flexcoders] shared object problem

2007-12-17 Thread Rick Root
Hi, I'm having a problem with a shared object.. it contains basically a coldfusion structure that holds a bunch of query reuslts and other structure elements. For some reason, I've started having trouble loading the shared object. I'm using Flex Builder 3 beta 2, compiling with the 2.0.1 hot fix

[flexcoders] DataGrid ItemRenderes - How to access the {data} from the datagrid

2007-12-17 Thread oneproofdk
Hi. In a itemrenderer I'd like to access a {data} value in a Script in the itemrenderer. I just can't figure out how to do this. I have an ArrayCollection as the dataprovider for the DataGrid. In a Column, I sue a itemrenderer "status" Inside renderer.status.as I have a VBox, with a init() functi

[flexcoders] Re: Basic Question from a Flex Newbie

2007-12-17 Thread sdl1326
Thanks for the help and insight. --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Here is an example that shows several ways to pass data between a popup > and the main app. It does not use events, which you should also look > into. > > http://www.cflex.net/showFi

[flexcoders] SQL Server 2005 collation and Flex 2.01 dataGrid

2007-12-17 Thread candysmate
I'm communicating with a MS SQL 2005 Server via Flex 2.01. my original query: SELECT code, code_description, sub_category FROM flexing_price_list WHERE (code LIKE 'al%') UNION ALL SELECT code, code_description, NULL FROM flexing_products WHERE (code LIKE 'al%') gave me the error: "

[flexcoders] Re: Dynamically add line to chart

2007-12-17 Thread Abyss Knight
I don't have too much time to post, as I am at work, but here is a snippet of a project I've been working on that might help: //Dump current series to array var allSeries:Array = bigChart.series; //Set chart series to the array bigChart.s

[flexcoders] Triangle Item Renderer

2007-12-17 Thread greggiec
Is there any way I can make the triangle item renderer point downwards instead of upwards? We are creating a stock chart and need to have some down arrows in certain places on the chart..

[flexcoders] Flex 3 Beta 2 and Cairngorm Enterprise not completely compatible?

2007-12-17 Thread Kevin
I am having a problem when I include the Cairngorm Enterprise 2.2.1 in my Flex project (Flex 3 Beta 2), I can no long access my design view in flex. Has anyone else had this issue and is there a work around? (Currently I am just not using the design view.) This may have been fixed in Bet

Re: [flexcoders] Re: DataServices destinations design dilemma...

2007-12-17 Thread Kevin
I completely agree with the Hibernate "a lot of joins" issue. I look at some of these queries and it's a little nuts. On the other hand, we are deep into using Annotations with Hibernate which has been much easier for us to maintain than the mapping files. I'll have to take a look at iBat

[flexcoders] Debug::warning: multiple describeType entries for ...

2007-12-17 Thread johantrax
Hi all, I'm creating a custom component in mxml, and discovered a warning while I was debugging (due to sth else). What followed was a stripped-down testcase to reproduce the warning, which seems to be successfull. But I can't get my head around how to get rid of this warning: warning: multip

RE: [flexcoders] Reading from a file - file not found?

2007-12-17 Thread Jim Hayes
Check it (the text file) is in the "bin" directory (normally set by default to be "[projectRoot]/bin" , but that may have been set differently in project properties), which is where the debug version will be running from... It's probably a reasonable idea to do a file.exists check in your code as w

Re: [flexcoders] SWF resizing

2007-12-17 Thread Giles Roadnight
I think if you just add width="100%" height="100%" to the Application tag and replace it in the swflaoder tag. You'll probably need to set a parameter that will allow the swf loader image to change it's aspect ratio as well On Dec 17, 2007 4:07 AM, nylarch <[EMAIL PROTECTED]> wrote: > Howdy -

Re: [flexcoders] Beta 2 bug? "useCache" not available in URLRequest

2007-12-17 Thread Kevin
ah, thanks for the clarification. somehow I missed that part about AIR. It seem like it would not be too hard (or a security problem) to build that functionality into the regular version. I implement the same functionality by just appending a random string onto the URL when I want to for

Re: [flexcoders] move and scrollbar

2007-12-17 Thread Giles Roadnight
It's not very clear what you are asking I'm afraid. Also the xml you supplied is not valid (jsut to be picky). I assume you mean: you coudl try horizontalCenter="0" and verticalCenter="0" on the inner canvas to keep it centered. I'm not sure what you mean by the scrollbars and clipping. O

Re: [flexcoders] Cairngorm + RemoteObject + Java + BlazeDS.

2007-12-17 Thread Tom Chiverton
On Monday 17 Dec 2007, Manu Dhanda wrote: > Using Cairngorm, do we anywhere need to define something like that: You'll have that call in your Delegate class. I didn't see that in the snippits of code you gave. -- Tom Chiverton Helping to enormously harvest second-generation customers on: http:/

[flexcoders] Reading from a file - file not found?

2007-12-17 Thread Jon Bell
Hello, I inherited some code and I'm trying to get it to compile. This code should be straight-forward, but it's saying it can't file the file: var termsFile:File = File.applicationStorageDirectory.resolvePath("Terms.txt"); var stream:FileStream = new FileStream(); stream.open(termsFile,

[flexcoders] SWF resizing

2007-12-17 Thread nylarch
Howdy - Working on a "design-y" site that would probably more naturally be done in the Flash Authoring tool but I want to understand more about Flex so I'm going that route. A designer I'm working with on the project delivered an Illustrator file that is the background for the main page of

[flexcoders] move and scrollbar

2007-12-17 Thread callistachan
hi, i'm relatively new to all this so please bear with me... =) i have something like this in my mxml file: now, all of this gets stored inside a draggable panel during runtime. also, during this time, the inner canvas gets zoomed out and should center after the zoom... i

[flexcoders] Force DataGrid item to update style

2007-12-17 Thread m.frigge
Hey there, i found some nice examples for an itemRenderer here . I tried to use one of them for an app i am developing. In my case i need the colum's style to change when i select it, but you can only see the changes,

[flexcoders] Click event in Flex 3 TileList no longer sets selectedItem when...

2007-12-17 Thread Rich Germuska
Hi all, Am in process of migrating app to Flex 3, as bug in 2.01 prevents applying Fade to Flash CS3 MovieClips, which is essential for app (see another flexcoders thread). Anyway, the first issue I have encountered is that TileLists are behaving differently. The TileList click event no long

Re: [flexcoders] Cairngorm + RemoteObject + Java + BlazeDS.

2007-12-17 Thread Ralf Bokelberg
Hi Manu It seems like you are trying to take two steps at once. Before working with Cairngorm i would try to create a very simple Remoting example. I'm sure you can find one in the help files. Cheers Ralf On Dec 17, 2007 12:35 PM, Manu Dhanda <[EMAIL PROTECTED]> wrote: > > > > > > > > Hii.. >

RE: [flexcoders] Cairngorm + RemoteObject + Java + BlazeDS.

2007-12-17 Thread Manu Dhanda
Hii.. It's really giving me hard time now. Now, am using blazeds. Have everything in place. My app is compiling fine. But still control is not reaching to my java code. I have destination defined like this in my remoting-config.xml: com.mot.stir.business.LoginDelegate

Re: [flexcoders] REALLY wierd compiler problem, honest this is what happened!

2007-12-17 Thread Tom Chiverton
On Monday 17 Dec 2007, Giles Roadnight wrote: > If the server was caching it then that does seem like that might be the > reason. How do you clear the cache in server 2003 then? Linux guy :-) -- Tom Chiverton Helping to centrally innovate user-centric bandwidth on: http://thefalken.livejournal.c

Re: [flexcoders] REALLY wierd compiler problem, honest this is what happened!

2007-12-17 Thread Giles Roadnight
Thanks Tom - it definitely wasn't the browser as I cleared the cache (several times). I did change the publish location to a local drive rather than a network share / web location and I thought that I was still getting the old content - but I'm not sure. If the server was caching it then that doe

Re: [flexcoders] REALLY wierd compiler problem, honest this is what happened!

2007-12-17 Thread Tom Chiverton
On Saturday 15 Dec 2007, Giles Roadnight wrote: > Has anyone ever had anyhtign like this? It really does seem impossible > to me - I had deleted all the code and the compiled swfs. I have no > idea where the swf were being generated from. Yeah, web browser/server/SSL accelerator 'helpfully' cachin

Re: [flexcoders] asdoc doesn't

2007-12-17 Thread Tom Chiverton
On Friday 14 Dec 2007, Tom Chiverton wrote: > Can anyone explain why I don't get asdoc code for the asdoc commented > public variables in the following class (Flex 3 beta 3), or is this a bug ? I've logged a bug: #SDK-14024 -- Tom Chiverton Helping to enthusiastically maintain global supply-chai

[flexcoders] layout / scrolling issues

2007-12-17 Thread Giles Roadnight
Hi All I have a couple of niggling lay out issues that I can't seem to resolve and was hoping that someone could help me with them. I have a popup with an HBox in. on the left I have VBOx (lets call it the controls Vbox) and on the right a text area. Both have height="100%". With in the controls

[flexcoders] How to detect maximum Container width and height without scroll bars?

2007-12-17 Thread Sergey Kovalyov
Hi All! What's the best abstract method to detect maximum width and height of the container, when its content doesn't force the horizontal and vertical bar to appear? For instance, I have VBox and 2 100x100 boxes inside it. In this case considering the default verticalGap value that is 6, maximum

[flexcoders] Re: Add a custom shortcut to our application

2007-12-17 Thread simonjpalmer
one thing to check is whether your app has focus in the browser window - some browsers do not give the player focus by default. If you click somewhere on your app running in the browser then press a key do you get a message? Another route would be to add a control to your app which definitely a

RE: [flexcoders] Cairngorm + RemoteObject + Java + blazeds.

2007-12-17 Thread Manu Dhanda
Hii, It's really giving me hard time now. Now, am using blazeds. Have everything in place. My app is compiling fine. But still control is not reaching to my java code. I have destination defined like this in my remoting-config.xml: com.mot.stir.business.LoginDelegate

[flexcoders] Re: Loading mask or overlay for datagrids while loading

2007-12-17 Thread brey_magenta
Well, for example, using a mask? I know you can put a 'mask' over any visible object but I don't know how to make a mask which shows a animated loading swf/image. --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > There are so many options, I don't know where to start.

RE: [flexcoders] Simple application is not working

2007-12-17 Thread Alex Harui
Then trace out event.result.toXMLString() to see what you really got. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Sunday, December 16, 2007 12:20 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Simple a

<    1   2