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

2008-07-02 Thread Fidel Viegas
It is crashing my browser under Linux Ubuntu 7.0.4 + Firefox 2.0.0.14 Fidel. On Tue, Jul 1, 2008 at 8:01 PM, 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

Re Re: [flexcoders] THIS IS ABSOLUTELY NUTS

2008-07-02 Thread Dan Pride
Ah but for the Hero's of the software world like Enjoy Jake ! I was explorer command keying rather than safari menu selecting to clear my browser cache. To tired, too frustrated,... and then there it was after 20 years of professional software development... The Flame. Now I am back to

[flexcoders] Get a list of all available classes?

2008-07-02 Thread Josh McDonald
Hey Guys, Since a Flex app only includes classes that are referenced directly, is there a way to get a complete list of available public classes from the runtime? -Josh -- Therefore, send not to know For whom the bell tolls. It tolls for thee. :: Josh 'G-Funk' McDonald :: 0437 221 380 ::

[flexcoders] I Need Help in Adobe Flex2

2008-07-02 Thread Abdul Razack
Hello My Name Abdul Razack iam new in flex iam facing probpem to developed website in flex how can i developed website in flex. how can i give links to different pages how can i create tabs plz could tell me the procedure plz i need ur help Regards and Thanks Abdul Razack

[flexcoders] Re: Enumerating throug container/control arrays in Flex/Actionscript?

2008-07-02 Thread pbrendanc
Hopefully I won't need to - however old habits die hard -maybe a FAQ/guide for some of us older client/server developers would be useful - Flex is a different way of thinking/different mindset. I think you just turned on a light bulb for me - using loosely coupled events can accomplish the same

Re: [flexcoders] Re: Enumerating throug container/control arrays in Flex/Actionscript?

2008-07-02 Thread Josh McDonald
If you want a checkbox to control the visibility of another component, what you want is binding. Off the top of my head (and unlikely to compile): mx:CheckBox id=cb label=Show / Hide/ ns:SomeComponent visible={ cb.selected } includeInLayout={ cb.selected}/ As for Flex keeping a flat list, I

Re: Re Re: [flexcoders] THIS IS ABSOLUTELY NUTS

2008-07-02 Thread Flex Frenzy
Dan, you now have an idea of the sleepless nights i have encountered all because I did not clear my Safari's cache. I'm glad you got it all worked out! jeremy On Jul 1, 2008, at 11:32 PM, Dan Pride wrote: Ah but for the Hero's of the software world like Enjoy Jake ! I was explorer command

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

2008-07-02 Thread Flex Frenzy
Hey Jason, It is working fine here on Safari 3.1.1 in Leopard. jeremy On Jul 1, 2008, at 11:15 PM, Fidel Viegas wrote: It is crashing my browser under Linux Ubuntu 7.0.4 + Firefox 2.0.0.14 Fidel. On Tue, Jul 1, 2008 at 8:01 PM, jason_beloncik [EMAIL PROTECTED] wrote: Hi all, I built a

Re: [flexcoders] I Need Help in Adobe Flex2

2008-07-02 Thread Paul Andrews
- Original Message - From: Abdul Razack To: [EMAIL PROTECTED] ; flexcoders@yahoogroups.com Sent: Wednesday, July 02, 2008 7:50 AM Subject: [flexcoders] I Need Help in Adobe Flex2 Hello My Name Abdul Razack iam new in flex iam facing probpem to developed website in

[flexcoders] Re: Cancelling a checkbox.selected

2008-07-02 Thread quantum_ohm
Thx Tim, I'll keep that in mind... Have a good day. --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: 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 =

[flexcoders] Re: Stopping a custom component stealing focus in a datagrid

2008-07-02 Thread Barry
Nothing, I'm just setting the background color of the box via set data(). Hmmm... --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Box shouldn't steal focus. What's inside the box? From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] New Topic?

2008-07-02 Thread Tom Chiverton
On Wednesday 02 Jul 2008, Brandon Krakowsky wrote: I posted a new topic this morning but haven't seen it show up yet. How does it get approved? If you are a new poster, one of the human moderators has to approve it. Otherwise, assuming you've not been set to 'always approve', your post will

