[flexcoders] Re: convert the file selected to upload to byteArray

2008-07-01 Thread Cato Paus
read about it here, flash Player 10 supports local file load and save. http://labs.adobe.com/technologies/flashplayer10/ --- In flexcoders@yahoogroups.com, Dan Blackman [EMAIL PROTECTED] wrote: LlggG Sent from my Verizon Wireless BlackBerry -Original Message- From: sudesh_666

[flexcoders] Hide a list item without changing (filtering) the dataprovider?

2008-07-01 Thread linko27
Hallo! How can i hide a list item. I am trying to make a lists and hide the 'mandatory=true' items without changing (filtering) the dataprovider. As far as i know i can even make a deep copy of the dataprovider and set a filter on it, but i'd like to prevent this. The code below hides the

Re: [flexcoders] Hide a list item without changing (filtering) the dataprovider?

2008-07-01 Thread Paul Andrews
- Original Message - From: linko27 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 01, 2008 10:08 AM Subject: [flexcoders] Hide a list item without changing (filtering) the dataprovider? Hallo! How can i hide a list item. I am trying to make a lists and hide the

[flexcoders] Cannot access a property or method of a null object reference at mx.controls::Tree/::buildUpCollectionEvents()

2008-07-01 Thread Sergey Kovalyov
Hi All! When I add a new item to the tree node and then open this item by user input null pointer exceptions is thrown and after that Tree behavior becomes strange. Steps to reproduce: 1. Run application. 2. Select My Branch node. 3. Click Add button. As a result My Leaf subnode is created as a

[flexcoders] Re: Hide a list item without changing (filtering) the dataprovider?

2008-07-01 Thread linko27
I need to show two lists with different filter function on the same dataprovider. Therefore I have to make a deep copy of the array for the second list, otherwise the second filter will not include the items filtered by the first filter - is'nt it? --- In flexcoders@yahoogroups.com, Paul

Re: [flexcoders] Re: Hide a list item without changing (filtering) the dataprovider?

2008-07-01 Thread Ralf Bokelberg
You don't have to do a deep copy. Use ListCollectionView instead, which allows you to apply different filters to the same underlying Collection. Cheers Ralf. On Tue, Jul 1, 2008 at 11:58 AM, linko27 [EMAIL PROTECTED] wrote: I need to show two lists with different filter function on the same

Re: [flexcoders] Re: Hide a list item without changing (filtering) the dataprovider?

2008-07-01 Thread Paul Andrews
- Original Message - From: linko27 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 01, 2008 10:58 AM Subject: [flexcoders] Re: Hide a list item without changing (filtering) the dataprovider? I need to show two lists with different filter function on the same

Re: [flexcoders] Flex access web service.

2008-07-01 Thread Tom Chiverton
On Saturday 28 Jun 2008, markflex2007 wrote: But I feel the Flex application is a little slow than flash application to access same web service. Can you prove that with hard numbers over many runs ? -- Tom Chiverton This email is sent for

[flexcoders] Re: Sorting behaviour of AdvanceDataGridControl

2008-07-01 Thread kallebertell
I don't have any suggestions, but we have this problem too. In fact if you have a list of items sorted according to a specific column, and change a property of an item in the collection unrelated to the sorting; it often reorders items in the collection if their sorting properties are equal. To

[flexcoders] Re: Hide a list item without changing (filtering) the dataprovider?

2008-07-01 Thread linko27
Thanks Ralph! Thanks Paul! The tipp with the ListCollectionView was perfect! --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: linko27 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 01, 2008 10:58 AM Subject:

RE: [flexcoders] Creating an AIR install file from scratch..

2008-07-01 Thread Jim Hayes
That is what ADT is there for, I believe. If you check the documentation it will give you enough help to use it on the command line, or in ant. Without too much bother, I've made ant build files that compile my swf then package it with the required additional files into an air package/installer.

[flexcoders] Re: Draw colored shape

2008-07-01 Thread markgoldin_2000
Yes, it will show row background, but, .. no column background anymore. So, it's the same as not to have column background in the first place. But what I want is to have columns with backgrounds and then color some rows keeping columns unchanged. Is that possible in Flex? --- In

[flexcoders] RTE on DragManager when using Window component

