RE: [flexcoders] LocalConnection - Meh!

2009-11-24 Thread Gregor Kiddie
What's that Timmy? A LocalConnection has fallen down the well? Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit our Internet Web site at

Re: [flexcoders] Change the caret in TextArea

2009-11-24 Thread rituraj_tiwari
Valdhor, Thanks for taking the time to respond. I am not looking to change the mouse pointer cursor. I need to change the blinking caret that appears in text input and text area when they are editable. -Raj valdhor-3 wrote: These links should help...

[flexcoders] Circle intersection/Union

2009-11-24 Thread Krunal Panchal
How to find the intersection/union points of two circle? Let me guide your thought. Regards, Krunal Panchal

[flexcoders] Re: Flash Player Security Bug

2009-11-24 Thread Simon
Not yet, I was going to see if I got any answers here first. I'm presuming the problem is my end to begin with, but I haven't really had any luck either here or on Stackoverflow, so I think I may log a bug with my test case. --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@...

[flexcoders] Re: Flash Player Security Bug

2009-11-24 Thread Simon
I built a Flex project from scratch which is the barest bones possible for a socket conversation and I get the same behaviour. Without giving away any secrets of the project you were working on, could you say what the bug was in your policy server? I'll grab tcpdump and have a look - I

[flexcoders] Re: Flash Player Security Bug

2009-11-24 Thread Simon
I logged an issue http://bugs.adobe.com/jira/browse/FP-3302 I'd still be interested in anyone else's experience of using binary sockets. I am fast getting the feeling that it is not much explored. --- In flexcoders@yahoogroups.com, Simon simonjpal...@... wrote: Not yet, I was going to see

Re: [flexcoders] Confirming SDK 3.4 installation

2009-11-24 Thread Tom Chiverton
On Tuesday 24 Nov 2009, ynotob wrote: Any advice on how I can be sure I'm building and using only the new SDK? Look in the projects preferences. -- Helping to proactively optimize professional models as part of the IT team of the year, '09 and '08

Re: [flexcoders] Re: Is thereany way using a Image Renderer ,I can change the widtth or height of an image?

2009-11-24 Thread Thomas Silvester
How can i do that ? any sample code . thanks, Anitha. --- On Sat, 11/21/09, Amy amyblankens...@bellsouth.net wrote: From: Amy amyblankens...@bellsouth.net Subject: [flexcoders] Re: Is thereany way using a Image Renderer ,I can change the widtth or height of an image? To:

Re: [flexcoders] Flash Builder 4 for Linux Apha3 Released!

2009-11-24 Thread Tom Chiverton
On Tuesday 24 Nov 2009, feiy wrote: i don't know any issue about eclipse 3.5,and i work with eclipse 3.5,every work fine! I logged it in the issue tracker, but basically it wont install for me (Ubuntu 9,10). -- Helping to competently monetize enterprise-class essential cross-media content

[flexcoders] Re: Change the caret in TextArea

2009-11-24 Thread valdhor
I do not believe you can inside Flex. If someone else knows differently, please chime in. You should be able to create a custom component with a timer and keyboard event listeners to simulate what you want. This blog post might be a good starting point:

Re: [flexcoders] MAC : TextInput focus

2009-11-24 Thread suman gayakwad
Hi Julian, The screen looks to have focus on the login page and the textinput seems to have focus(i mean blue border surrouding the text input field) but the focus is not set inside text input field.On clicking(Mouse click ) somewhere within the application, the focus is set in the text input

[flexcoders] byteStream to .txt file

2009-11-24 Thread Matthew
Hi - I'm working with a Java developer and trying to figure out how to download files off a server. Because the server doesn't accept HTTP requests (only FTP), I can't link to the file. The Java developer wants to send the file to me as a byteStream. Is this possible? How do I transform

Re: [flexcoders] MAC : TextInput focus

2009-11-24 Thread Julian Alexander
I ran into this same issue but with every browser - however it may be different for you. Either way, the handling is simple: First, the problem is that the SWF file within the browser doesn't have the focus. Within the app your text field has focus, but you'll notice that you won't get any

Re: [flexcoders] byteStream to .txt file

2009-11-24 Thread Julian Alexander
Check out the FileReference class. It has a download() method that can be passed a URLRequest. -Julian From: Matthew fume...@yahoo.com To: flexcoders@yahoogroups.com Sent: Tue, November 24, 2009 9:30:14 AM Subject: [flexcoders] byteStream to .txt file

