Re: [Junk E-Mail - LOW] [flexcoders] Re: Binary Sockets, and Folder Browser

2006-10-18 Thread Tom Chiverton
On Tuesday 17 October 2006 20:40, grunz1234 wrote: clients, i.e. p2p. Flex only supports TCP, not UDP, but apart from that I hear the raw socket support is very good. -- Tom Chiverton Helping to challengingly iterate plug-and-play IPOs

Re: [flexcoders] gloablToLocal , localToGlobal

2006-10-18 Thread learner
yeah I understand that they return point , a new point which contains modified x,y Hence we do like : SomeNewPoint :Point = globalToLocal(oldPoint); In my problem, my combination of globalToLocal and localToGlobal was getting wrong. what i did is: desiredPoint = Vboxid.globalToLocal

[flexcoders] adding btuttons to panle titel bar

2006-10-18 Thread learner
Hi all, I am using panel component and I want to add some button to the title bar of this panel component, How should I achieve this? Please suggest me the way. Regards, Ps __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Re: [flexcoders] Re: Multiline ComboBox

2006-10-18 Thread Harish Sivaramakrishnan
If you need to use a combobox and not a popupButton, you can set the dropDownFactory of a combobox to a List with variableRowHeight and wordWrap turned on. That will work too.ThanksHarish On 10/17/06, Michael [EMAIL PROTECTED] wrote: Thank you Mike,

Re: [flexcoders] Datagrid Drag Row

2006-10-18 Thread Harish Sivaramakrishnan
I dint understand your problem completely, a code snippet would help! In the meanwhile, did u set the dragMoveEnabled property to true?ThanksHarishOn 10/17/06, KP [EMAIL PROTECTED] wrote: Hi All, I have a datagrid which contains around ten rows I

RE: [flexcoders] RSL

2006-10-18 Thread Dimitrios Gianninas
RSL gets loaded by every app that needs it at startup time. Great way to share common components across applications. No way to control it. IF you are looking to break up your app into various modules so to speak and load modules only when needed, then you look at the modular applications

[flexcoders] Erro:The supplied index is out of bounds.