Re: [flexcoders] Get a list of all available classes?

2008-07-02 Thread Tom Chiverton
On Wednesday 02 Jul 2008, Josh McDonald wrote: Since a Flex app only includes classes that are referenced directly, is there a way to get a complete list of available public classes from the runtime? This looks like a non-sequentor to me, but look at what the xsd4mxml Google Code project does

Re: [flexcoders] Re: Sorting behaviour of AdvanceDataGridControl

2008-07-02 Thread Tom Chiverton
On Tuesday 01 Jul 2008, kallebertell wrote: to the sorting; it often reorders items in the collection if their sorting properties are equal. You could write your own sorting function, that used some other property to maintain a particular order for items that have the same main sort property.

Re: [flexcoders]

2008-07-02 Thread Tom Chiverton
On Tuesday 01 Jul 2008, Lieven Cardoen wrote: We just installed Eclipse 3.4 with FlexBuilder and when opening a mxml file we get this error? AFAIK FlexBuilder requires 3.3, I've not seen anyone report using it (working or not) on 3.4 yet. Builder appears OK on 3.2, fwiw. -- Tom Chiverton

[flexcoders] Pass a Run Time Composite Component to customize a Pop Up Form?

2008-07-02 Thread pbrendanc
I't trying to create a composite control (in AS) at run time and pass this to a popup (as an object) - the popup is responsible for the display and the contents vary based on a user input (e.g. 2*2 grid; 3*3 grid etc). My initial thought was to create a composite component and then pass this for

[flexcoders] Caringorm Event