2008-07-01 Thread Yossi Gordin
Hi, Please help!!! I am running an Air project (mx:Application) under Windows XP. I have the following piece of code on one of my components: DragManager.doDrag(this, dragSource, event,_dragableImage,-event.localX,-event.localY); It works perfectly, but when i initiate in another component a

[flexcoders] Any Certification in Flex?

2008-07-01 Thread moonrchand
Hi All, please let me know, is there any certification form Adobe exclusively for Flex/AIR. i visited adobe site and there is no information about which are the technologies come under ACE(Adobe Certification Expert). please share ur thoughts. Thanks, Chandra

[flexcoders] blazeds spring security let assembler fetch data based on current user

2008-07-01 Thread cartewn
Hi, I'm currently learning flex by trying to build an application with flex, blazeds and Spring. My application lets users log on using spring security (which I will probably combine with AcegiLogonCommand). I would like my assemblers to return different data based on which user is currently

Re: [flexcoders] Combo and 'change' event

2008-07-01 Thread oopdog
Thank you On Mon, Jun 30, 2008 at 3:50 PM, Alex Harui [EMAIL PROTECTED] wrote: Programmatic changes rarely fire CHANGE events. The valueCommit event should fire no matter how you change it. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

Re: [flexcoders] File uploading and passing string information

2008-07-01 Thread Flex Frenzy
You should be able to verify right in actionscript, but you will have to modify the php code to request the additional details from the server. It all depends what kind of authentication script you use though, you may not need to modify any php. On Jun 30, 2008, at 2:44 PM, Sean Clark Hess

Re: [flexcoders] Any Certification in Flex?

2008-07-01 Thread Paul Andrews
- Original Message - From: moonrchand [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 01, 2008 1:31 PM Subject: [flexcoders] Any Certification in Flex? Hi All, please let me know, is there any certification form Adobe exclusively for Flex/AIR. i visited

[flexcoders] How to load an image using mx:Loader

2008-07-01 Thread pankajtandon2003
Hello folks, I'm a newbie in flex-world! I need to load a Bitmap (.jpg) file using Flex3. Now I've read a bunch of code that describes how to do this using ActionScript 3. But I'm not very sure how Flex 3 and AS3 interact. I've got the Flex 3 Builder Eclipse Plugin and I was hoping I could find an

[flexcoders] Remove Button´s Border

2008-07-01 Thread Fernando Ghisi
Anybody knows how can I do a simple thing like remove a button's border? I just can't do this - there are no styles for it (like borderStyle, or borderAlpha). Thanks -- Fernando Ghisi

[flexcoders] Re: Best Practice Data Binding

2008-07-01 Thread mauricen
Thanks very much for your time in writing this; it's very helpful. But my question still stands: if there are parts of your answer that I don't understand fully, or that raise more questions in my mind (and both of these are in fact the case), how do I resolve these difficulties? How did you

[flexcoders] Re: Cannot access a property or method of a null object reference at mx.controls::Tree/::buildUpCollectionEvents()

2008-07-01 Thread valdhor
I don't use Flex 2.0.1 (I use Flex 3). I ran your app in Flex 3 and it works fine - ie. no exception is thrown. Could this be a bug in Flex 2.0.1? --- In flexcoders@yahoogroups.com, Sergey Kovalyov [EMAIL PROTECTED] wrote: Hi All! When I add a new item to the tree node and then open this

RE: [flexcoders] Re: Best Practice Data Binding

2008-07-01 Thread Rick Winscot
When working in mxml you can use the -keep-generated-actionscript compiler option. and in the 'generated' directory you will find a wealth of information! In short - the answer you seek is before you! Finding the 'solution' is another story. Rick Winscot From:

Re: [flexcoders] Creating an AIR install file from scratch..

2008-07-01 Thread Jeffry Houser
Isn't there a command line compiler for AIR? Google will come up with some hits on it; but I'd start here: http://help.adobe.com/en_US/AIR/1.1/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7fd9.html essuark wrote: lets just 'say' I wanted to do this, any ideas, pointers, links? I

Re: [flexcoders] Re: Best Practice Data Binding

2008-07-01 Thread Josh McDonald
Honestly, fucked if I know how I picked all this stuff up - it's just what I do. But if my explanation left something out, that's my fault for giving a shitty explanation. Tell me in detail what you're still confused about, and I'll try and explain it :) -Josh On Tue, Jul 1, 2008 at 11:14 PM,