2006-10-18 Thread learner
Hello all, Till now I came across this error lots of time. But I am not able to figure out its cause in the following senario. I get this out of bounds. error when I do the following thing for (var i:int=lastSlot; i slot; i++) { var image:productthumbnail = thumbcontainer.getChildAt(i);

[flexcoders] Re: Access Cairngorm Value Objects in the onResult Method

2006-10-18 Thread Thomas
Hi, when your commands implemented the IResponder interface, you could easily keep track of the data being sent and compare it within your onResult method. To do so, just hold a copy of your VO or whatever you want to track in your command instance and thus, because it is the one responsible for

RE: [flexcoders] Whats the best way of adding print/pdf output to a flex app?

2006-10-18 Thread Andrew Trice
I'm in the Washington, DC office. It is a fun place to work... lots of cool projects from vc startups to major institutions. If you or anyone else on this listhasany interest, be sure to send your resume to [EMAIL PROTECTED]. We have several offices located around the country. We

Re: [flexcoders] Image complete and init event problem

2006-10-18 Thread Samuel Reuben
did you try updateComplete event? It should work, -sam On 10/18/06, Brian [EMAIL PROTECTED] wrote: I'm loading images using the Image class, and I'm trying to analyzetheir height and width after they load for sizing purposes. Problemis, sometimes (not always but sometimes) someImage.width

Re: [flexcoders] Re: Access Cairngorm Value Objects in the onResult Method

2006-10-18 Thread Sam Shrefler
Ryan: I'm not sure if this is what the previous poster was sayingbut my suggestion would be to make a private class variable in your command. private originalVO:MyVO; execute() { originalVO = myMethodEvent.MyVO; delegate.MyMethod(originalVO ); } onResult(result:Object) { //use

[flexcoders] Lines in text area component

2006-10-18 Thread brankosli
Is there any possibility to set number of lines in Text Area component? and if it's possible: How to retrieve current line position in Text Area component? Thanx in advance. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Drag/Drop within a viewstack goes a bit awry?

2006-10-18 Thread Steve Cox
Bit of a confusing one this. I have 2 simple lists with the ability to drag/drop from one to the other. When these lists are in standard components all is fine. The dragEnter event is dispatched when you hover over any point of the other list. However when this is in a viewstack I cannot

[flexcoders] NEED HELP - IOErrorEvent - Uploading file on Mac OS X with Flex 2

2006-10-18 Thread stockszz
Hi, I'm having problems uploading an MP3 file with the Mac OS X Flash Player. Is anyone aware of this? It works fine on a Windows PC. In addition I can upload images under 80KB with the Mac OS X Flash Player. But when I choose to upload a MP3 file it throws an IOErrorEvent. Any ideas? NEEP HELP.

[flexcoders] styleSheet on mx.controls.Text

2006-10-18 Thread Van De Velde Hans
Title: Message Hi list, I need to automatically apply a style on all hyperlinks in the html text of an mx.controls.Text component. Is there a way to put a stylesheet on the html text of amx.controls.Text cfr. the styleSheet property of the flash.text.TextField? Thanks in advance,

Re: [flexcoders] Re: JPEGEncoder.as

2006-10-18 Thread Andrew Bourne
Hi Shannon, I had a quick look into adapting my classes with our custom protocol to using MJPEG streams instead. Looks relatively easy and I've got an Axis cam floating around the office that I can use for testing. I'll get a sample together over this weekend. heres a php script that

[flexcoders] Javascript to Flex

2006-10-18 Thread rbn
I'm trying to send data from a Javascript from the wrapper in the HTML thru ExternalInterface with an addCallBack function in Flex, but without success... all i can find @ adobe is a tiny example that seems outdated and doesn't work... Does anyone have any experience with sending data from

[flexcoders] Determining Type of Data Structure

2006-10-18 Thread jlentz2112
Hi, I've got a servlet returning data from a db query. I use for example psd.lastResult.psn.row as the source for my datagrid. If I get multiple row returned, then the psd.lastRestult.psn.row is an ArrayCollection and I use .toArray() when I set source for the creation of my local

[flexcoders] cairngorm - retreive view data from commands

2006-10-18 Thread gdoucen
Hi, My problem is the following. I use cairngorm framework. I have two views. the button in one view triggers an event that need to get data from the other view. In my case, i take a snapshot of the video so here i need the bitmap data. I see two solutions. First, using viewhelper/viewLocator

[flexcoders] Component reference to other component controls

2006-10-18 Thread Wally Randall
How do I reference controls in other components? I have a main form 'menu' with two viewstack display panels (form1 and form2). Form1 contains a custom component (display1). The form2 contains a custom component (display2). Navigation can go back and forth between the forms. The display1

Re: [flexcoders] Flex academic/volune licensing

2006-10-18 Thread Rick Root
Matt Chotin wrote: Dave Gruber from Adobe tried to respond but I haven’t seen his post come through so let me re-post it. Thanks Matt, I got his response off list yesterday and responded. Unfortunately, FDS Express doesn't work for us cuz our machine has two CPUs. Unless FDS Express can

[flexcoders] Combo Box dataprovider

2006-10-18 Thread KP
Hi All Below is the xml file which I am using to populate combo box ?xml version=1.0 encoding=UTF-8? root row id1/id nameq/name /row row id3/id namew/name /row row id4/id namea/name /row row id5/id names/name /row row id6/id

Re: [flexcoders] Drag/Drop within a viewstack goes a bit awry?

2006-10-18 Thread Kornelius . Elstner
Yes, I've seen something very similar when having the lists under a docked application control bar as in: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=horizontal mx:ApplicationControlBar width=100% dock=true mx:Label text=Drag and

RE: [flexcoders] Flex academic/volune licensing

2006-10-18 Thread Ben Forta
Rick, 1) Correct, FDS and CF can be on a separate machines. 2) I am not a legal expert, and have not discussed this with our licensing people, but it seems to me that if you install FDS and instruct the OS to run it on a single CPU (instead of both) then you should be ok. As per the license,

[flexcoders] Re: writing and using classes

2006-10-18 Thread amigo_fd
Thanks a lot, Mike used public static function String2Date and CommonFunctions.String2Date(...) I'm a search-trialanderror-and-search-again type of programmer. Just learning as I need something :-) Any suggestions on good OO-related basic learning sites ? --- In flexcoders@yahoogroups.com,