2008-07-02 Thread parjan
hi every i facing problem while re-dispatching Caringorm event. i have override clone method in my Event class can any tell me what cud be the problem here is code for my event class.. package com.softpak.events.mm { import com.adobe.cairngorm.control.CairngormEvent; import

Re: [flexcoders] Pass a Run Time Composite Component to customize a Pop Up Form?

2008-07-02 Thread Ralf Bokelberg
I think it should be possible to do something like popup.addChild( composite control ) Cheers Ralf. On Wed, Jul 2, 2008 at 11:45 AM, pbrendanc [EMAIL PROTECTED] wrote: I't trying to create a composite control (in AS) at run time and pass this to a popup (as an object) - the popup is

[flexcoders] LCDS and Hibernate - how to write equals() and hash()

2008-07-02 Thread Zdenek Mikan
I have seen some discussions on the web about not using database generated id in equals() and hash() functions for data objects (in java DTO model) as it changes during save operation. But in the open source samples there are either these functions based on id

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

2008-07-02 Thread anthony_morsey
Tracy, I searched the group before I posted and found nothing that directly answers my problem. I do not want to alter the actual dataprovider ArrayCollection object. I just want to manipulate the display of the datagrid rows. If you know of a thread that addresses this issue, then please

[flexcoders] Yesterday's Adobe PR on Flash Indexing for Google

2008-07-02 Thread Ben Marchbanks
http://www.businesswire.com/portal/site/google/? ndmViewId=news_viewnewsId=20080630006649newsLang=en

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

2008-07-02 Thread Paul Andrews
- Original Message - From: anthony_morsey [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, July 02, 2008 12:25 PM Subject: [flexcoders] Re: How do I hide rows in a datagrid display? Tracy, I searched the group before I posted and found nothing that directly answers

[flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread steve.baney
Tried using the standalone Flex Builder, and tried changing the SDK Between Flex 3 and Flex 3.0.0.477. I'm getting it to detect arbitrary code (gibberish in the middle of a line) and bracket errors, but it still won't throw anything if I ignore a semicolon or anything like that.

[flexcoders] display text input values in datagrid

2008-07-02 Thread Santhosh Garlapad
Hi guys, i m a beginner to flex development. i have few text input fieds and when i click add button all the text input values to be displayed in datagrid. if i add few more items into the datagrid the values the new values display first sample datagrid as follows; column1 col2    col3

[flexcoders] Re: How to access properties of symbols in loaded SWF?

2008-07-02 Thread daddyo_buckeye
I'll look into this. thanks. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: If the SWF is published for player 9, then you can get to it via swfLoader.content (or image.content). If it is published for an earlier player, then you'd need an intermediate SWF that uses

[flexcoders] Re: How to access properties of symbols in loaded SWF?

2008-07-02 Thread daddyo_buckeye
I was looking at Degrafa because of its support for SVG. The art library I'm working on was previously published in SVG. Of course, Adobe is pulling the plug on their SVG viewer so I get to do the entire project in AS3. I'll check it out. thanks. --- In flexcoders@yahoogroups.com, Flex Frenzy

[flexcoders] Re: #2038: File I/O Error only in firefox

2008-07-02 Thread Mike Paul Pavlasek
Here is a bug in Flash Player (Firefox + SSL), please vote for it, http://bugs.adobe.com/jira/browse/FP-201 (probably a duplicity for http://bugs.adobe.com/jira/browse/FP-78 but assigned to another person ;) ) CoPLaS --- In flexcoders@yahoogroups.com, Jon Bradley [EMAIL PROTECTED] wrote: I'm

[flexcoders] Re: Best Practice Data Binding

2008-07-02 Thread mauricen
Thanks to everyone who replied to this. Since I think my biggest problem is understanding the translation of the MXML tag, the way to go for me is to look at the MXML documentation and to read the generated code (thanks - I'd forgetten about that). My overall comment is that the documentation is

[flexcoders] Socket does not connect on FP9 r45

2008-07-02 Thread Sean Clark Hess
Hello coders! This is my first question to the list, so go easy on me, alright? :) I spent quite a while developing a good socket system that communicated with PHP via JSON. It uses the Socket class (since that's the only way you can do it, as far as I'm aware). It works perfectly now, with

[flexcoders] Re: Flex Web Sites Using Windows Authentication

2008-07-02 Thread owenjwest
Hi, I have found a way to do this - I have wrapped the Flex page in a CFM page (just changed the standard wrapper html page's extension to cfm) and then passed in the CGI.REMOTE_USER variable value as a flahvar into the Flex application. Inside the Flex app I then parse the value to determine

[flexcoders] Re: Pass a Run Time Composite Component to customize a Pop Up Form?

2008-07-02 Thread valdhor
This may or may not help: The following example uses FlexMDI (Now part of FlexLib - http://code.google.com/p/flexlib/). PopupExample.mxml: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical creationComplete=onCreationComplete(event)

[flexcoders] Re: Need DataGrid advice

2008-07-02 Thread dbronk
I did find my answer but I believe there is a bug in the ADG. I'm including a sample of what I did. I don't remember where I found it so sorry for not giving credit for credit due. The issue I have is in scrolling. The ADG does expand as I want but when I scroll my code collapses the row back

[flexcoders] Re: Socket does not connect on FP9 r45

2008-07-02 Thread valdhor
I can't help you with your problem but do wonder why you felt the need to create your own socket system to implement JSON to PHP. AFAIK there are a number of solutions for this (eg. http://blog.paranoidferret.com/index.php/2007/08/24/flex-php-json-mysql-advanced-updating/). Also, WebORB with

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

2008-07-02 Thread Fidel Viegas
On Tue, Jul 1, 2008 at 8:10 PM, Tracy Spratt [EMAIL PROTECTED] wrote: Please do a bit of searching before posting. This was answered in a thread already today. Actually, it was yesterday. But, you are right. People should search the list before posting. Anthony, next time try to refine your

[flexcoders] Re: I Need Help in Adobe Flex2

2008-07-02 Thread akhilbhaskar
I agree with Paul- Flex is a different animal than regular HTML pages. Having said that, here's some good places to start answering your questions: http://www.adobe.com/devnet/flex/quickstart/using_containers/ http://livedocs.adobe.com/flex/3/html/help.html?content=navigators_1.html -Akhil ---

[flexcoders] DataGrid

2008-07-02 Thread Niraj
Hi: I want to have the column headers on the left, rather than on the top on a datagrid. Is there some way i can modify the datagrid to have this kind of structure Header1 DataColumn11 DataColumn12 DataColumn13 DataColumn14 Header2 DataColumn21 DataColumn22 DataColumn23 DataColumn24 Header3

[flexcoders] Re: DateFormatter gives weird results

2008-07-02 Thread Chris
That worked. Thanks Doug. // converts the Date to UTC by adding or subtracting the time zone offset var PoffsetMilliseconds:Number = pTimeMS.getTimezoneOffset() * 60 * 1000; pTimeMS.setTime(pTimeMS.getTime() +

[flexcoders] Re: Can no longer quit my AIR app

2008-07-02 Thread valdhor
Maybe you can add an event listener to the stage and look at keystrokes. If someone presses Apple-Q, dispatch a click event to the close box of the main window. --- In flexcoders@yahoogroups.com, Daniel Gold [EMAIL PROTECTED] wrote: AIR updated itself this morning, and now it seems I can no

[flexcoders] Re: LCDS and Hibernate - how to write equals() and hash()

2008-07-02 Thread zdenekmikan
Probably my question is not about the equals and hash functions, but about how to create the complex tree of objects in one transaction and avoid creating multiple rows in database for the same object. Zdenek M --- In flexcoders@yahoogroups.com, Zdenek Mikan [EMAIL PROTECTED] wrote: I have

Re: [flexcoders] Re: Can no longer quit my AIR app

2008-07-02 Thread Simon Bailey
I hate to state a potential obvious one here but have you got Num Lock on, this I remember prevents using short cut keys? Cheers, Simon On 2 Jul 2008, at 15:04, valdhor wrote: Maybe you can add an event listener to the stage and look at keystrokes. If someone presses Apple-Q, dispatch a

Re: [flexcoders] Sizing Components Inside Custom UIComponents

2008-07-02 Thread Brandon Krakowsky
Thanks for the help on this everyone. I'll do some testing. Brandon - Original Message From: Gordon Smith [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 1, 2008 9:23:42 PM Subject: RE: [flexcoders] Sizing Components Inside Custom UIComponents If you were

Re: [flexcoders] Re: Can no longer quit my AIR app

2008-07-02 Thread Daniel Gold
I'm looking for potential culprits so I can file a well documented bug report. This is only happening with AIR 1.1 it seems, and my AIR app is the only one I'm seeing it on. The keystrokes and menus are firing the correct events, but currently open windows are not being closed as the docs say.

[flexcoders] Re: Getting Started with Java for use with BlazeDS/LCDS

2008-07-02 Thread danneri21
Fidel, thanks for your reply. I'm currently using AMFPHP, but wanted to take advantage of some of the more advanced features in LCDS. I have no problem learning Java as I have a pretty solid understanding general programming architechure, however I was just looking for some kind of starting

Re: [flexcoders] DataGrid

2008-07-02 Thread Rob Rusher
You are going to have to pull out your coding hat on this one. Open the source to DataGrid.as and DataGridBase, examine the way the columns are rendered. Then extend either the appropriate classes and override the methods that layout the header and columns. If I can find the time, I'll try it,

[flexcoders] Re: Can no longer quit my AIR app

2008-07-02 Thread valdhor
HI wonder whether the EXITING event is not bubbling so it can't get to each of the windows? --- In flexcoders@yahoogroups.com, Daniel Gold [EMAIL PROTECTED] wrote: I'm looking for potential culprits so I can file a well documented bug report. This is only happening with AIR 1.1 it

[flexcoders] Tooltips on disabled combobox rows

2008-07-02 Thread Denis
Hello all, I am a relative newbie in Flex. Could you share some expertise and experience with regards to the following: I need to have a description (easiest in the form on the tooltip) when a user hovers over a row of a combobox control that is disabled. The description will contain explanation

[flexcoders] Issues panning a swf loaded via SWFLoader

2008-07-02 Thread djepyon
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 a

[flexcoders] LCDS and AIR?

2008-07-02 Thread markflex2007
Hi, I have a Flex application with LCDS.Do you think if I can convert it th AIR application. I know LCDS is web base and need Jrun runing so I an not sure if AIR works. Thanks Mark

Re: [flexcoders] Re: Socket does not connect on FP9 r45

2008-07-02 Thread Sean Clark Hess
Does WebORB use sockets? I thought it was an http connection, but I could be mistaken. If there's a better way, I'd be happy to switch, but I couldn't find anything. The current system is VERY lightweight, and it's quite unlikely that WebORB is faster, but it might be a lot more stable -- I

[flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread steve.baney
Alright, I just did a fresh install on a different computer with the same result. I've got to be doing something wrong...

[flexcoders] LineChart Legend

2008-07-02 Thread George
When a line chart series stroke color is bound using a binding element, and the color is changed through the binding, shouldn't the legend reflect the color change? Or must I do that manually. If so, that's a real pain in the butt.

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

2008-07-02 Thread Tom Chiverton
On Wednesday 02 Jul 2008, Fidel Viegas wrote: It is crashing my browser under Linux Ubuntu 7.0.4 + Firefox 2.0.0.14 Ditto on OpenSuSE 10.3 and FireFox 3. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells

Re: [flexcoders] display text input values in datagrid

2008-07-02 Thread Sean Clark Hess
You want to change your val() function to something more like this. private function val():void { var values:Array = new Array(); // this is only one row values.push({tt1:pp1.text, tt2:pp2.text, tt3:pp3.text});

Re: [flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread Toby Ashley
Semi-colons at the end of each line are optional in AS3, which is why Flex Builder won't be highlighting those. What other errors are still being ignored? On Wed, Jul 2, 2008 at 4:27 PM, steve.baney [EMAIL PROTECTED] wrote: Alright, I just did a fresh install on a different computer with the

[flexcoders] Re: Socket does not connect on FP9 r45

2008-07-02 Thread valdhor
As far as I understand WebORB, it uses a pseudo push mechanism. The client actively polls for any new data. (I could be wrong about this. Please let me know if I am. I am basing my assumptions on forum posts - eg. http://www.themidnightcoders.com/forum/default.aspx?g=postst=505). If you don't

Re: [flexcoders] Strange problem with Flex-Builder

2008-07-02 Thread John Hauf
Hi All, I think I found the reason for the strange behavior of flex builder now. I actually have 4 projects that have all a source-folder (with the same name) that is linked to the same folder in my file system. When I'm in the project which name cames first in the alphabet everything is

[flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread steve.baney
Thanks for the response! I'm sure I sound like a raving lunatic by now, but I'm halfway through wasting a second day of coding trying to figure this out... OK good call on the semicolons, I could have sworn it was throwing errors on missing semicolons before I was having these issues though. OK

[flexcoders] returning data from a perl script using httpservice

2008-07-02 Thread Cameron
I've set up a test just to see if I can make it work. I have a program which needs to run some remote functions inside a perl script mostly because there just isn't a better way to do it. I make a call to the perl script using the httpservice and it all works fine except for the return result.

[flexcoders] List displaying wrong information

2008-07-02 Thread nathanpdaniel
I'm building shopping cart functionality which uses a ShoppingCart component with 2 states. A mini cart and a regular view. The regular view works fine with a DataGrid component and shows correct cart items and price etc. The mini cart on the other hand doesn't work properly once you add an

[flexcoders] Centering Embedded Button Image

2008-07-02 Thread jmfillman
If I embed an image like this: [Embed(source=images/myImage.gif)] public var myImage:Class; mx:Button id=myButton height=22 width=22 icon={myImage}/ The image is properly centered on the button. However, I need to embed the image via styling, like this: .myButtonStyle{

Re: [flexcoders] display text input values in datagrid

2008-07-02 Thread Santhosh Garlapad
Hi Sean, Thannks for the suggestion. How can push the values down if i want to add few more rows in the datagrid? Do i need to loo through the datagrid? Thanks Santosh   - Original Message From: Sean Clark Hess [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, July 2,

Re: [flexcoders] Re: Socket does not connect on FP9 r45

2008-07-02 Thread Sean Clark Hess
Ok, that's what I thought about WebORB. We were using a custom polling mechanism before switching to sockets -- the delay was annoying, which is why we switched. Are you saying that BlazeDS uses http persistent connections? You're right, that could get annoying. It doesn't make any sense to

Re: [flexcoders] display text input values in datagrid

2008-07-02 Thread Sean Clark Hess
I'm not sure what you mean, or why you would want to push them down. but you can add more rows by adding more rows to the array... The datagrid just displays what is in the array. So, just copy that values.push() line, and put different (or blank) values in . ~sean On Wed, Jul 2, 2008 at 10:24

Re: [flexcoders] display text input values in datagrid

2008-07-02 Thread Santhosh Garlapad
Hi Sean, I m working on Shopping cart application. I have Button called ADD another Item.If i click on that button the all the shopping cart item details shold be displayed in the datagrid. Your solution is perfect if i have only one row item in the datagrid.If i click Add another items multiple

[flexcoders] Compile issues in FlexBuilder 3

2008-07-02 Thread daddyo_buckeye
I have an app in Flex that won't compile, I'm getting a message that the HTML file is missing. This is a downloaded sample app loaded into Flex and tried to compile it the first time to see how the code works. Is there a prefs file or compile parameters to tell Flex Builder to forget about

Re: [flexcoders] display text input values in datagrid

2008-07-02 Thread Sean Clark Hess
Ah, I understand. You should use an ArrayCollection. If you set the dataProvider of the datagrid to the array collection, you can update or change the collection's source at any time. So, you'd want something like this: ?xml version=1.0 encoding=utf-8? mx:Application

[flexcoders] Re: Centering Embedded Button Image

2008-07-02 Thread jmfillman
Disregard, I figured this out.

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

2008-07-02 Thread Sergey Kovalyov
Probably, you have not selected the first item before clicking on a button. That's why new item has not been added. See this: var parentXML : XML = XML(tree.selectedItem); var newItemXML : XML = item label=My Leaf isBranch=true /; tree.dataDescriptor.addChildAt(parentXML, newItemXML,

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

2008-07-02 Thread Sergey Kovalyov
May be so. But I want to find relevant workaround. Unfortunately, I have no possibility to switch the platform. On Tue, Jul 1, 2008 at 4: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.

Re: [SPAM] [flexcoders] returning data from a perl script using httpservice

2008-07-02 Thread Cameron
I figured out my own answer if anyone is interested. The first part of the response from perl needs to be Content-type:text/xml\n\n with two \n's at the end. I only had one. Putting the second one in worked for retuning XML to my resultFormat=object. This is nice. Now I can use my old perl

Re: [flexcoders] Compile issues in FlexBuilder 3

2008-07-02 Thread Sean Clark Hess
Try creating a new project, and just copying the src folder from the sample into your new one. On Wed, Jul 2, 2008 at 10:38 AM, daddyo_buckeye [EMAIL PROTECTED] wrote: I have an app in Flex that won't compile, I'm getting a message that the HTML file is missing. This is a downloaded

[flexcoders] Re: How to access properties of symbols in loaded SWF?

2008-07-02 Thread daddyo_buckeye
Upon further review... Looks like the only thing Degrafa offers (in my case) is to use CSS styling on my artwork. I don't need Flex or the AS3 drawing capabilities to create any artwork, all the (fairly complex) art is already done in Illustrator. I may include Degrafa for other parts of the

Re: [flexcoders] List displaying wrong information

2008-07-02 Thread Sean Clark Hess
And both are bound to the same ArrayCollection? On Wed, Jul 2, 2008 at 10:19 AM, nathanpdaniel [EMAIL PROTECTED] wrote: I'm building shopping cart functionality which uses a ShoppingCart component with 2 states. A mini cart and a regular view. The regular view works fine with a DataGrid

Re: [flexcoders] Issues panning a swf loaded via SWFLoader

2008-07-02 Thread Sean Clark Hess
Do you have clipContent='true' on the container? On Wed, Jul 2, 2008 at 9:14 AM, djepyon [EMAIL PROTECTED] wrote: 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

[flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread steve.baney
Almost there... I created a new test project which finds errors just fine. Now I just need to see what I messed up in my actual project. Any ideas?

Re: [flexcoders] Issues panning a swf loaded via SWFLoader

2008-07-02 Thread Tomas Lin
You can use a box to mask the content area --- mx:Box id=loaderMask backgroundColor=black width=918 height=424 x=1 y=1 / mx:SWFLoader id=grillNav source={ServerLink.getImageURL('swf/grills.swf') } unload=unloadSWF() complete=initSWF(event)

Re: [flexcoders] display text input values in datagrid

2008-07-02 Thread Santhosh Garlapad
Hi Sean, It worked..Thank you very much Thanks Santosh   strongfont color=#ff9f40Ekam sat vipra bahuda nudanti -- God is one scholars perceive differently - Vedas /font/strong - Original Message From: Sean Clark Hess [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent:

[flexcoders] Re: Caringorm Event

2008-07-02 Thread Tim Hoff
Hi, Looks like serviceValidator should be srvValdErr; in your clone method: override public function clone():Event { return new VerifyModelNameEvent( srvValdErr ); } -TH --- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote: hi every i facing problem while re-dispatching Caringorm

[flexcoders] Anyone Know of a Good Flex MP3 Player?

2008-07-02 Thread wwwpl
Does anyone know of a good open source Flex mp3 player? I have seen a few good Flash mp3 players but they don't come with the source. Actually, I don't need the source if the player is what I want. Thanks

Re: [flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread Toby Ashley
Yeah that should definitely cause an error. I'm out of ideas I'm afraid, good luck sorting it On Wed, Jul 2, 2008 at 5:05 PM, steve.baney [EMAIL PROTECTED] wrote: Thanks for the response! I'm sure I sound like a raving lunatic by now, but I'm halfway through wasting a second day of

[flexcoders] Re: List displaying wrong information

2008-07-02 Thread nathanpdaniel
Yes - and in fact - to clarify - when I run my application, it displays the mini cart all the time (always on) - so when I add items, it updates, when they're removed, it's updated. Unfortunately when I delete an item and add a new one, it displays the old one, even though in my cart itself

[flexcoders] Re: LCDS and AIR?

2008-07-02 Thread meteatamel
LCDS/BlazeDS is a server and a client product. On the server, it requires a J2EE server but on the client, it's simply a few swcs (rpc.swc in BlazeDS) and your AIR app would use this rpc.swc to talk to the LCDS server. So the fact that the LCDS server piece runs on a J2EE server is irrelevant to

[flexcoders] Re: Compile issues in FlexBuilder 3

2008-07-02 Thread fourctv
Did you try right-clicking the error message? FB3 should give you the option to re-create the html template folder on the context menu. hth julio --- In flexcoders@yahoogroups.com, daddyo_buckeye [EMAIL PROTECTED] wrote: I have an app in Flex that won't compile, I'm getting a message that

[flexcoders] Re: LCDS and AIR?

2008-07-02 Thread markflex2007
what is the name for client swc file for LCDS.where I can get it? thanks Mark --- In flexcoders@yahoogroups.com, meteatamel [EMAIL PROTECTED] wrote: LCDS/BlazeDS is a server and a client product. On the server, it requires a J2EE server but on the client, it's simply a few swcs (rpc.swc in

[flexcoders] Re: List displaying wrong information

2008-07-02 Thread nathanpdaniel
BTW - If I don't use an itemRenderer, it works fine and displays how it should. --- In flexcoders@yahoogroups.com, nathanpdaniel [EMAIL PROTECTED] wrote: Yes - and in fact - to clarify - when I run my application, it displays the mini cart all the time (always on) - so when I add items,

[flexcoders] Re: Compile issues in FlexBuilder 3

2008-07-02 Thread daddyo_buckeye
Surely there's a simpler way to fix this... --- In flexcoders@yahoogroups.com, Sean Clark Hess [EMAIL PROTECTED] wrote: Try creating a new project, and just copying the src folder from the sample into your new one. On Wed, Jul 2, 2008 at 10:38 AM, daddyo_buckeye [EMAIL PROTECTED] wrote:

RE: [flexcoders] Get a list of all available classes?

2008-07-02 Thread Gordon Smith
is there a way to get a complete list of available public classes from the runtime? Not through a simple API. You'd have to parse the SWF's DoABC2 block. The SWF spec is here: http://www.adobe.com/devnet/swf/ Gordon Smith Adobe Flex SDK Team

[flexcoders] Re: Issues panning a swf loaded via SWFLoader

2008-07-02 Thread djepyon
I just set it on the canvas but it doesn't appear to help. There isn't a clipContent property on the SWFLoader so thats out of the question. --- In flexcoders@yahoogroups.com, Sean Clark Hess [EMAIL PROTECTED] wrote: Do you have clipContent='true' on the container? On Wed, Jul 2, 2008 at

[flexcoders] Re: display text input values in datagrid

2008-07-02 Thread Amy
--- In flexcoders@yahoogroups.com, Santhosh Garlapad [EMAIL PROTECTED] wrote: Hi Sean, I m working on Shopping cart application. I have Button called ADD another Item.If i click on that button the all the shopping cart item details shold be displayed in the datagrid. Your solution is

[flexcoders] Re: List displaying wrong information

2008-07-02 Thread Tim Hoff
Interested to see what your itemRenderer looks like. Are you over-riding any methods? -TH --- In flexcoders@yahoogroups.com, nathanpdaniel [EMAIL PROTECTED] wrote: BTW - If I don't use an itemRenderer, it works fine and displays how it should. --- In flexcoders@yahoogroups.com,

[flexcoders] Missing AsnDecoder Class

2008-07-02 Thread Geoffrey
I seem to have the wrong version of the flex-messaging jar because when I start my server I get the spew below. I looked at all the flex-messaging jars on my system and I don't see it anywhere. All copies have the same manifest of: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.2

[flexcoders] Issues panning a swf loaded via SWFLoader

2008-07-02 Thread djepyon
(I accidentally put this as a response to another topic the first time so I'm re-posting) 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)

[flexcoders] Re: How to rotate a Combo Box

2008-07-02 Thread wyattwang
It works. Thank you, Alex. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Combobox (and Button and a few others) use bold fontWeight. You have to embed the bold version of the font as well. I believe it looks something like: @font-face{ src:

[flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread steve.baney
I think this was the problem .actionScriptProperties Had this: applications/ Instead of: applications application path=MainView.mxml/ /applications No idea how that happened, or if I have it solved all the way, but if that was it...man I feel dumb... Thanks for the assistance, that

[flexcoders] Inspecting data from HTTPService result to an ArrayCollection

2008-07-02 Thread Stephen More
( Example code taken from: http://livedocs.adobe.com/flex/201/html/charts_intro_108_12.html ) Here is the dataset I am trying to work with: data result month=Jan-04 apple81768/apple orange60310/orange banana43357/banana /result result month=Feb-04

Re: [flexcoders] Re: List displaying wrong information

2008-07-02 Thread Sean Clark Hess
Yeah, that's as far as I can get without seeing any code On Wed, Jul 2, 2008 at 12:01 PM, Tim Hoff [EMAIL PROTECTED] wrote: Interested to see what your itemRenderer looks like. Are you over-riding any methods? -TH --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,

[flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread steve.baney
Nope, still bad...

[flexcoders] Re: How to rotate a Combo Box

2008-07-02 Thread wyattwang
This works as well! thank you, Paddy. --- In flexcoders@yahoogroups.com, Paddy Keane [EMAIL PROTECTED] wrote: You could also set the fontWeight to 'normal' for components if u don't want to embed whole new font family: i.e ComboBox { fontFamily: myArial; fontSize: 20; fontWeight:

[flexcoders] Recover after applying beginFill/endFill

2008-07-02 Thread markgoldin_2000
I am coloring rows in DG with the following code: color = 0xFF; var g:Graphics = s.graphics; g.clear(); g.beginFill(color); g.drawRect(x, y, width, rowHeight); g.endFill(); The columns in DG have different colors. So, how do I restore cells from colored row back to columns colors? Thanks

Re: [flexcoders] Inspecting data from HTTPService result to an ArrayCollection

2008-07-02 Thread Sean Clark Hess
Each row is an xml object... So, (myData.getItemAt(i) as XML).children() Then you could loop through the children and ask them for their name. After the as XML step you can do anything you can normally do with the XML object On Wed, Jul 2, 2008 at 12:11 PM, Stephen More [EMAIL PROTECTED] wrote:

  1   2   >