[flexcoders] RadioButtons appear as normal buttons -- WTF?

2008-07-01 Thread Dave Glasser
This is driving me nuts. I'm using two RadioButtons in a RadioButtonGroup, and they appear as two normal buttons. There is no CSS styling in effect. I'm not setting any properties other than label, group and labelPlacement and selected. Does anyone know what is going on here?

Re: [flexcoders] CurrencyFormat vs locale

2008-07-01 Thread Richard Rodseth
Thanks, I'll look at that. Gordon, it's just a case that the app as a whole is not being localized for everywhere just yet. For example, my understanding is that the Euro is used in many different locales which may have different decimal and thousands separators. On Mon, Jun 30, 2008 at 7:37 PM,

RE: [flexcoders] Re: Best Practice Data Binding

2008-07-01 Thread Stephen Gilson
Hi Maurice, You can see the doc on binding here: http://livedocs.adobe.com/flex/3/html/databinding_1.html http://livedocs.adobe.com/flex/3/html/databinding_1.html For infomration about creating bindable properties in custom MXML components, see this page:

RE: [flexcoders] Creating an AIR install file from scratch..

2008-07-01 Thread Mike Krotscheck
I have an ant script that does all my AIR compiling, signing packaging for me. You can svn checkout a full working sample of the source build here http://practicalflash.googlecode.com/svn/trunk/ (Note you'll have to update your build.parameters.xml from the default). I've copied the macrodef I

[flexcoders] Cancelling a checkbox.selected

2008-07-01 Thread quantum_ohm
Hi Everybody, I have an options button which leads to a new sate options_state when it is clicked. In this new state, I have a checkbox and two buttons cancel and valid. I handle fine the valid button which gets the checkbox state and save it, to display it again when the application is

[flexcoders] Still having issues with quitting AIR app from ApplicationMenu and DockMenu

2008-07-01 Thread Daniel Gold
I gave up on this temporarily and decided to revisit this morning. Around the time the AIR 1.1 update came out, I started having issues quitting the AIR app I'm developing using Apple-Q, the ApplicaitonMenu, and the DockMenu. It seems to be related to the fact that I have other windows opened by

[flexcoders] Full Screen and Scaling in FLEX. Please help

2008-07-01 Thread anuj181
Hi Flexcoders I have a question. I made an application and I like to give user the option of clicking on full screen. I implemented the following code and full screen is working fine. When user clicks on Full screen the whole application takes place of the monitor but my problem is that the

Re: [flexcoders] Re: Draw colored shape

2008-07-01 Thread Enjoy Jake
Yes. And the example I provided most recently should do that for you. - Original Message From: markgoldin_2000 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 1, 2008 4:47:44 AM Subject: [flexcoders] Re: Draw colored shape Yes, it will show row background, but, ..

[flexcoders] override updateDisplayList