Re: [flexcoders] Stack Overflow in swf to swf include

2006-10-18 Thread Flex Learner
Thanks Pete. Adding makeObjectsBinadble=false solved the problem. Yes, the service returns a simple XML generated from a cfm file. userPrefdevicephone/device/userPref I'm curious to know how this is related to the stack overflow. Does makeObjectsBinadble=false restrict any functionality ? -

[flexcoders] Re: binary in xml

2006-10-18 Thread nathanpdaniel
To anyone interested still: AS3 function to convert a Base64 encoded Image and display it in flex! private function testIt():void { var b:Base64Decoder = new Base64Decoder(); b.decode('base64 encoded image string goes here'); var bA:ByteArray = b.flush(); var l:Loader = new

[flexcoders] Columns in an extended DataGrid

2006-10-18 Thread Tom Chiverton
I have a class that extends DataGrid. If I try and use it with some example columns: view:PrintableDownloadableDataGrid id=printGrid dataProvider={someData} downloadUrl=http://some.where/foo.bar; mx:columns

[flexcoders] Deploying Flex Application in a Tomcat server

2006-10-18 Thread Karthik J
Hi, I have developed a flex application and I have to deploy it in a Tomcat server. Can anybody help me regarding this. Regards,Karthik. __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Text of legend item is too long

2006-10-18 Thread konstantin_shumay
Hello. I have the problem - the text of legend item is longer then width of parent container (Panel). How can I solve this problem? Perhaps it is possible to do line folding for legend item text or clip text and show label on it? There is example code below. ?xml version=1.0 encoding=utf-8?

RE: [flexcoders] Stack Overflow in swf to swf include

2006-10-18 Thread Peter Farland
It does restrict some functionality... to describe what's happening in HTTPService - an underlyingURLLoader returns your XML data as a String. This String is then turned into XML and then if the resultFormat is left as the default setting of "object" it will convert this XML into an

Re: [flexcoders] gloablToLocal , localToGlobal

2006-10-18 Thread Daniel Freiman
My first guess would be that oldPoint isn't correct. If you're getting the local value from the event.localX make sure that event.localX and event.target is what you expect it to be. If that doesn't work, you can also use event.StageX and simply do:desiredpoint = vboxid.globalToLocal(new

RE: [flexcoders] Stack Overflow in swf to swf include

2006-10-18 Thread Peter Farland
Hmm, on testing this code in your scenario I realized I can reproduce the issue again that you described. It seems related to ObjectProxy's use of the intrinsic Proxy class from ActionScript. If you could avoid checking for existing properties and develop another way to detect what needs

Re: [flexcoders] Columns in an extended DataGrid

2006-10-18 Thread Clint Tredway
I am using another extended grid and I had to use the name space for the columns tag that was used for the grid tag,view:PrintableDownloadableDataGrid view:columnsI am not 100% sure why it has to be this way... On 10/18/06, Tom Chiverton [EMAIL PROTECTED] wrote:

RE: [flexcoders] Deploying Flex Application in a Tomcat server

2006-10-18 Thread Allen Riddle
If it is just a standard Flex app, and not a Flex Data Services app, then you just need to copy the generated files (usually in your bin folder which contains the .swf and the html wrapper for it) to your wherever you want under your WEB-INF folder. So it would be: Copy contents of

[flexcoders] Re: Drag and Drop tutorials/Samples of mixed types of dragging

2006-10-18 Thread Derrick Grigg
The DragManager's purpose is to allow drag/drop functionality for moving data around, not for just moving components from place to place. That is probably why you are having such a time with it. The DragManager use's a DragProxy which is basically a snapshot of what you want to move/drag, but it

RE: [flexcoders] Drag/Drop within a viewstack goes a bit awry?

2006-10-18 Thread Kornelius . Elstner
I just had a look at the flexcoders archive and this issue has been mentioned before by Dima Ulich, http://tech.groups.yahoo.com/group/flexcoders/message/44032. Does anybody know if there is a workaround and whether it was raised as a bug? Kornelius Elstner flexcoders@yahoogroups.com wrote on

RE: [flexcoders] adding btuttons to panle titel bar

2006-10-18 Thread Van De Velde Hans
Title: Message A quick and dirty way is to put your panel into a canvas and superposition your buttons over your panel with absolute positioning. -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of learnerSent: woensdag 18 oktober

Re: [flexcoders] Flex academic/volune licensing

2006-10-18 Thread Igor Costa
Yesterday had an part of eSeminars series talking about FDS, and Kevin Y. and Allen (presenter) explain a lot about pricing license, and all several questions, I guess if you should participate it will be very helpfull for all your several questions concerns. Regards.On 10/18/06, Ben Forta

Re: [flexcoders] Javascript to Flex

2006-10-18 Thread Igor Costa
the same process that occur in Flash occur in Flash.you should also take a see here : http://www.osflash.org/flashjs?s=flash+_javascript_Regards. Take a look an example in Docs, I not sure right now, but I guess has an example of that.Regards.On 10/18/06, rbn [EMAIL PROTECTED] wrote:

[flexcoders] Re: Multiple classes per package

2006-10-18 Thread polestar11
Thanks, Claus That's exactly what I was looking for. Tracy -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go

Re: [flexcoders] Re: writing and using classes

2006-10-18 Thread Prakaz
i strongly recommend the following books if u want to get serious about OOP 1) Essential Actionscript 2.0 - http://www.amazon.com/Essential-ActionScript-2-0-Colin-Moock/dp/0596006527/sr=1-4/qid=1161183848/ref=sr_1_4/102-9410879-8010537?ie=UTF8s=books 2) Head first design patterns - this book

