CTRL keys, which I believe is default. Also I ran some more test, and it seems the application runs as intended in IE 7 but in Firefox under https the...
Hello, I have run across a bit of a problem securing my application with SSL, and I was wondering if someone in the group might be able to assist. First off,...
Hi, I'm just starting out coding in flex 2 and I'm having some odd results. In theory what this application should do is get a bas64 encoded picture from a...
Hi, I'm just starting out coding in flex 2 and I'm having some odd results. In theory what this application should do is get a bas64 encoded picture from a...
I am compiling .swf files from .as files I am generating and although the results run ok in the flash player I get an unknown error trying to run them in...
I am trying to create a price table using the new advanced datagrid in flex 3. Usually hierarchical data would be displayed in a tree like format. My goal is...
Hi, Hi, I've stumbled upon this function call in Excel: =LINEST(A1:A7,B1:B7^{1,2,3}) And I'm having issues with this last bit: "B1:B7^{1,2,3}" Let's say B1:B7...
I am trying to load my modules intelligently through one of the Adobe examples, which uses a combo box, but I'd like to be able to use a menubar that I can...
... Nothing, you will produce three new arrays, eg: B C D E ... 1 1 1 1 2 2 4 8 3 3 9 27 4 4 16 64 5 5 25 125 6 6 36 216 7 7 49 343 So, in XL...
shaun
shaun@...
Jul 1, 2007 2:33 pm
79719
If you are using coldfusion as the backend you need to have a secure destination in your service-config file. See the example: <destination id="ColdFusion"> ...
so i figured i'd try out this new ModelGlue:Flex framework for a little project i have due tomorrow, but it doesn't seem like any of it works, does anybody...
Hi, I have written the following image renderer which sets the source based upon the data in the eAccount col of the dataprovider. This just displays the empty...
I am just curious... When using the source attribute (an no I am not using "@" to embed the images) in an <mx:Image/> tag, is the path relative to, the MXML...
Dave, Can you post a screen cap or something to shed some light on this issue? Not clear on your description about the area series not drawing from the minimum...
Hi there, is anyone at Adobe somehow moderating or watching what has been posted to the flex cookbook? I usually send new comers to quickstart and the cookbook...
Hello all, I'm developing a website using some examples from the FlexStore. In the original code, when the app initializes, the catalog.xml data is loaded and...
Hey Derrick, You need to add modelglue\bin\ModelGlueFlex.swc to your Library Path in the Flex properties file (Right click on the project -> Flex Build Path ->...
Dave Carabetta
dcarabetta@...
Jul 2, 2007 2:08 am
79728
thanks, i had added the swc to my library- it appeared that com.firemoss.modelglue.tags.event folder in the swc was empty, so maybe something went wrong in...
UGGGHHH!! I knew it had to be something silly like that. Thank you Brendan =] ... -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager,...
No luck here on the QuickStart folder either, so right now the tutorial is rather useless. However, knowing the guys behind it, this should mature into a...
The order of drawing is the order of the series array that gets assigned to the chart. Couple of solutions, other than the one that you have provided a. Have...
Relative to the SWF ________________________________ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dnk Sent: Sunday, July...
I think you want: override public function set data(value:Object):void { super.data = value; var imgSource:String; switch(value.eAcct){ case "er": imgSource =...
Image.source should be a URL or a distinct class instance. You are assigning the same Loader instance to the Image. ________________________________ From:...
Flash only cares about the left mouse button. The right button brings up context menus. ________________________________ From: flexcoders@yahoogroups.com...
(my environment = windows XP, IIS) Hi I'm trying to setup an asp.net project (called MyProj) where the source code sits in: C:\blah\My Documents\FlexBuilder...