[flexcoders] FDS2 stuck when resultset is too large

2007-02-06 Thread Carlos Rovira
Hi, One of the teams here working on a large FDS2 application found a strange problem. When the resultset retrieved from FDS2 pass a number of rows the dataservice hangs. It always happens when the rows pass a fixed limit. It seems like FDS waits for a new request and if you throw a new request

[flexcoders] About a warning message to choose flex debugger host

2007-02-06 Thread arcencie1978
Hi guys, I've just succeeded in making a flex library project and come up with a myLibrary.swc. Yet my problem is that a warning message,which says 'where is the flash debugger host running', pops up every time a sub-application is being loaded... Is it just the way that RSL works or am I mis

[flexcoders] Re: How can I test a UIComponent to see if it is user editable?

2007-02-06 Thread dougmccune
I don't think there's a good answer to this question. There's no way to figure out via AS whether a component MIGHT dispatch a given event. I did a search on livedocs to try to find all classes that dispatch a change event. This only seems to include base classes, so subclasses of any of these con

[flexcoders] About a warning message when using an RSL

2007-02-06 Thread arcencie1978
Hi guys, I've just succeeded in making a flex library project and come up with a myLibrary.swc. Yet my problem is that the warning message pops up every time a sub-application is being loaded... Is it just the way that RSL works or am I missing something??? What is strange is that when I run

[flexcoders] Using History in a wrapper

2007-02-06 Thread Jack Park
The templates call for a URL: history.html My question has to do with behaviors in a servlet environment. Here's the story. I call the history file simply with /history rather than history.html. This means that my template line of code reads: AC_FL_RunContent( "src", "/swf/FirstFle

[flexcoders] Semi-noobie architectural style question

2007-02-06 Thread rumpleminzeflickr
Hi there, I have a main app, with a lot of sub custom components. I've created a singleton class that i'm using as a controller. what I want to know is, do I have to define access to that singleton class in every custom component, or is there some way to 'pass' the instance of it down the lin

RE: [flexcoders] Text Character Spacing

2007-02-06 Thread Jack Caldwell
Gordon: Thanks, Jack _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Tuesday, February 06, 2007 4:55 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Text Character Spacing Flex 2.0.1 added a "letterSpacing" style for compone

Re: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Ben Stucki
Dan, That's one of the best descriptions of copyrights and licensing I've seen in a while. I used to release code under Creative Commons, but I am now recommending the MIT license to anyone releasing code. It's short, legally sound and widely accepted. Here's the link. http://

[flexcoders] Re: Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Engkee Kwang
Just to expand on the original post, there are at least 3 issues I can see with the lack of clarity on posted work. 1. The first relates to copyright and as pointed out, the US law appears to be pretty clear. If that is the case, then minimally, it would be appropriate to include in the softwar

RE: [flexcoders] Re: RemoteObjects for Flex using AS3

2007-02-06 Thread Shannon Jackson
That is not the line that is failing; that is the line that binds the event listener to the operation. we're trying to execute the method dynamically (line six of second example)-- have you done that? Thnx, -Shannon employeeRO.getOperation(methodName)].addEventListener ("result",getListResultHan

[flexcoders] Putting a Rectangle around a "selected" line in a List component

2007-02-06 Thread Michael
I'm fairly new at this and am trying to extend a List component so that a rectangle will appear round the selected line (and around the roll-over) instead of a solid color. I'm assuming that the focusRect property that is inherited from the InteractiveObject is the one I need to deal with, but

[flexcoders] Printing High Res Images

2007-02-06 Thread zgaff
Hi Everyone, Does anyone know how to print a high res images in flex 2. What I mean is if I have and image that is 1200 DPI by 1200 DPI and my printer has a resolution of 600 DPI my image should print out a 2 inchs by 2 inchs. I set the size for my display the printout is incorrect. Thanks

Re: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Daniel Freiman
I will now pass myself off as a legal expert despite the fact that I haven't attended law school...so anyone with authority should overrule my opinion. Generally speaking, if the owner (which is usually the author) publishes the code on the web, then you are allowed to look at it. They showed it