[flexcoders] [Flex2] Ant + compc - include-libraries not being found during compile..?

2006-10-18 Thread thunderstumpgesatwork
Hi guys. Can someone check my ant task? I copied and modified slightly several different tasks I found around here, and I'm getting errors about finding base classes (Cairngorm's FrontController, ServiceLocator, and the FDS's IManaged) I am pretty sure the libs (swc's) are being found, because

[flexcoders] Re: Set Focus on TextInput

2006-10-18 Thread boy_trike
This does NOT seem to work for a popup. Is there another trick to setFocus on a text field in a popup? Thanks Bruce -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Multiple Combo boxes

2006-10-18 Thread Tan
Hi, I want to create an interface which contains a few combo boxes which represent different level of a nested data structure. This is very similar to iTune's interface. I wonder if anyone has done it before, and if the nested data is provided via XML, I wonder how I could write code to

[flexcoders] Security Sandbox and SWF Loader

2006-10-18 Thread mindmillmedia
I am working on a Yahoo Maps app in Flex 2. Because the Yahoo Maps API doesn't yet fully support Flex 2 - I am making the map (and its API calls) in Flash 8. This Flash file also pulls data from an RSS feed (to make markers on the map). There are no security errors when I run the SWF. However,

RE: [flexcoders] [Flex 2] Crossdomain issue

2006-10-18 Thread Peter Farland
Hey Thomas, I should point out that you have a few options when connecting to ColdFusion from a Flex 2 application (well, for any Flex 2 application but I'll keep this reply CF focused). The first thing I want to mention is thatfor RPC services like RemoteObject, and WebService and

[flexcoders] Populating additional DataGrid cells in same Row, from contents of a ComboBox ItemEditor

2006-10-18 Thread Mike Anderson
Hello All, I have a ComboBox itemEditor which is attached to a specific Cell in my DataGrid. When you click in the Cell, the ComboBox appears - and when you make a selection, the value in the DataGrid Cell obviously changes - this is absolutely great! BUT, the dataProvider attached to the

[flexcoders] Re: Determining Type of Data Structure

2006-10-18 Thread mindmillmedia
Can you not just set resultFormat=array for your call? Then you could avoid the toArray() method all together and it would work properly whether you returned 1 row or 100. David --- In flexcoders@yahoogroups.com, jlentz2112 [EMAIL PROTECTED] wrote: Hi, I've got a servlet returning data

[flexcoders] Re: Component reference to other component controls

2006-10-18 Thread mindmillmedia
Even without utilizing the full Cairngorm architecture, you could utilize a ModelLocator singleton. You could define a property as buttonEnabled and bind the enabled property of the second button to that value. Then when the first button is clicked have it define the ModelLocator's value of

Re: [flexcoders] Why am I getting an error accessing null property

2006-10-18 Thread Tom Chiverton
On Sunday 15 October 2006 22:24, boy_trike wrote: I get the error in the Alert.show function. What am I doing wrong? Maybe there are no results, or the fields aren't what you think. What does the debugger say is the value of event and event.result ? -- Tom Chiverton Helping to authoritatively

[flexcoders] How to generate pdf of MXML file

2006-10-18 Thread Akash
Hi, I want to know that is it possible to generate the pdf from the mxml components in flex 1.5 or 2.0 or not. If possible then which class can we use? Akash, __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] Why is addChild w/in a State throwing 'null object' errors?