[flexcoders] several domain using blazeds

2009-11-24 Thread Fernando Wermus
Hi all, I am having a problem with end points. I have several domains: a .com.ar and a .com. If I compile the project and the endpoint was a .com.ar, the client wont connect to blazeds back end when the user accesses through .com. What am I supposed to do? Do I have to use as

Re: [flexcoders] Flash Builder 4 for Linux Apha3 Released!

2009-11-24 Thread thomas parquier
I managed to install fb4linux with galileo, but installtion took a few tenth of minutes. thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056

[flexcoders] Re: byteStream to .txt file

2009-11-24 Thread Matthew
I didn't realize I could plug in an FTP address into URLRequest. Regardless, I just found out he have write access but not read access on that server. Anyway, I think I can use the byteArray class to read a byte stream but is there some type of library for creating a TXT file out of that?

Re: [flexcoders] Flash Builder 4 for Linux Apha3 Released!

2009-11-24 Thread Tom Chiverton
On Tuesday 24 Nov 2009, thomas parquier wrote: I managed to install fb4linux with galileo, but installtion took a few tenth of minutes. Please see the steps in the issue. http://code.google.com/p/fb4linux/issues/detail?id=5 What did you do differently ? -- Helping to enthusiastically

[flexcoders] Flex Chart Horizontal Axis

2009-11-24 Thread jch92592
I have a Flex Bar Chart that I would like to add *one* grid line to at a specific location on the horizontal axis. I have tried using the verticalChangeCount with mixed results. This grid line will be provided to indicate a goal for a KPI. Any suggestions? Thank you, JCH

Re: [flexcoders] Re: Is thereany way using a Image Renderer ,I can change the widtth or height of an image?

2009-11-24 Thread Thomas Silvester
Thanks a lot Chris, I made some modification to the code below  you gave and it did magic for me. Thanks again. Anitha. --- On Sun, 11/22/09, Chris zomgfore...@gmail.com wrote: From: Chris zomgfore...@gmail.com Subject: Re: [flexcoders] Re: Is thereany way using a Image Renderer ,I can change

[flexcoders] Re: Flex Chart Horizontal Axis

2009-11-24 Thread invertedspear
I don't remember how to do it, but when I had to do this a couple years ago I found it easier to add a line series to the chart where I wanted it than to add a single gridline. Maybe that's a route you can explore until someone comes up with something better :-) ~Mike --- In

Re: [flexcoders] Re: Flex Chart Horizontal Axis

2009-11-24 Thread Jake Churchill
I agree. Adding a 2nd series (LineSeries) would be the easiest. You just have to fake the dataprovider so it draws the line how you want it. Also, instead of a BarChart you need to change it to a CartesianChart to mix and match different types of series. On Tue, Nov 24, 2009 at 9:52 AM,

[flexcoders] Re: Is thereany way using a Image Renderer ,I can change the widtth or height of an image?

2009-11-24 Thread Amy
--- In flexcoders@yahoogroups.com, Thomas Silvester thomas_...@... wrote: How can i do that ? any sample code . In the Help files, there's something like creating a style property, which will give you the outlines of what you need to do. HTH; Amy

Re: [flexcoders] Re: byteStream to .txt file

2009-11-24 Thread Julian Alexander
How are you even getting the byte stream if it's over FTP? From: Matthew fume...@yahoo.com To: flexcoders@yahoogroups.com Sent: Tue, November 24, 2009 10:21:15 AM Subject: [flexcoders] Re: byteStream to .txt file I didn't realize I could plug in an FTP

[flexcoders] Re: Help! - AdvancedDataGrid - Applying sort as if user clicked column header

2009-11-24 Thread invertedspear
Bumping this cause I'm still searching. --- In flexcoders@yahoogroups.com, invertedspear invertedsp...@... wrote: So can anyone tell me how to sort when using a grouping collection? The GC is sorted how I want it, but I want the rest of them to default to being sorted as if the user had

[flexcoders] Re: Help! - AdvancedDataGrid - Applying sort as if user clicked column header

2009-11-24 Thread invertedspear
Tried to bump this earlier, must have done something wrong, but apologies if I double post. I'm bumping because I'm still having a problem with this. Can anyone help me out?