2008-07-01 Thread markgoldin_2000
I am geting different results if I override updateDisplayList: override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void { super.updateDisplayList(unscaledWidth, unscaledHeight); var rowBGIndex:int = listContent.getChildIndex

[flexcoders] Re: Draw colored shape

2008-07-01 Thread markgoldin_2000
Yes, you are right, it works. But I am already having another problem I have posted a message about. --- In flexcoders@yahoogroups.com, Enjoy Jake [EMAIL PROTECTED] wrote: Yes. And the example I provided most recently should do that for you. - Original Message From:

[flexcoders] Re: Cancelling a checkbox.selected

2008-07-01 Thread Tim Hoff
Hi, to display it again when the application is relaunched This implies that you are saving and loading the pref settings data. If the user clicks the cancel button, you could reload the settings data that is already saved. For CRUD, it sometimes makes sense to edit a copy of the persisted

RE: [flexcoders] override updateDisplayList

2008-07-01 Thread Alex Harui
Probably. If in production the data is coming off a server and isn't ready right away, you could be going through updateDL when there aren't any rows to draw so the rowBG and colBG don't exist yet From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

[flexcoders] Fw: Radio Button Binding Binding Question

2008-07-01 Thread parjan
Hi i have two radio button in group g1 like this mx:RadioButtonGroup id=g1/ mx:RadioButton groupName=g1 selected=true name=X label=XYZ x=135 y=3/ mx:RadioButton groupName=g1 name=A label=ABC x=135 y=25/ and my objmodel's property 'ptype' is bound with current radio button

RE: [flexcoders] Full Screen and Scaling in FLEX. Please help

2008-07-01 Thread Alex Harui
This might help. http://blogs.adobe.com/aharui/2008/01/flex_and_scalemodes.html From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of anuj181 Sent: Tuesday, July 01, 2008 8:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Full

RE: [flexcoders] RadioButtons appear as normal buttons -- WTF?

2008-07-01 Thread Alex Harui
If the RadioButton type selector is missing or improperly defined, I guess you could end up in such a situation. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave Glasser Sent: Tuesday, July 01, 2008 7:25 AM To:

[flexcoders] How do I hide rows in a datagrid display?

2008-07-01 Thread anthony_morsey
I want to hide rows in a datagrid display. I do not want to change the underlying dataprovider array, just the display of a row on the screen. Any ideas?

RE: [flexcoders] Remove Button´s Border

2008-07-01 Thread Alex Harui
You could make it the same color as the background by changing borderColor, unless you have a gradient background. Otherwise, you'll probably have to skin it. You could try swapping in LinkButton skins From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] How to load an image using mx:Loader

2008-07-01 Thread Alex Harui
People generally use mx:Image to load jpgs. Once loaded, and assuming you have domain permissions, you can manipulate the bitmap by accessing the mx:Image's content property from AS3 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] CurrencyFormat vs locale

2008-07-01 Thread Gordon Smith
Sorry, I don't understand why you wouldn't simply localize the alignSymbol, thousandsSeparatorTo, and decimalSeparatorTo resources in the SharedResources bundle in order to get localized currency formatting with CurrencyFormatter. Gordon Smith Adobe Flex SDK Team

[flexcoders] Type Coercion errors with SWFLoader

2008-07-01 Thread Tomas Lin
Hiya all, I have a papervision SWF file that works really well standalone, all my images are being loaded from a remote location. So when I call localhost:8080/swf/myfile.swf, everything is fine. However, when I embed it into my SWFLoader mx:SWFLoader

[flexcoders] THIS IS ABSOLUTELY NUTS

2008-07-01 Thread Dan Pride
I have an application which will not compile, delivers no error code and simply gives me the last good app with no explanation whatsoever??? Who designed this thing and what were they thinking? Clean app does nothing. No error code No way to get an error code. What does one do??? I

Re: [flexcoders] Full Screen and Scaling in FLEX. Please help

2008-07-01 Thread anuj sharma
Thanks for the blog. The problem has been fixed. Appreciate ur help. On Tue, Jul 1, 2008 at 10:06 AM, Alex Harui [EMAIL PROTECTED] wrote: This might help. http://blogs.adobe.com/aharui/2008/01/flex_and_scalemodes.html -- *From:* flexcoders@yahoogroups.com

Re: [flexcoders] CurrencyFormat vs locale

2008-07-01 Thread Richard Rodseth
You may be right, but let me give you a little more context. The English application (or a future non-English version) can display monetary values in a currency determined by a server setting. The English application might be used in other countries before a localized version is available. It

RE: [flexcoders] How do I hide rows in a datagrid display?

2008-07-01 Thread Tracy Spratt
Please do a bit of searching before posting. This was answered in a thread already today. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of anthony_morsey Sent: Tuesday, July 01, 2008 1:10 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] THIS IS ABSOLUTELY NUTS

2008-07-01 Thread Tracy Spratt
When you say, send it up the the net, exactly what do you mean? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dan Pride Sent: Tuesday, July 01, 2008 2:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] THIS IS

Re: [flexcoders] override updateDisplayList

2008-07-01 Thread Enjoy Jake
Perhaps the fix is obvious, but if not just add a couple null checks. After all, if colBGs is null, then it's certainly not going to be displayed in front of rowBGs so there's no need to swap them. Something like this should do fine: override protected function

Re: [flexcoders] THIS IS ABSOLUTELY NUTS