2006-10-18 Thread joshuajnoble
When I setCurrentState to one of the other states, I get a null object error thrown from the removeChild method. I'm also getting binding errors from using the {} syntax for the id that I'm going to remove. This is really strange because when I just run the application out of Flex Builder it

[flexcoders] How to make CF ALIAS locations relative to my application

2006-10-18 Thread boy_trike
Since I am using Objects in CF to return to flex, I have code like this: cffunction access=remote name=processLogin output=false returnType=Lumber.CFC.Users and myUser = createObject(component, Lumber.CFC.Users).init(); and cfcomponent output=false alias=Lumber.CFC.Users in these cases, I

Re: [flexcoders] Re: Drag and Drop tutorials/Samples of mixed types of dragging

2006-10-18 Thread John Grden
Thanks Derrick - that helped. So essentially, you are using startDrag/stopDrag along doDrag() to accomplish a simple movementThat's what I was really wondering ;) Thanks Derrick, this really helped,JPG On 10/18/06, Derrick Grigg [EMAIL PROTECTED] wrote: The

RE: [flexcoders] adding btuttons to panle titel bar

2006-10-18 Thread Iko Knyphausen
I came to the same conclusion, but I have not found a way to give the canvas the same shadow as the default panel. Any ideas? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Van De Velde Hans Sent: Wednesday, October 18, 2006 2:32 AM To:

RE: [flexcoders] Whats the best way of adding print/pdf output to a flex app?

2006-10-18 Thread Iko Knyphausen
Nice. I used to live in Old Town Alex. D.C. is fun a little humid in summer time ;-) From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Andrew Trice Sent: Wednesday, October 18, 2006 4:40 AM To: flexcoders@yahoogroups.com;

[flexcoders] Re: Binary Sockets, and Folder Browser

2006-10-18 Thread tobiaspatton
Two Flash application running on the same machine can communicate using LocalConnection objects. http://livedocs.macromedia.com/flex/2/langref/flash/net/LocalConnecti on.html --- In flexcoders@yahoogroups.com, Steve Cox [EMAIL PROTECTED] wrote: Flash can connect to a socket but not listen

RE: [flexcoders] How to generate pdf of MXML file

2006-10-18 Thread Iko Knyphausen
See http://livedocs.macromedia.com/flex/2/langref/mx/printing/FlexPrintJob.html And a previous discussion on printing http://tech.groups.yahoo.com/group/flexcoders/message/53370 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Akash Sent:

RE: [flexcoders] Multiple Combo boxes

2006-10-18 Thread Tracy Spratt
I think I know how to do this theroretically, but have not actually done it, so I can only be general. And I stand to be corrected as needed. I would create a master, global () data variable typed as e4x XML, populated by a result handler function. I would have an xmlList, or

Re: [flexcoders] Re: Set Focus on TextInput

2006-10-18 Thread Daniel Freiman
it works if you setFocus after you call addPopUp/createPopUp, so my guess is that the PopUpManager is setting focus to the popup which overriding your call. If you don't have access to the textfield, try putting the setfocus in more creative places, like a listener for when the popup is shown.

[flexcoders] Re: Deploying Flex Application in a Tomcat server

2006-10-18 Thread jrunrandy
And if it is a Flex Data Services app, there are J2EE deployment instructions at http://www.adobe.com/support/documentation/en/flex/2/install.html#flexj2 ee. In particular, you need to install a transaction manager, which is described later in these instructions. Also, you'll need to increase

[flexcoders] Items in VBox still take space even when visible=false, but I don't want them to

2006-10-18 Thread zzwi89
Hello, I have several panels arranged in a VBox. I would like to be able to hide some based on user input, but when I disable their visibility, they no longer appear but the panels below them do not move up accordingly. When they are resized the other panels below will move up, but I would