[flexcoders] Re: Flex Chart Horizontal Axis

2009-11-24 Thread jch92592
Thank you for the replies. Resolution: I added a static data element to my dataprovider with the value of the specific goal. I added a LineSeries to the chart and this data element to place the series. --- In flexcoders@yahoogroups.com, jch92592 jch92...@... wrote: I have a Flex Bar Chart

[flexcoders] Re: byteStream to .txt file

2009-11-24 Thread Matthew
I haven't hooked up the byteArray object yet so I don't even know if it could work with an FTP server. I'm guessing from your response that the answer is no, it wouldn't work. --- In flexcoders@yahoogroups.com, Julian Alexander wb...@... wrote: How are you even getting the byte stream if

[flexcoders] Using dropShadows in selectedUp style

2009-11-24 Thread Joel Stransky
I have a TabBar that I want to apply a drop shadow to the TEXT LABEL of the selected tab. How on earth do I do this? I'm in my 'I hate flex mode right now. -- --Joel Stransky stranskydesign.com

[flexcoders] What material would you recommend to learn Flex rapidly?

2009-11-24 Thread fred44455
I have Flex 3 Builder but I am wondering what material that I should purchase in order to learn Flex? Also I notice that AS3 is required so should I purchase AS3 books as well? Now that Flex4 is out should I use the Flex4 Builder beta version instead of Flex 3? Also how many hours of study do I

[flexcoders] Kerning tables in TextField

2009-11-24 Thread Aaron Hardy
Hey flexers, I'm using a font that has a kerning table with a TextField object to display text. However, it appears the kerning table is never being used. Here's the code: var textField:TextField = new TextField(); textField.embedFonts = true; textField.text

[flexcoders] Re: Help! - AdvancedDataGrid - Applying sort as if user clicked column header

2009-11-24 Thread valdhor
Maybe one of these would help: http://cookbooks.adobe.com/post_How_to_sort_items_within_group_in_AdvancedDataGrid-13047.html http://stackoverflow.com/questions/155279/how-do-i-sort-in-a-flex-advanceddatagrid-callback-isnt-being-called

[flexcoders] Re: What material would you recommend to learn Flex rapidly?

2009-11-24 Thread valdhor
My recommendation would be the Flex in a week series: For Flex 3.x: http://www.adobe.com/devnet/flex/videotraining/ For Flex 4.x: http://www.adobe.com/devnet/flex/videotraining/flex4beta/ Flex 4 is still in beta so I wouldn't use it for anything mission critical but if you are just learning,

Re: [flexcoders] Re: byteStream to .txt file

2009-11-24 Thread Julian Alexander
I think it is possible to download via FTP in flex: http://projects.maliboo.pl/FlexFTP/ and I'm pretty sure that there's no conversion needed to get it back to a text file or anything. I haven't done any downloading via FTP but I've had a Java client stream me files plenty of times and it

[flexcoders] Re: HorizontalList itemRenderer size does not resize on refresh

2009-11-24 Thread mattgarland2000
@Thomas variableRowHeight=true in the mxml. @Alex I tried remeasuring and resizing but this didn't work right off, so I went with Amy's solution. @Amy--that worked. It's always a pain to strip down to a repeater and work up some list functionality but it gives you so much more control, as

[flexcoders] BrowserManager's setTitle() function doesn't work on local release build?

2009-11-24 Thread devek
No rush, but if someone is bored compile this and release an export build. For me if I go into the bin-debug folder and open it, it works. If I go into the bin-release folder and open it, it doesn't. I am using flex builder 3.0.214193 Why would it work differently when compiled for release? I'm

Re: [flexcoders] MAC : TextInput focus