2008-07-01 Thread Enjoy Jake
Tracy, you rock. Dan, perhaps these suggestions are obvious, but ... when you send it up the the net check the timestamp on the file to make sure you're really sending it up the there. Also, try clearing your browser cache. - Original Message From: Tracy Spratt [EMAIL PROTECTED] To:

Re: [flexcoders] How to load an image using mx:Loader

2008-07-01 Thread Flex Frenzy
I'm not sure how much you know about Flex or Actionscript, so i decided to just give some example code: !--THIS IS THE IMAGE PORTION-- mx:Image id=myImage source=pic.jpg/ !--AND THIS IS THE ACTIONSCRIPT EMBEDED IN THE MXML-- mx:Script ![CDATA[ private var

Re: [flexcoders] THIS IS ABSOLUTELY NUTS

2008-07-01 Thread Flex Frenzy
Jake may be right dan, I always have problems with my browser cache. On Jul 1, 2008, at 12:07 PM, Enjoy Jake wrote: Tracy, you rock. Dan, perhaps these suggestions are obvious, but ... when you send it up the the net check the timestamp on the file to make sure you're really sending it up

[flexcoders] Re: override updateDisplayList

2008-07-01 Thread markgoldin_2000
That's exactly what I did. Thanks. --- In flexcoders@yahoogroups.com, Enjoy Jake [EMAIL PROTECTED] wrote: Perhaps the fix is obvious, but if not just add a couple null checks. After all, if colBGs is null, then it's certainly not going to be displayed in front of rowBGs so there's no need to

RE: [flexcoders] THIS IS ABSOLUTELY NUTS

2008-07-01 Thread Tracy Spratt
Dan, I can tell you are frustrated, but we really need more information to be much help. Besides telling us how you are deploying the app: * You say, will not compile. How do you know? * Have you tried the command-line compiler? * You say I can develop fine, do you mean you

Re: [flexcoders] THIS IS ABSOLUTELY NUTS

2008-07-01 Thread Richard Rodseth
Also, another thing that can sometimes help (I think) in addition to cleaning projects is to close and open the FlexBuilder project (right click on project). On Tue, Jul 1, 2008 at 12:42 PM, Tracy Spratt [EMAIL PROTECTED] wrote: Dan, I can tell you are frustrated, but we really need more

[flexcoders] Right Mouse click

2008-07-01 Thread markgoldin_2000
In my program when user clicks on a DG's cell I am changing cell's color to show which cell was clicked. Now, they want to implement a ContextMenu on the grids. Can I highlight a cell in the same manner but from the right mouse click, just before the ContextMenu popups? Thanks

[flexcoders] Re: THIS IS ABSOLUTELY NUTS

2008-07-01 Thread jmfillman
Dan, I've often found that I need to delete the old file(s) before uploading the new file to the net. This is either to do with the FTP software and/or the hosting company. If you don't delete it first, sometimes it doesn't overwrite the old file, and it seems some hosting companies have a

RE: [flexcoders] Type Coercion errors with SWFLoader

2008-07-01 Thread Alex Harui
Embedding strips AS2 code and can cause problems. It gets stripped because the AS2 code can't be in the AS3 SWF From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tomas Lin Sent: Tuesday, July 01, 2008 10:46 AM To:

Re: [flexcoders] THIS IS ABSOLUTELY NUTS