[flexcoders] Re: setting an external f9 swf's library symbols width

2006-10-18 Thread beecee1977
Not sure if this is what you're looking for, but you could try: maintainAspectRatio=false Hope that helps... -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo!

[flexcoders] Samples:CRM example doesn't generate hibernate.cfg.xml on Tomcat

2006-10-18 Thread Douglas McCarroll
Hi All, I'm trying to get the CRM example to work using Hibernate. Victor Rubba has a post about doing this at: http://viconflex.blogspot.com/2006/09/flex-data-services-crm-sample-using.html He obviously got it to work, but the process breaks for me by the second step in his outline. I

[flexcoders] Re: cairngorm - retreive view data from commands

2006-10-18 Thread Tim Hoff
Hi, Usually, if you're dealing with moving data around a Cairngorm application, you would create a public variable (or VO) in the ModelLocator. When you takea snapshot of the video, dispatch a CairngormEvent that contains the bitmapData (I would do this in the view's script; not a ViewHelper).

[flexcoders] FDS and componentized development: Bug?

2006-10-18 Thread dadrobson
I have an app that works perfectly when all of the FDS-related code resides in the main application MXML file. However, when I place the FDS code in a separate component and import / embed that component in the main application file, the Flash player throws security sandbox errors as follows:

RE: [flexcoders] FDS and componentized development: Bug?

2006-10-18 Thread Peter Farland
Do you mean you have a parent SWF that loads another SWF that contains FDS code? 1. Perhaps you have a relative channel endpoint specified in the config and/or a programmatically created channel set. Try using fully qualified URLs. Or perhaps you're loading the parentSWF from the file

[flexcoders] Making the datagrid header background alpha 0

2006-10-18 Thread hank williams
I want to make my datagrid header transparent the way the body is, but there is no field for header alpha as far as I can see. I am sure I could make some kind of skin, but I havent much looked into skinning the datagrid and was wondering if there was some fairly easy way to acheive the effect I

[flexcoders] FDS Startup Problem

2006-10-18 Thread camlinaeizerous
I can access databases etc even with this error how ever otherapplications run into problems.18/10 11:44:50 error Could not pre-load servlet: MessageBrokerServlet[1]flex.messaging.MessageException: Cannot create class of type'coldfusion.flash.messaging.ColdFusionAdapter'.

[flexcoders] Re: FDS and componentized development: Bug?

2006-10-18 Thread Jim Robson
Hi Peter, Thanks for the reply. No, there is only one SWF. I have a main application MXML file that imports an ActionScript class. The ActionScript class has the FDS code. -Jim --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: Do you mean you have a parent SWF that

Re: [flexcoders] How to generate pdf of MXML file

2006-10-18 Thread Paul Andrews
The short answer is "No". The best you can do is generate a printJob which outputs to the local printer. It will only create a PDF is you have a PDF conversion printer driver installed. This subject has already been discussed in another thread... Paul - Original Message -

[flexcoders] Re: Making the datagrid header background alpha 0

2006-10-18 Thread Jim Robson
Hank, Did you try using headerStyleName? Something like this: DataGrid { headerStyleName: myHeaderStyle; } .myHeaderStyle{ backgroundAlpha: 0.0; } -Jim --- In flexcoders@yahoogroups.com, hank williams [EMAIL PROTECTED] wrote: I want to make my datagrid header transparent the way the body

[flexcoders] Text Area autofit, autosize

2006-10-18 Thread grunz1234
Hello I want to autoFit / autoSize the textArea on the text the user is currently tipping. So I Have mx:TextArea id=edit text={folderName} focusAlpha=0.0 mouseFocusChange=focusOut() deactivate=focusOut() textAlign=center borderStyle=none height=20 width={dummy.width} wordWrap=false/

[flexcoders] Another DataGrid itemEditor ComboBox challenge

2006-10-18 Thread iko_knyphausen
I am trying to use a drop-down combo as itemEditor for a datagrid column. Everything is honkey-dory when the itemEditor is defined as a component (like the inlineEditor example in the docs) with static array of strings (or objects, if you want). Trouble comes into paradise when you want to have

RE: [flexcoders] FDS Startup Problem