2009-11-24 Thread suman gayakwad
Hi Julian, I did that and the focus seems to be in loaded SWF but it wont set the focus in textinput field embedded in the swf :( . This happens only in safari browser. Thanks, Suman

Re: [flexcoders] MAC : TextInput focus

2009-11-24 Thread Julian Alexander
The other thing is callLater(). I've found also that in some cases the focus only gets partially set when other things are still being initialized. Try calling callLater(myComp.setFocus); after creationComplete. -J From: suman gayakwad srgayak...@gmail.com

[flexcoders] Re: byteStream to .txt file

2009-11-24 Thread Matthew
thank you. --- In flexcoders@yahoogroups.com, Julian Alexander wb...@... wrote: I think it is possible to download via FTP in flex: http://projects.maliboo.pl/FlexFTP/ and I'm pretty sure that there's no conversion needed to get it back to a text file or anything. I haven't done any

[flexcoders] Re: BrowserManager's setTitle() function doesn't work on local release build?

2009-11-24 Thread valdhor
Actually, if you use the open file command in your browser and open either the debug build or release build, then neither of them work. On the other hand, accessing either the release or debug versions using a HTTP call results in both of them working. As I understand it, this is the way it is

[flexcoders] Re: Help! - AdvancedDataGrid - Applying sort as if user clicked column header

2009-11-24 Thread invertedspear
Valdhor you are a life saver. I hadn't found that first link in my searching and it cleared everything up for me. Thank you so much. I think that's twice you assisted me. I might owe you a beer soon. Thanks ~Mike --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Maybe one

[flexcoders] checksums (md5, sha1)

2009-11-24 Thread sean.drexler
I am trying to compile my code 2 times and get 2 swf files with matching checksums. Does anyone know how to do this? I have managed to get this to work on small chunks of code but nothing large scale, i.e. libraries (my own or 3rd party) included, additional custom classes. I turned off the

[flexcoders] Re: checksums (md5, sha1)

2009-11-24 Thread invertedspear
I'm not questioning your need, but as a newbie to Flex I am curious why you would do this, and if it's something I should be doing. Is it some sort of stability check? Thanks --- In flexcoders@yahoogroups.com, sean.drexler se...@... wrote: I am trying to compile my code 2 times and get 2 swf

[flexcoders] flex 4 and descendant CSS selectors

2009-11-24 Thread Ariel J
i have a css stylesheet applied to my component like this: #mySitesList #scroller #verticalScrollBar { skinClass: ClassReference(com.safepage.view.mysitespanel.scrollbar.VScrollBarSkin); } in my component i have a list whose id is mySitesList. the item renderers used in mySitesList

[flexcoders] Re: checksums (md5, sha1)

2009-11-24 Thread sean.drexler
I also questioned this when I first received the request, however I learned that the product I am working must pass a regulatory committee which requires that all binary files meet this requirement before being approved. Sean --- In flexcoders@yahoogroups.com, invertedspear invertedsp...@...

Re: [flexcoders] Flash Builder 4 for Linux Apha3 Released!

2009-11-24 Thread thomas parquier
No item appears unless you uncheck group by category because packages are uncategorized, I think. Then you would be able to install fb4linux, great ! thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net

RE: [flexcoders] Re: checksums (md5, sha1)

2009-11-24 Thread Alex Harui
Probably impossible to do. The SWF is zipped and has a time-stamp in it so you'd have to get the compiler to commit the time stamp to the SWF at exactly the same time on every build, and the bytes of the time stamp change the compression table and thus the bits. You could add a step where you

RE: [flexcoders] Confirming SDK 3.4 installation

2009-11-24 Thread Alex Harui
trace(UIComponent.VERSION) Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of ynotob Sent: Monday, November 23, 2009 11:55 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Help setting the selectedChild of a viewstack

2009-11-24 Thread Alex Harui
Try: this[o.view] Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of lanekelly5 Sent: Monday, November 23, 2009 2:14 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] How to preload RSL

2009-11-24 Thread Alex Harui
Recommended practice is to have the main app load all the RSLs, and have the modules extern all of the classes but not attempt to load the RSLs Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

RE: [flexcoders] Issue of RSL for a Module

2009-11-24 Thread Alex Harui
You need to have a strong reference to the IModuleInfo otherwise it can get GC'd. I discussed this problem on my blog. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]

[flexcoders] Re: Help! - AdvancedDataGrid - Applying sort as if user clicked column header

2009-11-24 Thread valdhor
Glad to be of assistance. Steve --- In flexcoders@yahoogroups.com, invertedspear invertedsp...@... wrote: Valdhor you are a life saver. I hadn't found that first link in my searching and it cleared everything up for me. Thank you so much. I think that's twice you assisted me. I might owe

Re: [flexcoders] BrowserManager's setTitle() function doesn't work on local release build?

2009-11-24 Thread devek
Actually, I figured it out. BrowserManager's setTitle is implemented as ExternalInterface.call(BrowserHistory.setTitle, value) in the source and as we know Flash can't access the javascript in the enclosing local web page. The reason it works on a debug build is because Flex Builder adds a