2008-07-01 Thread Paul Andrews
- Original Message - From: Dan Pride [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 01, 2008 7:05 PM Subject: [flexcoders] THIS IS ABSOLUTELY NUTS I have an application which will not compile, delivers no error code and simply gives me the last good app with no

[flexcoders] legend setstyle not working properly

2008-07-01 Thread netdeep
I am trying to change the formatting for a Legend in Actionscript: genericLegend.setStyle(direction, horizontal); But this does nothing, instead it lists the items vertically. What is the proper way to do this in Actionscipt?

[flexcoders] Re: Best Practice Data Binding

2008-07-01 Thread securenetfreedom
Josh, That's one of the better explanations I've seen on the subject. It fills the blanks left by http://livedocs.adobe.com/flex/3/html/help.html?content=databinding_8.html. Thanks for the contribution. And BTW, the keyboard is a bad place to be while consuming adult beverages, partaking in a

[flexcoders] Embedding fonts

2008-07-01 Thread Clint Tredway
I have tried using the documentation to embed a font into my flex app, but are there any gotcha's in doing this? Thanks! -- When you choose hope, anything is possible. -Christopher Reeve

[flexcoders] ToolTip TextField TextColor

2008-07-01 Thread Tim Hoff
Hi all, I've run into a problem with globally skinning ToolTips. I am to skin the border and background by using a programmatic borderSkin. However, the textField in ToolTip.as is protected and I'm not sure how to change it's style globally (tried TextField CSS). I'm just looking for a way

[flexcoders] Re: legend setstyle not working properly

2008-07-01 Thread Tim Hoff
Looks like direction is a property; not a style. Try genericLegend.direction = horizontal; -TH --- In flexcoders@yahoogroups.com, netdeep [EMAIL PROTECTED] wrote: I am trying to change the formatting for a Legend in Actionscript: genericLegend.setStyle(direction, horizontal); But this

[flexcoders] Re: Hittest for polygon UI Component

2008-07-01 Thread richmcgillicuddy
Could be the containers I am using but that is not what I am seeing. Rich --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: The area drawn inside a UIComponent doesn't have to be rectangular, we just track everything by its bounding box. If you drew a circle in

[flexcoders] Re: Cancelling a checkbox.selected

2008-07-01 Thread quantum_ohm
Hi Tim, what an idea ! so simple... I just had to think about it :-) Thx a lot, it works fine with your first suggestion. For CRUD, is it possible to create a copy of the prefs file with the Flex/Air API ? Take care. --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Hi,

[flexcoders] Re: Cancelling a checkbox.selected

2008-07-01 Thread Tim Hoff
Depends on what you're using in the client. For ArrayCollections you can use mx.utils.ObjectUtil to make a deep copy; instead of a reference. myCopyAC = ObjectUtil.copy(mySourceAC) ; -TH --- In flexcoders@yahoogroups.com, quantum_ohm [EMAIL PROTECTED] wrote: Hi Tim, what an idea ! so

RE: [flexcoders] Embedding fonts

2008-07-01 Thread Gordon Smith
Show us what you're doing. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint Tredway Sent: Tuesday, July 01, 2008 2:05 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Embedding fonts

RE: [flexcoders] ToolTip TextField TextColor

2008-07-01 Thread Tracy Spratt
You can globally style tooltips with CSS like this: ToolTip { fontFamily: Helvetica; backgroundColor: #c1ccd2; color: #00; fontSize: 14; } Is that what you are looking for? Tracy From: flexcoders@yahoogroups.com

RE: [flexcoders] ToolTip TextField TextColor

2008-07-01 Thread Gordon Smith
It sounds like all you need is ToolTip styling, not ToolTip skinning. Did you try mx:Style ToolTip { borderColor: blue; backgroundColor: yellow; color: red } /mx:Style ? Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com

[flexcoders] Re: How to load an image using mx:Loader

2008-07-01 Thread pankajtandon2003
OK.. that explains why I do not see mx:Loader usage anywhere. Is there an example of mx:Image that someone can share? Thanks! Pankaj --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: People generally use mx:Image to load jpgs. Once loaded, and assuming you have domain

[flexcoders] Strange problem with Flex-Builder

2008-07-01 Thread John Hauf
Hi All, i found a strange behavior in Flex-Builder (plugin) on OSX 10.4.11 when using the Go to Definition or hyperlink navigation feature. When I open a file from flex navigator the file opens in the editor. When I then put the cursor on a variable that has its definition in the same file

[flexcoders] Problem with selectedIndex on dynamically populated combobox (Cairngorm)

2008-07-01 Thread stephenbeattie_ymail
Hello all, I've stumbled across an issue when building an application using Cairngorm that I hope someone can help with. The relevant part of the application is a component wrapping a datagrid with paging/search controls. I am having an issue specifically with the 'jump to page' combobox. I'm

[flexcoders] Sizing Components Inside Custom UIComponents

2008-07-01 Thread krakowskyb
I'm pretty new to Flex. I've created some custom components by extending UIComponent. I've implemented createChildren, commitProperties, measure, and updateDisplayList. I can resize the custom UIComponents using any number of methods: constraints, CSS, etc. They resize no problem. But if I

Re: [flexcoders] THIS IS ABSOLUTELY NUTS

2008-07-01 Thread Patrick Driggett
Have you cleared your cache? Happens to me all the time if I don't. On Tue, Jul 1, 2008 at 2:05 PM, Dan Pride [EMAIL PROTECTED] wrote: I have an application which will not compile, delivers no error code and simply gives me the last good app with no explanation whatsoever??? Who designed

Re: [flexcoders] Remove Button´s Border

2008-07-01 Thread Fernando Ghisi
Making it the same color as the background doesn´t seem to be the best choice - it will cause a coupling between the button´s border and the background. I will try the second thing, but it should be a simple way for doing this. 2008/7/1 Alex Harui [EMAIL PROTECTED]: You could make it the same

RE: [flexcoders] RadioButtons appear as normal buttons -- WTF?

2008-07-01 Thread Eric Fickes
Do they appear as buttons in design view or the published movie? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave Glasser Sent: Tuesday, July 01, 2008 8:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] RadioButtons appear as