2006-10-18 Thread João Fernandes
Is this defined in your FDS services-config.xml or in your ColdFusion one? FDS doesnt support CF Remoting. João Fernandes From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of camlinaeizerous Sent: quarta-feira, 18 de Outubro de 2006 19:10

Re: [flexcoders] Re: Making the datagrid header background alpha 0

2006-10-18 Thread hank williams
Jim, Thanks, buy yeah I've tried that and it doesnt work. I can set the font, but not the backgroundAlpha. Hank On 10/18/06, Jim Robson [EMAIL PROTECTED] wrote: Hank, Did you try using headerStyleName? Something like this: DataGrid { headerStyleName: myHeaderStyle; } .myHeaderStyle{

Re: [flexcoders] Why am I getting an error accessing null property

2006-10-18 Thread Clint Tredway
On 10/18/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Sunday 15 October 2006 22:24, boy_trike wrote: I get the error in the Alert.show function. What am I doing wrong? normally this means that you are trying to access something that is not created yet.. what did you put in the Alert.show?

RE: [flexcoders] Items in VBox still take space even when visible=false, but I don't want them to

2006-10-18 Thread Tracy Spratt
You want to look at the IncludeInLayout property. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of zzwi89 Sent: Wednesday, October 18, 2006 12:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Items in VBox still take space even when

RE: [flexcoders] Re: FDS and componentized development: Bug?

2006-10-18 Thread Peter Farland
Ok, what about the channel endpoints? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim RobsonSent: Wednesday, October 18, 2006 2:26 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: FDS and componentized development: Bug? Hi Peter,Thanks for the

[flexcoders] Re: Security Sandbox and SWF Loader

2006-10-18 Thread mindmillmedia
I have spent the day investigating other options - but I must admit, I have still come up short. Any other ideas? --- In flexcoders@yahoogroups.com, mindmillmedia [EMAIL PROTECTED] wrote: I am working on a Yahoo Maps app in Flex 2. Because the Yahoo Maps API doesn't yet fully support Flex 2 -

Re: [flexcoders] Items in VBox still take space even when visible=false, but I don't want them to

2006-10-18 Thread Michael Schmalle
You can useincludeInLayout = false;you could also bind this call to the show event of the box and it would automatically set it when you set the visible property of the box.Peace, Mike On 10/18/06, zzwi89 [EMAIL PROTECTED] wrote: Hello, I have several panels

[flexcoders] view State and flash 8 swf bug?!?

2006-10-18 Thread douglas morrison
I have a flex 2 app that loads a few flash 8 swfs and everything works fine. switching from State to State and swf comm via LocalConnection. But it was noticed that if someone gets squirrely with the mouse clicks (yes I have a QA person that could use a little less caffeine) that the flex

[flexcoders] [Bindable] Compile error: 1046

2006-10-18 Thread quasimotoca
Hi: I run the following code snippet: import mx.collections.ArrayCollection; ... mx:List x=35 y=97 width=355 height=316 id=listChat dataProvider={items} mx:itemRenderer mx:Component mx:Canvas cmp:ChatLine id=complete x=0 y=0/cmp:ChatLine

[flexcoders] FDS and clustering

2006-10-18 Thread Dimitrios Gianninas
I've just realized that I haven't looked into FDS clustering config at all until now. From what I can tell, FDS is not configured to be in a clustered environment until you follow the steps in the "Using software clustering" section (using jgroups). Is this the only way? Dimitrios

[flexcoders] Re: insert image on richtexteditor

2006-10-18 Thread Jason
Hi Jesús, Did you ever find a solution to this problem? I too am trying to allow users to insert an image into a RTE (RichTextEditor) and am having problems. --jason --- In flexcoders@yahoogroups.com, Jesús Iglesias [EMAIL PROTECTED] wrote: Hi, I have added a new control to a

[flexcoders] Re: FDS Startup Problem

2006-10-18 Thread camlinaeizerous
The little that you said was all the help I needed thank you. That was a snippet from the fds's file. I cut outdestination id="ColdFusion"channelschannel ref="my-cfamf"//channels/destinationand moved it else where and deleted the rest and it fixed my problems.--- In

RE: [flexcoders] Re: Making the datagrid header background alpha 0