[flexcoders] Re: BrowserManager's setTitle() function doesn't work on local release build?

2009-11-24 Thread valdhor
as we know Flash can't access the javascript in the enclosing local web page. News to me. What is the use of ExternalInterface.call if Flash can't access the JavaScript? --- In flexcoders@yahoogroups.com, devek nab...@... wrote: Actually, I figured it out. BrowserManager's setTitle is

[flexcoders] alignment issue with vertical scrollbar on advanceddatagrid column

2009-11-24 Thread coder3
Hi All I created a advanceddatagrid, since the columns are depended on a returned set, i created the columns dynamically. the data of the datadrig is displayed properly at the beginning. but the problems happen after i use the scrollbar to go up and down of the report. the displayed data will

RE: [flexcoders] flex 4 and descendant CSS selectors

2009-11-24 Thread Peter Farland
If those nested List components consider the mySitesList to be an ancestor in their style chain then it will apply because of the use of a descendant selector. You could prove this by recursively calling .styleParent from the nested List instances to find your mySitesList List. Pete

[flexcoders] Is there any way to update Resource bundle dynamically?

2009-11-24 Thread tungchau81
Hi, In a new project, I am required to create customizable UI using Flex. The application should allow each log-in user or customer to configure their own labels, messages and icons. I have two questions: 1) I plan to load different ResourceModule for each log-in user. For example, user1 will

[flexcoders] E4x finding virtual leaf nodes

2009-11-24 Thread mattgarland2000
My XML is a series of nested activities. I want to find LEAF activities, that is, activities without activity descendents. Something like this: xml..activity.(descendents('activity').length()==0) But of course that does not work. I've always been unsure about the scope in predicate filter...

[flexcoders] List in second tab of TabNavigator has GIANT itemRenderer

2009-11-24 Thread Amy
So, I have a TabNavigator that's populated by a Repeater that draws Canvases with a List in each. The List on the first tab draws just beautifully, but the List on the second tab gives me one giant itemRenderer that has the data for the first item in its dataProvider. If I scroll down to the

Re: [flexcoders] List in second tab of TabNavigator has GIANT itemRenderer

2009-11-24 Thread Chris
Could this be related to resizeToContent on TabNavigator? Alternatively, it may be an issue with your dataprovider. Source would be helpful... On Tue, Nov 24, 2009 at 4:44 PM, Amy amyblankens...@bellsouth.net wrote: So, I have a TabNavigator that's populated by a Repeater that draws Canvases

[flexcoders] Re: List in second tab of TabNavigator has GIANT itemRenderer

2009-11-24 Thread Amy
--- In flexcoders@yahoogroups.com, Chris zomgfore...@... wrote: Could this be related to resizeToContent on TabNavigator? Alternatively, it may be an issue with your dataprovider. Source would be helpful... Here's what the issue was: My renderer had a Repeater in it that had Text components

Re: [flexcoders] Re: List in second tab of TabNavigator has GIANT itemRenderer

2009-11-24 Thread Chris
You can bind the width of the text field to the dimensions of its parent: mx:Canvas id=mainContainer width=100% height=100% styleName=debug1 mx:Text width={mainContainer.width} text=here is a very very very very very very very very very very very very very very very very very very

Re: [flexcoders] E4x finding virtual leaf nodes

2009-11-24 Thread Tino Dai
How about something like this? xml..activity.children.length() == 0. I think that would do it -Tino On Tue, Nov 24, 2009 at 6:00 PM, mattgarland2000 al...@pet-theory.comwrote: My XML is a series of nested activities. I want to find LEAF activities, that is, activities without activity

[flexcoders] Does datagridcolumn have hide/show or hideEffect/showEffect

2009-11-24 Thread Tino Dai
Hi All, I am wondering does the DataGridColumn have a hideEffect/ShowEffect style setting? I wanted to have a wipeleft effect when somebody clicks on a column. I have been trying: var dgc:DataGridColumn = new DataGridColumn(); var wipeOut:WipeLeft = new WipeLeft(); public function

RE: [flexcoders] Does datagridcolumn have hide/show or hideEffect/showEffect

2009-11-24 Thread Alex Harui
No effects for DGColumn. Maybe tween the width to 0 then make it invisible. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tino Dai Sent: Tuesday,