[flexcoders] Flex app only works on Windows?

2008-07-01 Thread jason_beloncik
Hi all, I built a Flex app which works fine on Windows machines, but on Macs and Linux it won't load. It shows the little loading box with the progress bar, then just goes to a blank screen. I originally thought there was some issue with the html wrapper or maybe the javascript but even when going

[flexcoders] Issues panning a swf loaded via SWFLoader

2008-07-01 Thread Ian McLean
I'm loading a swf into a SWFLoader (earth-shattering, I know). The swf document size itself is set 2800x960, but there is an additional element beneath this in the pasteboard (what was the flash 8 workarea) that is about 500px in length. I need to be able to pan down to this element. If make

[flexcoders] Flex Builder Eclipse Builder Syntax Checking

2008-07-01 Thread steve.baney
Greetings all! This is my first post up here, as I've been able to solve all of my previous problems by searching, but I've spent the last 7 hours banging my head against a wall and can't find any help anywhere. Here's the issue: I'm working on a Postgres/Java Servlet/Flex web app using Eclipse

[flexcoders] updating the Flex tree without reassigning the data provider

2008-07-01 Thread Gautam Pulluri
Hi, I am trying to build a web based JMX monitoring and management console using adobe FLEX on the client side. This is similar to the flex admin that comes with the LiveCycle installation.I have put snapshots of both flex admin and my tool in the link below.

Re: [flexcoders] Embedding fonts

2008-07-01 Thread Jeri Lamy
A few. I fought with this for a while so might be able to help...can you just not get it to show up? Can you post your code? Jeri Lamy On Tue, Jul 1, 2008 at 4:05 PM, Clint Tredway [EMAIL PROTECTED] wrote: I have tried using the documentation to embed a font into my flex app, but are there

[flexcoders] Re: Flex app only works on Windows?

2008-07-01 Thread akhilbhaskar
works fine for me on a Mac. OS 10.5 Safari 3.1.2 --- In flexcoders@yahoogroups.com, jason_beloncik [EMAIL PROTECTED] wrote: Hi all, I built a Flex app which works fine on Windows machines, but on Macs and Linux it won't load. It shows the little loading box with the progress bar, then just

[flexcoders] Re: ToolTip TextField TextColor

2008-07-01 Thread Tim Hoff
Yep, color changed the text color, when I tried it in a new project. It's not working in my other application though. So, I'm thinking that there is an inherited color style somewhere. I'll keep digging. Thanks Gordon and Tracy, -TH --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL

[flexcoders] Re: How to load an image using mx:Loader

2008-07-01 Thread pankajtandon2003
That was very useful... Thanks! --- In flexcoders@yahoogroups.com, Flex Frenzy [EMAIL PROTECTED] wrote: I'm not sure how much you know about Flex or Actionscript, so i decided to just give some example code: !--THIS IS THE IMAGE PORTION-- mx:Image id=myImage source=pic.jpg/ !--AND

[flexcoders] New Topic?

2008-07-01 Thread Brandon Krakowsky
I posted a new topic this morning but haven't seen it show up yet. How does it get approved? Thanks, Brandon