[flexcoders] Re: Populate Tree with data from a query?

2007-02-06 Thread malik_robinson
Hi Tracy, When I do a trace as you indicated. I see this: Bill Bates Mark Smith Larry Jobs And this is what I see when my tree is rendered also. -Malik --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECT

[flexcoders] Returning 'this' from an overridden method?

2007-02-06 Thread David_Stafford
Please pardon this simple-minded question from an AS3 novice. My base class often returns 'this' from methods which makes it convenient to write code like: camera.move( 10, 12 ).rotateX( 45 ).rotateY( 90 ); The problem comes when code extends the base class and overrides one of these functio

RE: [flexcoders] Re: FDS DataService.commit() doesn't trigger responder result()...?

2007-02-06 Thread Jeff Vroom
I personally attach to the server after it is started. It is a pain to specify all of the jar files and keep that up to date in my case since the jars change a lot (though I have gotten that to work too...). Unfortunately the exact way is dependent on the app server and I am still using jrun

RE: [flexcoders] FDS DataService.commit() doesn't trigger responder result()...?

2007-02-06 Thread Jeff Vroom
It does really look like the ack is going back to the client. Have you tried looking at the client side logs (in flashlog.txt, debug player only, enabled with ? Maybe something funky is going on there? Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: java.lang.Runtime "complete" message?

2007-02-06 Thread qnotemedia
I'm looking at java's waitFor(). When I use it in a CFC though, I think its just looping forever. Here's what I have so far: When running this cffunction as a WebService from Flex2, it leaves a never ending busy cursor. If I remove checkProcess and return startProcess instead, I have so

[flexcoders] Alex's Distortion effects

2007-02-06 Thread danj520
http://weblogs.macromedia.com/auhlmann/archives/2006/11/download_distor.cfm The example has the following code: http://www.adobe.com/2006/mxml"; xmlns:distortion="view.distortion.*"> Do you run this or integrate into other code? I love these distortion effects, but

[flexcoders] Re: HTTP Service doesnt seem to connect to location when running from a server

2007-02-06 Thread bnprrsh
Thanks cisnky, It was down to the cross domain I created one on the API server and it now works. I was so sure it wasn't the cross domain as when Flex Builder compiled the swf the preview would connect without a problem plus im sure i used to get errors if flex couldnt find a croxdomain. I wou

Re: [flexcoders] How to assign an icon using code behind? (Maybe a flex compiler bug)

2007-02-06 Thread Carlos Rovira
Ok, I solve it handling the icon in the parent class: public function ButtonPanelClass():void { addEventListener(FlexEvent.CREATION_COMPLETE, creationCompleteHandler); } private function creationCompleteHandler(event:FlexEvent):void { nuevo_btn.setStyle("icon

RE: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Jason Hawryluk
It's rather late here, so I’ll update all source and posts with a proper license or something similar tomorrow. Thanks for the input Daniel it’s cleared some things up. I want people to be safe using it, at the same time I want to of course protect myself from liabilities. jason -Messa

RE: [flexcoders] Text Character Spacing

2007-02-06 Thread Gordon Smith
Flex 2.0.1 added a "letterSpacing" style for components like Label and Text.. These styles are listed in the LiveDocs for 2.0.1 at http://livedocs.macromedia.com/flex/201/langref/index.html You'd write to get 10 extra pixels between each letter. - Gordon ___

Re: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Daniel Freiman
As for copyrights vs. licenses If you own the code (which if you wrote it you probably do), then you own the copyright. A license is simply giving someone permission (limited or otherwise) to use the copyrighted material. If you give the copyright to the public domain, then no one owns the copy

[flexcoders] Problems painting an swf from a wrapper

2007-02-06 Thread Jack Park
In an earlier thread, I got engaged in the issue of history.js and a history.html iframe. There is a template that doesn't use history. That's as barebones as it gets. I am running the simplest possible test to validate that my servlet can paint swf content. I went so far as to craft a simple hell

RE: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Jason Hawryluk
I willing to do that creative commons license if it makes people feel more comfortable. I’ll have a look and see what's involved. I fully understand the requirement to protect yourself. Very good topic that I have to date just taken for granted. I just always assumed that if I put it out there i

Re: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Jack Park
It certainly wouldn't hurt to at least mention a license, e.g. BSD, Apache, LGPL, whatever. That should say enough. On 2/6/07, Jason Hawryluk <[EMAIL PROTECTED]> wrote: "So for me personally, if there's no licensing information in my code that means I don't care what you do. If I don't want

Re: [flexcoders] Text Character Spacing

2007-02-06 Thread Peter Baird
Yes. As of Flex 2.0.1, letterSpacing is a style for most components. For example: -p On 2/6/07 11:15 AM, "jwc_wensan" <[EMAIL PROTECTED]> wrote: > > Is there a way to change the character spacing of text? Without > extending the component or custom fonts? > > In other words, either expand

Re: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Jeffry Houser
Valid points. I'm unclear on the differences between copyright and licensing when applied to software distributed at no cost over the Internet. It makes sense that the original publisher could claim copyright on the code. Many blogs have a standard disclaimer in regards to content. Man

RE: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Jason Hawryluk
"So for me personally, if there's no licensing information in my code that means I don't care what you do. If I don't want you to use the source code I won't release it." You can count the same for me. If I post it with source there is no obligation unless specifically stated otherwise. That is at

[flexcoders] Re: FlashVars not working

2007-02-06 Thread g_vaccarezza
Thanks Guys! It's working now :D --- In flexcoders@yahoogroups.com, "Clint Tredway" <[EMAIL PROTECTED]> wrote: > > try using this.parameters.theText > > On 2/6/07, g_vaccarezza <[EMAIL PROTECTED]> wrote: > > > > this is driving me mad! > > Can you guys tell me what am I doin wrong? > > > > Se

Re: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread slangeberg
If no license is specified, then I would assume they are in the public domain and are available for free use. I would suspect that's a dangerous assumption. I realize that if you're posting code on a blog, than you can expect someone to probably copy it, but in a court, I understand that any o

Re: [flexcoders] How to assign an icon using code behind? (Maybe a flex compiler bug)

2007-02-06 Thread Carlos Rovira
Hi Tracy, Thanks for the response. Please could you write a one or lines showing what you are explaing? Thanks! C. On 2/6/07, Tracy Spratt <[EMAIL PROTECTED]> wrote: Pass a reference to the subclass {this} into the base class, and use it to refer to subclass items. That sets up dependen

[flexcoders] Re: RemoteObjects for Flex using AS3

2007-02-06 Thread michael_ramirez44
employeeRO.getOperation(methodName)].addEventListener ("result",getListResultHandler); Michael Ramirez --- In flexcoders@yahoogroups.com, "Shannon Jackson" <[EMAIL PROTECTED]> wrote: > > In the Flex 2 Developers Guide, it shows an example of how to script a > remote object as follows: > > emp

RE: [flexcoders] How to assign an icon using code behind? (Maybe a flex compiler bug)

2007-02-06 Thread Tracy Spratt
Pass a reference to the subclass {this} into the base class, and use it to refer to subclass items. That sets up dependencies and typing issues you should be aware of though. Probably an event mechanism would be better. Tracy From: flexcoders@yahoogroup

RE: [flexcoders] Text Character Spacing

2007-02-06 Thread Jack Caldwell
Dan: Thanks for the info. I've looked at, but not sure exactly how to implement it. I'll continue to look for examples. At lease I know what I am looking for now. Jack _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Freiman Sent: Tuesday, February

[flexcoders] How to assign an icon using code behind? (Maybe a flex compiler bug)

2007-02-06 Thread Carlos Rovira
Hi, I'm trying to use code behind technique and have a compiler problem. I 'm trying to set an icon in a Button control, but the compiler not allow me to do this. The following are the classes use to show you the problem The following is the parent class: ButtonPanelClass.as === p

Re: [flexcoders] Load Flex app (swf) into Flash App

2007-02-06 Thread Greg Hesla
I was afraid of that. Thanks very much for your quick response. ~g On Feb 6, 2007, at 3:49 PM, Tracy Spratt wrote: No, because the Flash will be ver 8, AS2, and cannot contain the AS3 virtual machine needed for FP 9. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

[flexcoders] Resizing and Positioning Components

2007-02-06 Thread Joe
I'm building an app that explores an employee's profile. There are four different sections of a profile.I am trying to have these four sections grouped together in four small squares. When a section of the profile is clicked it expands. Does any one know of an example of resizing and positionin

[flexcoders] RemoteObjects for Flex using AS3

2007-02-06 Thread Shannon Jackson
In the Flex 2 Developers Guide, it shows an example of how to script a remote object as follows: employeeRO = new RemoteObject(); employeeRO.destination = "SalaryManager"; employeeRO.getList.addEventListener("result",getListResultHandler); employeeRO.addEventListener("fault", faultHandler); emplo

Re: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Doug McCune
I'd be interested in what a more legal understanding is, but for anything that I post that includes source code, it's my understanding that you can go and do whatever you want with it. Include it in other products, yadda yadda. Basically if I don't include licensing terms I'm giving you whateve

Re: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Brendan Meutzner
For Ely's calendar, all files contain the following disclaimer: /*Copyright (c) 2006 Adobe Systems Incorporated Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restr

[flexcoders] Re: Slider Control

2007-02-06 Thread Rick
Works like a charm. Thanks! - Rick --- In flexcoders@yahoogroups.com, "Andrew Trice" <[EMAIL PROTECTED]> wrote: > > For some reason my last several posts aren't showing up in flexcoders. > Let me try this again... > > > > > > Take a look at my blog posting example at: > http://www.cynergy

Re: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Jeffry Houser
I didn't think of that. It is completely contradictory to what I said, but you might be right. I suppose it depends what is going on. At 03:52 PM 2/6/2007, you wrote: That's an awesome topic and I'd love to hear more about it. My current understanding is that any published work comes und

Re: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Jeffry Houser
If no license is specified, then I would assume they are in the public domain and are available for free use. At 03:31 PM 2/6/2007, you wrote: I have to commend you all for posting a lot of wonderful components and extensions to Flex... eg. Ely's calendar, Doug and Jason's tab navigator ext

Re: SPAM-LOW: [flexcoders] Flex TFTS lesson 8

2007-02-06 Thread Roger Ross
I'll give it a try thanks... --- In flexcoders@yahoogroups.com, CF <[EMAIL PROTECTED]> wrote: > > Hi, > > > Compiled mxml files clean up to the point where you display the > > horizontal list bar with categories and images. > > Problem is, NO images no text display just a white area where imag

Re: [flexcoders] Re: How can I test a UIComponent to see if it is user editable?

2007-02-06 Thread Ralf Bokelberg
I guess the only way to do it reliable is to ask for the type. You can use if( X instanceof Y) for example Cheers, Ralf. On 2/6/07, gotgoose09 <[EMAIL PROTECTED]> wrote: No one has done type checking like this before? If not, oh well. :) --- In flexcoders@yahoogroups.com , "gotgoose09" <[

Re: [flexcoders] enabled="{Boolean(myDataProvider.length)}"

2007-02-06 Thread Ralf Bokelberg
I would prefer the following: *enabled="{ myDataProvider.length > 0}" * It's shorter and communicates the intention better imho Cheers, Ralf. On 2/6/07, rd_grimes <[EMAIL PROTECTED]> wrote: Just curious if this type of syntax is wise or advisable? I just completed my first major Flex project

Re: SPAM-LOW: [flexcoders] Flex TFTS lesson 8

2007-02-06 Thread CF
Hi, > Compiled mxml files clean up to the point where you display the > horizontal list bar with categories and images. > Problem is, NO images no text display just a white area where images > and text should display > > Checked the code over and over, matches lesson code. > Anyone hav

[flexcoders] Can editable row in datagrid depend on what node clicked in tree?

2007-02-06 Thread Cashorali, Tanya M.
Now that I can determine what type of node was clicked in a tree (thank you Tracy!), I'd like to be able to edit that entity as well.. but in a separate datagrid. Right now, I have the viewStack selectedChild updating depending on what node was clicked. Is it possible to now initiate an itemEd

Re: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread slangeberg
That's an awesome topic and I'd love to hear more about it. My current understanding is that any published work comes under copyright protection, and that would necessitate permission from the author before incorporation into a commercial work, if there is no explicit licensing info provided. -S

[flexcoders] enabled="{Boolean(myDataProvider.length)}"

2007-02-06 Thread rd_grimes
Just curious if this type of syntax is wise or advisable? I just completed my first major Flex project and I use this in several places. But, now I'm wondering if anyone knows of a reason why this might cause problems or introduce some undesired side-effect. Thanks, Ron

[flexcoders] Re: How can I test a UIComponent to see if it is user editable?

2007-02-06 Thread gotgoose09
No one has done type checking like this before? If not, oh well. :) --- In flexcoders@yahoogroups.com, "gotgoose09" <[EMAIL PROTECTED]> wrote: > > My current code now loops through the children of a container and adds > an event handler to each one to listen for a "change" event. > > However, I

RE: [flexcoders] Load Flex app (swf) into Flash App

2007-02-06 Thread Tracy Spratt
No, because the Flash will be ver 8, AS2, and cannot contain the AS3 virtual machine needed for FP 9. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Hesla Sent: Tuesday, February 06, 2007 3:28 PM To: Flex Coders Subject

RE: [flexcoders] Flex TFTS lesson 8

2007-02-06 Thread Jeff Hindman
Nope . worked for me. You might try goring back to Lesson 7 and restarting from there. Whenever I got stuck in the book, I found that usually corrected the problem. --Jeff Hindman Simon Software Solutions _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread engkee
I have to commend you all for posting a lot of wonderful components and extensions to Flex... eg. Ely's calendar, Doug and Jason's tab navigator extensions, Ben and Trey's reflection effect, Alex's distortion effect, just to name a few. Unfortunately, in these day and age, I would have to ask..

RE: [flexcoders] Re: Populate Tree with data from a query?

2007-02-06 Thread Tracy Spratt
Have you determined that model.treeData contains valid xml? (trace(treeData.toXMLString())) If it does, then the tree should work like you have it. You will need to set the "labelField" property for the label, or use a labelFunction if the data you want for the label is not a top-level porperty/a

[flexcoders] Load Flex app (swf) into Flash App

2007-02-06 Thread Greg Hesla
Is it possible to load a Flex-based swf file into a Flash movie using loadMovie()? We are trying to migrate from Flash / Remoting to Flex. We have several "container" movies which load smaller movies that the user interacts with. Thanks in advance, Greg

[flexcoders] Tutorial zoom in a linechart

2007-02-06 Thread bcncgn3
I have linechart and i want that the user can zoom in in the horizontal axis selecting an area on the chart? Someone knows a tutorial which explains how to program this?

Re: [flexcoders] Connection from Flex Builder 2.0 to VSS

2007-02-06 Thread slangeberg
I scoff at standalone flexbuilder, unless you're not a programmer! Not sure why you wouldn't want to be able to extend your IDE. Kind of like the original FF vs. IE conflict. The only con I've found is when you get any kind of collisions between plug-ins. Not common, and the ones that gave me pro

[flexcoders] Flex TFTS lesson 8

2007-02-06 Thread Roger Ross
Hello, Compiled mxml files clean up to the point where you display the horizontal list bar with categories and images. Problem is, NO images no text display just a white area where images and text should display Checked the code over and over, matches lesson code. Anyone have this problem whe

[flexcoders] RPC method

2007-02-06 Thread joshua gatcke
Hello all, I am trying to create a blog editor with flex and php. I am just learning about XML-RPC, and want to use this in my flex app. I have set up a XML-RPC server, created my response handling functions, etc. Everything is working fine except that I cannot figure out how to send the

[flexcoders] Re: Populate Tree with data from a query?

2007-02-06 Thread malik_robinson
Hi, That helps a bit, in my tree I am seeing the actual xml when I run my application in flex. I have CFC function returning a string, I tried having return xml and same thing. *** After I make my remote object call in my result handler I have this: public function result( data:

[flexcoders] Re: Serious Bug in HistoryManager (introduced in latest release?)

2007-02-06 Thread zenwarden
I will give it a try. One question and one comment: Question: Did you actually mean drag manager or did you mean History manager? (I'll try both sperately). Commnet: I've been a virtual evenagilist for flex at the company I work for; I am very impressed with product and love using it. But this d

Re: [flexcoders] Can somebody provide a baisc, simple, full Drag Panel sample?

2007-02-06 Thread Janis Radins
You dont need custom things to do that. Use mx.containers.Panel instance and mx.managers.PopUpManager class to do that. 2007/2/6, Ralf Rottmann <[EMAIL PROTECTED]>: I want to make a Panel drag-able so that users can arrange multiple panels the way they want within the application container.

[flexcoders] Re: Flex 2 Compiler / Metadata Question

2007-02-06 Thread gtuhl
Ely, Thanks for the response. Here is a brief example. I am now aware of the [ArrayElementType] tag, but it still illustrates the issue well. We have a value object that has some properties marked with metadata like this: public class ContactVO{ [Collection(type="String")] publi

[flexcoders] Radial Graph

2007-02-06 Thread Brendan Meutzner
Hi, I'm positive that I've seen an example of a Flex based Radial Graph in the last couple months, but for the life of me I can't find it now. Can anyone help me out? Thanks, Brendan -- Brendan Meutzner Stretch Media - RIA Adobe Flex Development [EMAIL PROTECTED] http://www.stretchmedia.ca

[flexcoders] Looking for Developer - Flex Charting

2007-02-06 Thread Matthew Blumberg
We seek to developer to help us to create data-driven flash charts for our website. Some details: * Data is drawn dynamically from MySQL and/or XML (on a LAMP server). * We will need three different chart types: (1) Area Charts, (2) Bar Charts, (3) Balloon Charts. * Appearance of charts is

Re: [flexcoders] FlashVars not working

2007-02-06 Thread Brian Dunphy
A bit off topic, but I am using FlashVars extensively for a new project, and I recommend switching to SWFObject instead of using the built-in html-template for Flex 2 projects... better all around and it's much easier to manage your FlashVars as it's all in one location. Cheers, Brian On 2/6/07

Re: [flexcoders] FlashVars not working

2007-02-06 Thread Clint Tredway
try using this.parameters.theText On 2/6/07, g_vaccarezza <[EMAIL PROTECTED]> wrote: this is driving me mad! Can you guys tell me what am I doin wrong? See I have to pass a variable to my flex app then just fill a textfield with that value. I wrap the app like this: etc... etc... The

[flexcoders] Custom Charting Questions from Ely's Blog

2007-02-06 Thread napearson99
Dear Charting Gurus/Awesome People, I was reading Ely's blog on easy custom charting (which i think is great!) and read some interesting questions in his comment section. It turns out I have the same questions as these guys. They haven't been answered yet, so I thought I would post them here and

[flexcoders] Re: Change Button Icon Programatically

2007-02-06 Thread mrvinedit
Not to say this is the only way, but here is one way: // embed the default button icon [Embed(source="images/pause.gif")] // create a Class for the pause icon - make it bindable. [Bindable] private var imgPauseClass:Class; // embed the alternate button icon [Embed(source="images/play.gif")] // c

Re: [flexcoders] FlashVars not working

2007-02-06 Thread Brendan Meutzner
To access the variables inside of Flex, you need to use ' Application.application.parameters.variableName'. And the parameters need to be defined within the 'AC_FL_RunContent' method in the html container (the one where hasRequestedVersion is true... as follows: - ... "al

RE: [flexcoders] FlashVars not working

2007-02-06 Thread Battershall, Jeff
You need to reference flashVars like this: var myVar:String = Application.application.parameters.myVar; Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of g_vaccarezza Sent: Tuesday, February 06, 2007 1:48 PM To: flexcoders@yahoogroups.com Sub

RE: [flexcoders] detect XML node on click in Tree

2007-02-06 Thread Tracy Spratt
selectedItem gives you a reference to the node. Probably what you are seeing is because the event is just an Object containing the xml, so some propeties are not visible. Cast/convert the result into an xml object: var oItem:Object = event.currentTarget.selectedItem; var xmlItem:XML = XML(oI

[flexcoders] java.lang.Runtime "complete" message?

2007-02-06 Thread qnotemedia
So I'm developing a simplified Flex2 application that allows a user to upload video, and a serverside conversion is made to flv via ffmpeg. The back-end code is windows-based CFMX7. Basically, after the video is uploaded I'm running a cfc function that takes the filenames and runs it through f

[flexcoders] Re: Project structure

2007-02-06 Thread Chris Luebcke
You can absolutely have multiple applications in the same project; I do right now (my main app and a FlexUnit testrunner). You just need a seperate run configuration for each application you want to launch out of Eclipse/FB. The restriction is that all of you Application (and Module) components ne

Re: [flexcoders] Trace log not working

2007-02-06 Thread David Harris
Thank you Matt! "trace" is so much better than "Alert"ing every where! On 2/7/07, Matt Horn <[EMAIL PROTECTED]> wrote: Did you get a response to this? If not: the location of the Flash Player trace log is now hard-wired (this is a "for-Vista" change). For Windows XP, it's here: c:/Documents

[flexcoders] FlashVars not working

2007-02-06 Thread g_vaccarezza
this is driving me mad! Can you guys tell me what am I doin wrong? See I have to pass a variable to my flex app then just fill a textfield with that value. I wrap the app like this: etc... etc... Then from within the movie I call my function ON COMPLETE private function initApp():void{

Re: [flexcoders] About displaying embedded font lables on chart axises

2007-02-06 Thread Brendan Meutzner
Please post code... On 2/6/07, arcencie1978 <[EMAIL PROTECTED]> wrote: Hi guys, I have a question about displaying labels on chart axises. In my application, there's an embedded font which all sub-applications share. But the problem is that only chart axises don't diplay its labels corr

re: [flexcoders] Change Button Icon Programatically

2007-02-06 Thread Ben Stucki
Is there a way to change a button icon programmatically? Yes, using the setStyle method. http://www.adobe.com/2006/mxml"; initialize="init()"> Is there a way to change a button icon with an image loaded at runtime (non-embedded). There

[flexcoders] Re: Scrollable Content

2007-02-06 Thread jmfillman
Thank you. With a lot of playing around, I got a VBox with several grids to scroll appropriately. I do have to add 1 or 2 "blank" grids at the bottom before the last grid that I need visible to show when scrolled to the bottom, but that is a minor issue.

[flexcoders] unable to load SWC automation_charts.swc

2007-02-06 Thread mukulneetika
Hi, I am trying to compile an mxml file, which has charting, and am getting the following error. Can you please help me identify and fix this error? I have a valid Charting license, and I downloaded the Charting package from Adobe site. The command and error is: C:\flex_sdk_2\frameworks\source\m

[flexcoders] detect XML node on click in Tree

2007-02-06 Thread TCash21
I have a Tree that's populated based on e4x XML, which is generated by PHP from querying the backend. I have a structure like this: I'd like to be able to double click on an item in the Tree and change to the necessary viewStack page, which will allow the user to

[flexcoders] Re: Apollo features

2007-02-06 Thread thegators_2002
My clients have lots of situations where they need to work disconnected. It's a very large and diverse group. There is flying in airplane as has been mentioned. There is working at home, where they may have cable, dial-up, or nothing at all, but they certainly are NOT allowed to VPN in to the co

[flexcoders] Change Button Icon Programatically

2007-02-06 Thread richmcgillicuddy
is there a way to do this? Rich

Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-02-06 Thread Chris Allen
On 2/6/07, Paul Andrews <[EMAIL PROTECTED]> wrote: I saw rather a neat powerbook the other day and the idea of using a powerbook appealed until I realised I wouldn't be able to have flex on my main PC and on a Mac Powerbook with the same licence. Stick with the Dell then.. Well, then y

[flexcoders] Re: DataService fill not filling on first try? timing issue?

2007-02-06 Thread ripe101
Jeff, Thanks for the tips on this... Is there anywhere I can get this type of in-depth information regarding Flex from documentation? All the books I've checked out are really more focused on the Builder aspect of Flex, not on Flex Data Services. The one that looks promising at RIAbook.co

Re: [flexcoders] Text Character Spacing

2007-02-06 Thread Daniel Freiman
Look into flash.text.TextFormat.letterSpacing. There might be an equivalent style as well on text UIComponents. - Dan On 2/6/07, jwc_wensan <[EMAIL PROTECTED]> wrote: Is there a way to change the character spacing of text? Without extending the component or custom fonts? In other words, eit

[flexcoders] Text Character Spacing

2007-02-06 Thread jwc_wensan
Is there a way to change the character spacing of text? Without extending the component or custom fonts? In other words, either expanding or reducing the space between each text character. Thanks, Jack

[flexcoders] Help: Login System (Sessions)

2007-02-06 Thread techunar
Hello Everyone, >From last few weeks I have been working to create a hibernate enabled application which connects to MySQL database, & run that application on Tomcat (Having Java at the back-end), so finally I have accomplished that. Now, I have to create a Login System & have to track users(us

[flexcoders] Re: Open web-service in Flex application

2007-02-06 Thread umumpaul
--- In flexcoders@yahoogroups.com, "umumpaul" <[EMAIL PROTECTED]> wrote: > > Can I have a Flex Application which contain several methods with can > open as web-service and let other to call the service to change the > state of Flex application? > > If no, can I control Flex Application (app A) fro

Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-02-06 Thread Paul Andrews
I saw rather a neat powerbook the other day and the idea of using a powerbook appealed until I realised I wouldn't be able to have flex on my main PC and on a Mac Powerbook with the same licence. Stick with the Dell then.. - Original Message - From: Shannon Hicks To: flexcoders@ya

Re: [flexcoders] How to share embedded fonts among applications?

2007-02-06 Thread Daniel Freiman
A good place to start is to search the archives of this list for the thread entitled "Embedding fonts at runtime". That should give you some help. After reading it feel free to ask about whatever still doesn't make sense because I'm not sure we covered all errors that could pop up. - Dan On 2/5

RE: [flexcoders] functionality to open n close a panel?

2007-02-06 Thread Tracy Spratt
Google this. There is at least one component out there. I think it was called a "drawer". Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of learner Sent: Tuesday, February 06, 2007 5:03 AM To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] Connection from Flex Builder 2.0 to VSS

2007-02-06 Thread Shannon Hicks
I have had no cons so far... The pros seem to be that other Eclipse plugins work. Shan Raz Gilad wrote: I've tried and v2.0.1 does not solve the problem. Any idea on the pros / cons of the moving towards FB plugin. - Original Message From: Shannon Hicks <[EMAIL PROTECTED]> To: flexco

RE: [flexcoders] Trace log not working

2007-02-06 Thread Matt Horn
Did you get a response to this? If not: the location of the Flash Player trace log is now hard-wired (this is a "for-Vista" change). For Windows XP, it's here: c:/Documents and Settings/{username}/Application Data/Macromedia/Flash Player/Logs/flashlog.txt FP ignores the value of the TraceOutputFi

[flexcoders] UIComponent as Application's backgroundImage - possible?

2007-02-06 Thread Danko Kozar
Hi, I'd like to make a Flash animation that will be reusable throughout my apps as application background. I'd like to have it attached like:

Re: [flexcoders] HTTP Service doesnt seem to connect to location when running from a server

2007-02-06 Thread cisnky
I think the service needs a cross domain. You can use Tamper Data a Firefox plugin to see if you app makes a request for the cross domain when running it on your server. Let us know how you get on. On 2/6/07, bnprrsh <[EMAIL PROTECTED]> wrote: I am currently trying to create a simple front

[flexcoders] German messages in Eclipse Problems pane

2007-02-06 Thread Ralf Rottmann
I run Flex Builder 2.0.1 for Windows under the English version of Windows Vista and do get GERMAN error messages in the problems pane. Does anybody know where the language can be switched back to English? (I am based in Germany, so somehow Eclipse seems to know...)

  1   2   >