2006-10-18 Thread Andrew Trice
I was able to get the *header* to be transparent doing the following, but the color of the ListBaseContentHolder shows through and is not transparent. If you set backgroundAlpha=0 on the datagrid, then it will be completely transparent, but then you also lose any row background colors

RE: [flexcoders] Re: CairngormStore for Flex 2

2006-10-18 Thread Evan Gifford
UPDATE: I got a reprieve from Steven Webster to host the cairngorm store code for now until iterationtwo comes back up. Well host the store code on cairngormdocs.org for now for download, but dont link to it. http://www.cairngormdocs.org/exampleapps/CairngormStoreWeb.zip

[flexcoders] Is this the proper way to pass data to custom components with nested controls

2006-10-18 Thread iko_knyphausen
I made a custom control to show a datagrid on a canvas that has + and - buttons to insert and delete rows. The master component is the canvas for obvious reasons, so to pass data to sub-components I defined generic interfaces (array, arraycollection, and string) which I am then binding to from

[flexcoders] Re: Set Focus on TextInput

2006-10-18 Thread boy_trike
If I understand you, there is an event that is raised whenever a popup window is opened, and I can create a listener function. My question is, what is the name of this event and where would I find a list of these events.I currently have the following lines:

Re: [flexcoders] Re: setting an external f9 swf's library symbols width

2006-10-18 Thread Bart Wttewaall
thanks, i'll look into it.2006/10/18, beecee1977 [EMAIL PROTECTED]: Not sure if this is what you're looking for, but you could try:maintainAspectRatio=falseHope that helps...--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:

RE: [flexcoders] FDS and clustering

2006-10-18 Thread Jeff Vroom
The clustering functionality in FDS is required for two things 1) when the server is pushing messages to clients which might be connected to other servers and 2) if you are using client-side load balancing of RTMP connections.   In RTMP client-side load balancing, each server uses

RE: [flexcoders] FDS and clustering

2006-10-18 Thread Matt Chotin
Yep, thats how you do it.  What different setup were you looking for? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios Gianninas Sent: Wednesday, October 18, 2006 1:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] FDS and

[flexcoders] Filters for multiple LineSeries in a LineChart - Calling ChartMan Ely!

2006-10-18 Thread Jonathan Miranda
Heh, maybe he'll see this before MAX :) Anyways, here's my question - I've done this before, but I can't remember how nor find the code. I've got a data set like the following: Month.Dollar.Category.Brand ..Jan.500..IT.Blue

Re: [flexcoders] Re: Flex 2 limitations vs. raw Flash 8 Prof?

2006-10-18 Thread greg h
Kirk, Just curious if you will be attending MAX? I got information on the Tuesday and Wednesday evening Birds-of-a-Feather (BoF)sessions. Following are the Flex BoF sessions next week at MAX: TUESDAY 7:00 - 8:15 p.m. -- Flex Frameworks and Methodoligies 8:30 - 10:00 p.m. --

[flexcoders] Flash Player 9 Beta Available

2006-10-18 Thread João Fernandes
Hi guys, Just to say that the beta for Linux of Flash player 9 is available on Labs ( http://labs.adobe.com/downloads/flashplayer9.html ) . Im not a Linux user but I know many who were waiting for this for a long time! Thank You Adobe ! João Fernandes __._,_.___

[flexcoders] Re: Making the datagrid header background alpha 0

2006-10-18 Thread Tim Hoff
Hi Hank, Here's a litle more elaborate example that uses a similar approach to Andy's. You can set the headerAlphas to the same or different values as the grid's backgroundAlpha. View Sample -TH__ Tim HoffCynergy Systems, Inc.http://www.cynergysystems.comOffice:

[flexcoders] Re: close an application

2006-10-18 Thread Antonio Silva
are you looking for fscommand?, if so private function closeMyApp():void{ fscommand("quit");} mx:button click="closeMyApp()" Do You Yahoo!? La mejor conexión a Internet y 2GB extra a tu correo por $100 al mes. http://net.yahoo.com.mx __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] Equivalent of colspan for datagrid?

2006-10-18 Thread John Mazzocchi
Hi actually I have two questions: 1. Is there an equivalent of colspan for datagrids? Do I need to play with headerRenderer perhaps? I just want to place a heading sitting over two others. 2. Is there a way to draw (thicker) vertical lines between two columns. I noticed a function

  1   2   >