RE: [flexcoders] blazeds spring security let assembler fetch data based on current user

2008-07-01 Thread Seth Hodgson
You can store user-specific data in the server-side FlexSession or FlexClient instances that you can access via the FlexContext class. A FlexSession represents the connection between a client and server, and in the case of servlet-based HTTP, wraps the app server's HttpSession. One thing that

Re: [flexcoders] Embedding fonts

2008-07-01 Thread Clint Tredway
I figured it out.. it was a 'duh' moment but its working now. On Tue, Jul 1, 2008 at 4:19 PM, Jeri Lamy [EMAIL PROTECTED] wrote: A few. I fought with this for a while so might be able to help...can you just not get it to show up? Can you post your code? Jeri Lamy On Tue, Jul 1, 2008 at

RE: [flexcoders] Sizing Components Inside Custom UIComponents

2008-07-01 Thread Alex Harui
Parents size their children in Flex. You have to call setActualSize on your children. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of krakowskyb Sent: Tuesday, July 01, 2008 7:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] Re: Hittest for polygon UI Component

2008-07-01 Thread Alex Harui
Show some code. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of richmcgillicuddy Sent: Tuesday, July 01, 2008 2:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Hittest for polygon UI Component Could be the containers

Re: [flexcoders] Re: Cannot access a property or method of a null object reference at mx.controls::Tree/::buildUpCollectionEvents()

2008-07-01 Thread Josh McDonald
I'm not getting an exception, tried in 2.0.1HF1 and HF3. I'm not getting any change on screen though. On Tue, Jul 1, 2008 at 11:08 PM, valdhor [EMAIL PROTECTED] wrote: I don't use Flex 2.0.1 (I use Flex 3). I ran your app in Flex 3 and it works fine - ie. no exception is thrown. Could this

Re: [flexcoders] New Topic?

2008-07-01 Thread Josh McDonald
You probably won't receive your original message back in the list, just replies. It usually just means there's no replies yet, and you can always check the list's web interface. IIRC, only the first N posts of any user go into the moderation queue. -Josh On Wed, Jul 2, 2008 at 9:10 AM, Brandon

Re: [flexcoders] New Topic?

2008-07-01 Thread Paul Andrews
If you mean: Sizing Components Inside Custom UIComponents It's already appeared on the list. Paul - Original Message - From: Brandon Krakowsky To: flexcoders@yahoogroups.com Sent: Wednesday, July 02, 2008 12:10 AM Subject: [flexcoders] New Topic? I posted a new topic

RE: [flexcoders] How to load an image using mx:Loader

2008-07-01 Thread Rick Winscot
Flex is an application framework built on the Flash foundation - ActionScript is a common dialect. http://www.pierocampanelli.info/technology/2008/01/20/a-sketch-of-adobe-flex -architecture-capabilities/ 1 . Loaders are driven programmatically - although you can include references in MXML.

Re: [flexcoders] Sizing Components Inside Custom UIComponents

2008-07-01 Thread Josh McDonald
Which you need to do from updateDisplayList() :) Also, keep in mind that if you set width and height on a child component directly rather than calling setActualSize(), that child component will no longer measure() and you'll only be able to get the dimensions you assigned to it rather than the

RE: [flexcoders] Re: Best Practice Data Binding

2008-07-01 Thread Rick Winscot
Josh - I second Jeff's comment and have to apologize if my response was sour. What I was trying to say is that, given your example, I would think that the path was clear for the poster to 'have at it.' It isn't necessary to understand (to perfection) how binding works to use it. or to begin

Re: [flexcoders] Sizing Components Inside Custom UIComponents

2008-07-01 Thread Brandon Krakowsky
Thanks. Looks like I'm doing it correctly. I'm sure I'll be back! Brandon - Original Message From: Josh McDonald [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 1, 2008 8:02:16 PM Subject: Re: [flexcoders] Sizing Components Inside Custom UIComponents Which you

Re: [flexcoders] Re: Best Practice Data Binding

2008-07-01 Thread Josh McDonald
Heh :) I don't think there was anything at all wrong with your response mate, although the generated directory can be a scary place, there's a *lot* of actionscript classes that go into making a Flex swf do its thing. I do apologise if I come off as a jerk, but I can't apologise for the

  1   2   >