[flexcoders] data provider doubt

2008-02-26 Thread Tom Preet
Hi All, In my app am using datagrid with three columns. to fill the data in to datagrid, am getting the data using remote object and stored data into a Arraycollection in mxml. when am displaying the data into a grid it was displaying(repeating same data) in all the three columns. how to

RE: Migration Guide? was RE: [flexcoders] Flex 3 and AIR 1 are now live!

2008-02-26 Thread Ronald Kinion
Nothing yet, haven't even started anything yet. I just expected something more I guess. Maybe more like the migration guide we used when going from 1.5 to 2.0. I know there weren't anywhere near the same amount of changes in the language this time though. -- Ronald Kinion Phone:

[flexcoders] Re: Sprite.children

2008-02-26 Thread kjorn
--- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: Are you asking Why doesn't Sprite have a 'children' Array rather than a numChildren property and a getChildAt() method?. The answer to that is that AS3 lacks strongly typed Arrays, and lacks a way to know when you've

Re: [flexcoders] How to find a host name for a server

2008-02-26 Thread Sujit Reddy
check out the below URLs http://livedocs.adobe.com/labs/flex3/html/deep_linking_7.html#251252 http://livedocs.adobe.com/labs/flex3/html/deep_linking_5.html#245869 Hope this helps. Regards, Sujit Reddy G On Tue, Feb 26, 2008 at 9:46 AM, Manjith [EMAIL PROTECTED] wrote: Hi I am new to FLex

Re: [flexcoders] data provider doubt

2008-02-26 Thread Sujit Reddy
Lets say your RPC is returning ArrayCollection containing objects and each object has got properties prop1, prop2 and prop3 your code should be similar to the below one dataGrid.dataProvider = arrayCollection; dataColumn1.dataField = prop1; dataColumn2.dataField = prop2; On Tue, Feb 26, 2008 at

Re: [flexcoders] How to reload or refresh dataGrid after deleting a record from database.

2008-02-26 Thread Sujit Reddy
invoke the showData method, once the delete is complete. On Tue, Feb 26, 2008 at 3:49 PM, Sujit Reddy [EMAIL PROTECTED] wrote: create a ArrayCollection object and bind datagrid to this ArrayCollection object. handle the result event of the HTTPService, in the event handler, set the result to

Re: [flexcoders] How to reload or refresh dataGrid after deleting a record from database.

2008-02-26 Thread Sujit Reddy
create a ArrayCollection object and bind datagrid to this ArrayCollection object. handle the result event of the HTTPService, in the event handler, set the result to the array collection object. invoke the refresh() method of the ArrayCollection to refresh the datagrid. Regards, Sujit Reddy G On

Re: [flexcoders] data provider doubt

2008-02-26 Thread Sujit Reddy
value of the dataField should be the name of the property from which the value has to be retrieved. for example, RPC is returning object with three properties named prop1, prop2 and prop3. then the dataField should be set to the name of the property like dataField = prop1; Hoe this helps.

Re: [flexcoders] Re: Flex 3 and AIR 1 are now live!

2008-02-26 Thread Tom Chiverton
On Monday 25 Feb 2008, Gordon Smith wrote: Anirudh wins the build-the-SDK-first contest, with Tom the runner-up. No one has chipped in claiming to build it first on a Mac... -- Tom Chiverton Helping to completely promote holistic partnerships on: http://thefalken.livejournal.com

Re: [flexcoders] how to connect database in flex using java

2008-02-26 Thread Sujit Reddy
Try invoking your Java classes from Flex application. You can do this using BlazeDS. URL below explains how to do that. http://sujitreddyg.wordpress.com/2008/01/14/invoking-java-methods-from-adobe-flex/ If you want to use servlets. You might have to create a servlet, which will access the

[flexcoders] air app inside air app

2008-02-26 Thread learner
Hi all, Is it possible to load a air app in another air app... What I am trying to do is : I am loading a swf compiled using air runtime inot another air application. it did get loaded successfully ... But the problem is that it does not keep the maximize state of the parent appliction in my

[flexcoders] Using embeded icons in MenuBar

2008-02-26 Thread Danish Tehseen
There is a case where I have to show icons in the MenuBar. I have created a component which extends from HBox and contains a MenuBar. labelField, iconFeild dataProvider property of the MenuBar are set from the parent page. XMLList which is assigned to the dataProvider property of the MenuBar,

[flexcoders] WebServices with oc4j server

2008-02-26 Thread vijaya_beera78
Hi I have generated a WebService using oc4j server(Jdeveloper). I am trying to invoke that service from flex using mx:webservice tag. But it doesn't invoke the service at all. here is the code mx:WebService id=serviceID

[flexcoders] Passing data from grid row to form components problem

2008-02-26 Thread kapil b
Hi All, I am new to flex... in my sample application i m retrieving the data from the xml and displaying it in the grid. On clicking on particular row, the row data should get populated in a form (containing text boxs) so that i can delete and update the contents and save back to database. I

[flexcoders] Help-files as PDF-documents?

2008-02-26 Thread hyes3mn3
Hi, When I'm trying to learn a new technology, in this case flex, I like to sit in my comfortable chair and read old fashioned papers. Yes - I know - I'm old. Therefore it would have been nice if the help files where available as PDF documents, I could print. I think I saw such PDF documents from

[flexcoders] dot Air installation error 0

2008-02-26 Thread Don Kerr
Scenario: Running new Air 1.0 Attempting to install a dotAir file, compiled with Flex3 When, a previous install of the dotAir file exists Steps: Install new Air.exe Download new version of the dotAir file and attempt to install Error: get Error #0 message...with no information. Workaround:

[flexcoders] Quirky curly brace binding when using explicit cast

2008-02-26 Thread m_sanders21
When trying to create a form with a combo box and a text input I happened upon what would appear to me to be a quirk with how explicit casts affect {} binding. Essentially what I was trying to do was have a single field on a model class be exposed by both a combo box and a text input. The idea

RE: [flexcoders] Help-files as PDF-documents?

2008-02-26 Thread Stephen Gilson
All the docs are available as HTML or PDF here: http://www.adobe.com/support/documentation/en/flex/ Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hyes3mn3 Sent: Tuesday, February 26, 2008 8:33 AM To: flexcoders@yahoogroups.com

[flexcoders] AIR v1 - Initial blank screen

2008-02-26 Thread Tom Sobut
I've just recompiled my AIR applications with Flex 3 v1.0 production. When my application runs, my AIR app window appears with a blank blue-grey background. When I resize the window, the components that are supposed to be showing show up instantly. It appears that it was already rendered

[flexcoders] Great Flex Insider video

2008-02-26 Thread Gregor Kiddie
http://weblogs.macromedia.com/mchotin/archives/2008/02/flex_behind_the.c fm I laughed, I cried, I annoyed my workmates who don't get most of the in jokes (If you get the Doug joke you have a pretty good grasp IMO). Nice stuff guys, hope you had fun making it! Gk. Gregor Kiddie Senior

Re: [flexcoders] Help-files as PDF-documents?

2008-02-26 Thread Paul Andrews
- Original Message - From: hyes3mn3 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 26, 2008 1:32 PM Subject: [flexcoders] Help-files as PDF-documents? Hi, When I'm trying to learn a new technology, in this case flex, I like to sit in my comfortable chair

[flexcoders] Re: Passing data from grid row to form components problem

2008-02-26 Thread greenfishinwater
Kapil, You have to do the work yourself. In the datagrid use itemClick=rowSelected(event) Then in ActionScript private function rowSelected(evt:ListEvent):void { rowData = dgDataProvider(evt.rowIndex); Now rowData contains the data from the datagrid on the row selected by the user, you can

Re: [flexcoders] Great Flex Insider video

2008-02-26 Thread Matt Chotin
Glad you enjoyed. Log in and give it 5 stars to help my ego and also let me prove to management I didn't waste their time and money :-) On 2/26/08 9:07 AM, Gregor Kiddie [EMAIL PROTECTED] wrote: http://weblogs.macromedia.com/mchotin/archives/2008/02/flex_behind_the.cfm I laughed, I

[flexcoders] How to get all itemrenderer instances of a tree?

2008-02-26 Thread xmwang1982
Hi experts, I want to listen to the MouseDown event of some of the tree nodes. So maybe I need to get their itemrenderer instances then add event listeners to them. However, I have no idea to get a list of item renderers... seems no such a method exists. Could you please give some hints?

[flexcoders] Why no Adobe Flex Language Reference PDF file

2008-02-26 Thread greenfishinwater
I've looked on the Flex documentation site and there is no PDF file for Adobe Flex Language Reference, there seems to be only a LiveDocs version. I feel more comfortable having it on my own system. Is it available as a PDF? Andrew

Re: [flexcoders] Carousel component - help yourself

2008-02-26 Thread Paul Decoursey
the left right arrows don't always work. cool component however . On Feb 22, 2008, at 1:06 PM, Giles Roadnight wrote: Hi All A friend needed a carousel compnent the other and I had a pretty good idea of how to implement it so I went ahead and had a go one evening. I'm really pleased

Re: Migration Guide? was RE: [flexcoders] Flex 3 and AIR 1 are now live!

2008-02-26 Thread jrunrandy
Alex is right. We didn't feel there were enought API changes to warrant a full Migration Guide. That said: * If you run into something, please post it as a comment on the Backwards Compatibility page and we'll add it to the page. * One aspect of migration is understanding new features. You might

[flexcoders] Loading a sequence of SWF files

2008-02-26 Thread uriel_tru
I'm working on a project where I need to use Flex 2 to load either a sequence of .swf files from an xml parser after 30 seconds or to load an image then a .swf file from an sml parser after 30 seconds. I've been searching for a way to do this. Does anyone have any ideas? Thanks, U.T.

[flexcoders] Reloading data into repeater child on runtime

2008-02-26 Thread Wyn Hou
Hi, How do I dynamically add data to a repeater component if I update the array in the data provider on runtime? Do I have to reload the entire repeater? I would like to do this through a call function but can't fathom how. Thanks!

[flexcoders] Re: Why no Adobe Flex Language Reference PDF file

2008-02-26 Thread greenfishinwater
What I meant to ask was: is there a zip file to download? I realize that a PDF file is not relevant. Andrew --- In flexcoders@yahoogroups.com, greenfishinwater [EMAIL PROTECTED] wrote: I've looked on the Flex documentation site and there is no PDF file for Adobe Flex Language Reference,

[flexcoders] Re: Passing data from grid row to form components problem

2008-02-26 Thread greenfishinwater
A slight mistake in my reply, the line should have been: rowData = dgDataProvider[evt.rowIndex]; But this line is relevant for an ArrayCollection. You will need different syntax to access data in XML, depending on how deep it is nested. Andrew --- In flexcoders@yahoogroups.com,

RE: [flexcoders] Re: Why no Adobe Flex Language Reference PDF file

2008-02-26 Thread Stephen Gilson
Ask and you shall receive. You can download the entire doc set, including the API Reference, from http://livedocs.adobe.com/flex/3/flex3_documentation.zip. That link was omitted from the main doc page, but we will add it. Stephen From:

[flexcoders] Loading an image file and then a swf file in sequence

2008-02-26 Thread uriel_tru
I'm working on a project where I need to use Flex 2 to load an image then a .swf file from an xml parser after 30 seconds. Where the xml will contain the time settings, the image and the .swf name. I've been searching for a way to do this. Does anyone have any ideas? Thanks, U.T.

RE: [flexcoders] Loading an image file and then a swf file in sequence

2008-02-26 Thread Merrill, Jason
All you need to do is read up on how to do three things: 1) Load and use XML data 2) Load a .swf file, add it to the display list 3) Use the Timer class If you search those three topics in the Flex help, you should have enough info to accomplish this. Jason Merrill Bank of America GTO LLD

[flexcoders] images dissappearing on zoom

2008-02-26 Thread mr.octopz
Hi All I am porting a flash 8/avm1 app to flex/avm2. The app loads images and allows the user to zoom in on them. In the flex/avm2 app the image dissappears if you zoom in a long way. This did not happen the the flash 8/avm1 version. I have tried zooming using scaleX and scaleY, width and

Re: [flexcoders] images dissappearing on zoom

2008-02-26 Thread Tom Chiverton
On Tuesday 26 Feb 2008, mr.octopz wrote: Has anyone seen this problem before, or know of a solution? Cynergy Systems ImageZoomer component has the same issue. I don't know of a solution, apart from limiting the max zoom in your GUI. -- Tom Chiverton Helping to completely syndicate fine-grained

RE: [flexcoders] images dissappearing on zoom

2008-02-26 Thread Lee Evans
Can you provide any details as to how you are doing the zooming? Is it a dynamic variable zoom or a one-time one click to a preset zoom level? If you zoom to the same image size do you have the same problem? Lee From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] DateTimeAxis - how to get discrete days

2008-02-26 Thread j_lentzz
Hi, I've got an app with a column chart (7 columns possible) that is using the DateTimeAxis. The data coming down (milliseconds) contains hour, min, etc value. Meaning that it comes down as Feb 5 with 20 hours, 15 mins, etc. When the data is displayed on the chart, it appears to be displayed

[flexcoders] Re: images dissappearing on zoom

2008-02-26 Thread mr.octopz
Hi Lee The zoom tool in our app is similar to the zoom tool in photoshop. You can click on the image to zoom incrementaly or you can marquee zoom. The image jumps to the new zoom level it does not animate. I can reproduce this problem in a very simple flex app. I can post the code if it is

Re: [flexcoders] Re: images dissappearing on zoom

2008-02-26 Thread Daniel Freiman
The flash player has a maximum value for placement (x/y coordinates) of DisplayObjects of +/-8191. I think I've seen that there's a similar limitation to the size of a DisplayObject but I can't find it right now. If these limitations are exceeded, the DisplayObject will simply disappear. That's

[flexcoders] Re: Carousel component - help yourself

2008-02-26 Thread redden96
Very cool component, I love it. You just saved me a ton of time. There seems to be a glitch in the Carousel.Next() and Carousel.Previous code. I could not, at quick glance at the source code, pinpoint the issue as the logic looks good. I notice that once you make it around the carousel once with

[flexcoders] FB3 + Aptana Plug In = warring CSS editors

2008-02-26 Thread Battershall, Jeff
I added the Aptana plugin to my FB3 instance and started getting errors with Aptana not liking Flex Styles. Only solution was to remove the Apatana Plug In. Yes, I could install Apatana Studio, but it would be nice to get FB + Aptana working well together and to have Aptana to defer to FB on CSS.

Re: [flexcoders] Re: HTTP Methods

2008-02-26 Thread Fidel Viegas
On Mon, Feb 25, 2008 at 5:03 PM, Troy Gilbert [EMAIL PROTECTED] wrote: Hum... so it does work with the normal HTTPService without using a proxy? Nope, not at all. If you want the full HTTP verb set you've got to use a proxy. Flash Player only speaks GET and POST, due to legacy issues

RE: [flexcoders] does anyone know if ILOG Elixir

2008-02-26 Thread Kevin Aebig
I was sincerely interested in there components until the licensing options came out. Now I'd rather re-develop them myself to suite my needs and honestly, I'm nearly done the dials and gauges, the diagramming and the scheduler. Considering that many of their components should've been included

[flexcoders] Load HTML from URL into Flex Component (via iframe)

2008-02-26 Thread byte.sensei
I've got a Flex site with several pages that load HTML content from an older HTML version of the site into an iframe that I then place over the Flash movie so it looks like the content has been embedded into the Flex UI even though it's still being loaded from the old HTML site. I've got the

[flexcoders] referencing a private function

2008-02-26 Thread Dominic Pazula
I have a component extending MenuBar whose data provider provides the internal handler for the itemClick. I have a generic function that checks the MenuEvent for the needed property and then trys to call the function it specifies. Specifically mx:MenuBar

[flexcoders] Be the tree, Bob

2008-02-26 Thread Brad Bueche
http://blog.flexexamples.com/2007/11/29/opening-nodes-in-a-flex-tree-con trol-using-the-expanditem-method/ Is there anyway to get the tree view INTO the combo box? I really like the idea of having a hierarchical menu that looks exactly like the tree in this example. I just want it to drop

RE: [flexcoders] How to get all itemrenderer instances of a tree?

2008-02-26 Thread Alex Harui
Renderers are virtual Only as many instances exist as you can see on screen. They are recycled and used to display other dataprovider items as you scroll or expand/contract. That's why there is no such method. You can get to the on-screen renderers via indexToItemRenderer(), but you'll be

[flexcoders] Re: referencing a private function

2008-02-26 Thread Dominic Pazula
I understand the public/private nature of referencing the function from outside the component. However, this is inside the same component. The function resides one line down from the function I posted. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: You have to

[flexcoders] Flex and PHP Issue. Please help!!!

2008-02-26 Thread Omar Fouad
In my flex application i have a form with some text fields. When I submit the form an HTTPService.send() methid is called. mx:HTTPService id=PostUser method=GET url=http://localhost/Flex/Pastarino/PostUsers.php; useProxy=false showBusyCursor=true resultFormat=text

[flexcoders] Flex 3: The Problem with Repeater with recycleChildren=true and states

2008-02-26 Thread tearaway_tea
Hi guys, After installing Release of Flex 3 I have received a lot of surprises. So, first of them is the exception: RangeError: Error #2006: The supplied index is out of bounds. at flash.display::DisplayObjectContainer/setChildIndex() at mx.core::UIComponent/setChildIndex()

RE: [flexcoders] Using embeded icons in MenuBar

2008-02-26 Thread Alex Harui
The icon field holds the name of the image class, and we have to look it up somewhere to convert it to an actual class and where we look is the MenuBar's document. That's why they must be instance variables of the same MXML file as the MenuBar. Statics won't work and other documents won't work

[flexcoders] List ItemRenderer and variableRowHeight

2008-02-26 Thread Phil Heinz
I have a List component with a custom item renderer. The List is set to variableRowHeight=true. In the renderer is a regular TextArea component that I want to grow in size vertically for the longer data strings. My problem is I don't quite understand how to automate the process of sizing the

RE: [flexcoders] Be the tree, Bob

2008-02-26 Thread Alex Harui
Start with setting dropDownFactory=Tree. There might be some other things that need fixing though. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brad Bueche Sent: Tuesday, February 26, 2008 9:41 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] List ItemRenderer and variableRowHeight

2008-02-26 Thread Alex Harui
Unless you want the TextArea's scrollbars, you should just set wordWrap=true and the default renderer will take care of it. If you want to customize the renderer, copy the code and modify it. TextArea is a bit heavy for renderers especially if you don't need the scrollbars, and the default

RE: [flexcoders] referencing a private function

2008-02-26 Thread Gordon Smith
To add to what Alex has said... In AS3, access specifiers such as 'protected' and 'private' aren't just compile-time concepts, they're also runtime concepts that are rigorously enforced by the ActionScript Virtual Machine. If your class makes something private, it is really inaccessible except by

RE: [flexcoders] Re: referencing a private function

2008-02-26 Thread Alex Harui
Event.item in an itemClick is not the MenuBar, so I don't see how it can be a function in the same file. Even if it is, there is no guarantee that it is the same object, so you still can't call it if it is private. From: flexcoders@yahoogroups.com

[flexcoders] Re: images dissappearing on zoom

2008-02-26 Thread mr.octopz
Thanks thats helpful. I'm still cunfused though because if I wrap the image in a swf before I load it into the app I don't see the problem, but if I load the image directly I do. Paul

RE: [flexcoders] referencing a private function

2008-02-26 Thread Alex Harui
You have to make a reference to the function public. Private means just that: can't be called from the outside. I would recommend having the renderers attach listeners to the MenuBar instead. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Re: Embedded fonts not working in Flex 3?

2008-02-26 Thread Gordon Smith
I guess advanced anti-aliasing isn't supported in the Open Source SDK? Correct. The JARs that supported advanced anti-aliasing are in the repo, but not their source code, and I don't think the JARs are redistributable. (Matt, is this correct?) Gordon Smith Adobe Flex SDK Team

Re: [flexcoders] Flex and PHP Issue. Please help!!!

2008-02-26 Thread Ben Marchbanks
Why not submit as a regular POST ? ---snippet- var params:Object = new Object() params.UserName = PostUserNameTF.text PostUser.send(params). --Then handle the POST in PHP.--- foreach($_POST AS $key = $values) {

[flexcoders] Flash Container Components and Event Handling

2008-02-26 Thread cougar_shuttle
I made a change to my Flash Container (built similarly to the examples at http://flexwiki.adobe.com/confluence/display/ADOBE/Flex+3+Details+-+Flex+Component+Kit) and have accidentally disabled my event handlers. I have a separate Flash Component that receives mouse+keyboard and sends custom

RE: [flexcoders] Re: Flex 3 and AIR 1 are now live!

2008-02-26 Thread Gordon Smith
No one has chipped in claiming to build it first on a Mac... or Linux! Gordon Smith Adobe Flex SDK Team -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Tuesday, February 26, 2008 2:03 AM To: flexcoders@yahoogroups.com

[flexcoders] Re: Load HTML from URL into Flex Component (via iframe)

2008-02-26 Thread byte.sensei
OK, so I fixed the Javascript to use the correct alert box code (I've got Flex syntax on the brain): alert(url); Now I see that loadIFrame() is executing -- but it executes 3 times, or at least I'm getting 3 javascript alert boxes each time I load the iframe page. --- In

[flexcoders] Re: Flex and PHP Issue. Please help!!!

2008-02-26 Thread Abyss Knight
If I were you, I would just print_r or vardump the contents of $_GET['DataSent'] or even $_REQUEST (everything on the page) and examine the output of the json_decode. I have a hunch you're not getting an array, but rather an object when you decode. -- William --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Flex and PHP Issue. Please help!!!

2008-02-26 Thread Abyss Knight
Of course, Ben is right, this would work too. :) Of course, remember to prepare the SQL statement using DBO or MDB2 to prevent injection, or use addslashes/mysql_escape_string. -- William --- In flexcoders@yahoogroups.com, Ben Marchbanks [EMAIL PROTECTED] wrote: Why not submit as a regular

[flexcoders] Re: referencing a private function

2008-02-26 Thread rwinscot
Gordon - the application of such capability is arguable that is true... but the capability to pass references is absolute. One could for instance... create a custom event handler that passes a reference to the private/internal function to event subscribers. If this were truly and absolute -

[flexcoders] Possible to gray out certain bars in a columnchart?

2008-02-26 Thread Rick Schmitty
In this modified example, I'd like to be able to gray out countries with less than 20 medals. Is it possible through styling or do I need to get fancy with the dataprovider and work with 2 possible series? ?xml version=1.0? !-- Simple example to demonstrate the ColumnChart and BarChart

[flexcoders] Re: Failure to access a WSDL file from Flex's WebService class over HTTPS on IE

2008-02-26 Thread eyal_c
Hi All, I would like to thank all who tried to help, i was finally able to solve the problem by: 1. Install all 3 FlexBuilder hotfixes. 2. Add the following http headers: header(Cache-Control: must-revalidate, post-check=0, pre-check=0); header('Pragma: private'); In two places: a. In a php

[flexcoders] Drag Move Drop help needed with NESTED list items...

2008-02-26 Thread Boson Au
hi everyone, this is making me contemplating switching fields to carpentry. here's the gist of it: I'm trying to build a 'libray' of sorts that have folders of items... basically the idea is to have folders that can have subfolders too. here's the xml

RE: [flexcoders] Be the tree, Bob

2008-02-26 Thread Peter DeHaan
You could also try something like this: mx:PopUpButton label=Please select a team... width={tree.width} mx:popUp mx:Tree id=tree dataProvider={mlb} labelField=@label showRoot=false width=300

RE: [flexcoders] Be the tree, Bob

2008-02-26 Thread Brad Bueche
Thanks for the feedback Peter and Alex! I have also found these two possible solutions: http://cyberdust.wordpress.com/2007/02/23/introducing-selecttree-the-dro p-down-tree-control/#comment-4946 However, this guy did part of it with cf and I'm getting an 1180 Error Call to possibly undefined

RE: [flexcoders] Be the tree, Bob

2008-02-26 Thread Maciek Sakrejda
You may also want to consider the WindowShade component from FlexLib, instead of the ComboBox: http://flexlib.googlecode.com/svn/trunk/examples/WindowShade/WindowShade_Sample.swf I found the kmossman example a little confusing to navigate, since clicking on some things selected them (and

Re: [flexcoders] Re: images dissappearing on zoom

2008-02-26 Thread Daniel Freiman
That is confusing. I'll look into it after work if I have time. - Dan Frieman On Tue, Feb 26, 2008 at 1:13 PM, mr.octopz [EMAIL PROTECTED] wrote: Thanks thats helpful. I'm still cunfused though because if I wrap the image in a swf before I load it into the app I don't see the problem, but

[flexcoders] Family Tree / Flow chart

2008-02-26 Thread Murali sankar
Hi All, I am new to Flex. I want to develop a organization structure like in geni.com. Can you please help me anyone, How to develop or where can i get that kind of component? Thanks in advance Murali Sankar - Looking for last minute

[flexcoders] testability in flex w/cairngorm

2008-02-26 Thread researchinmachine
Hello there, Looking to see how smooth will it be to separate cairngorm apart and for example swap the User Interface with a bunch of set commands. i.e I want to unit test, and pretend as if I'm playing a game made in Flex with visual controls. But, instead of clicking I'm just submitting

[flexcoders] How to make Button show when it's outside the parent's boundaries?

2008-02-26 Thread wwaishan
I have a Canvas with one Combobox and one Button within. I'm trying to visually append the button below the dropdown so the button looks like it's part of the dropdown. On the DropdownEvent.OPEN event, the button is moved to be below that dropdown. On the DropdownEvent.CLOSE event, the button's

[flexcoders] Drag and Drop between NativeWindows

2008-02-26 Thread Nick Collins
Does anybody have any examples of being able to drag from one native window to another? I've tried both the DragManager and the Native Drand and Drop functionality, but neither seem to work for this case. Whenever my dragging leaves the window, it cancals the drag.

[flexcoders] unable to access UserTransaction in DataService on Websphere 6.0

2008-02-26 Thread msankar_igst
Hi All, I downloaded Life Cycle FDS and configured into Websphere application server 6.0. I deployed flex.war, flex-admin.war and samples.war into Webshpere 6.0. I can able to access all these 3 web modules. samples web application using 2037 RTMP port and port is listening. I can able to

[flexcoders] New files in project not compiled?

2008-02-26 Thread Barnaby Jones
My flex project (using flex builder 3) has somehow gotten into a state where any new AS class I add to the project is not even attempted to be compiled. I throw tons of syntax errors into it, and the project builds just fine. If I put an error in an already existing file, the build fails and

[flexcoders] Decrease vertical space between children of VBox

2008-02-26 Thread Merrill, Jason
How do I decrease the vertical space between these two labels? I tried adding a spacer but it has no effect. Also tried looking in help for any properties of Vbox I can set, but to no avail. Thanks. mx:VBox mx:Label fontSize=16 text=Title /

Re: [flexcoders] New files in project not compiled?

2008-02-26 Thread Paul Andrews
In Flex 2 the only time that happens to me is when I mess up the package names.. Paul - Original Message - From: Barnaby Jones [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 26, 2008 8:35 PM Subject: [flexcoders] New files in project not compiled? My flex

RE: [flexcoders] New files in project not compiled?

2008-02-26 Thread Merrill, Jason
Have you also tried cleaning the project? Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community Are you a Bank of America associate interested in innovative learning ideas and technologies? Check out our

RE: [flexcoders] Re: referencing a private function

2008-02-26 Thread Gordon Smith
You're quite right... sorry I forgot this exception. If a class C decides to pass a reference-to-one-of-its-private-methods to code outside C, then any code that gets that reference can call the private method. The point is that if you're the author of C, then you have the prerogative to publicize

Re: [flexcoders] New files in project not compiled?

2008-02-26 Thread Jeffry Houser
Try cleaning the project. It's a menu item option. Barnaby Jones wrote: My flex project (using flex builder 3) has somehow gotten into a state where any new AS class I add to the project is not even attempted to be compiled. I throw tons of syntax errors into it, and the project

[flexcoders] Re: New files in project not compiled?

2008-02-26 Thread Barnaby Jones
I have cleaned the project( many times actually ). I also checked the package names and they are correct. I even deleted the package and ctrl+spaced to let FB generate the package declaration. Still no luck :( --- In flexcoders@yahoogroups.com, Merrill, Jason [EMAIL PROTECTED] wrote: Have

[flexcoders] Re: AIR v1 - Initial blank screen

2008-02-26 Thread Tom Sobut
I found the problem. If you declare minWidth and minHeight in your WindowedApplication tag, and the values are equal or greater than the initialWindow height and width values in your descriptor file, the initial application window appears empty until you resize. SoDONT DO THAT! Tom

Re: [flexcoders] Decrease vertical space between children of VBox

2008-02-26 Thread Daniel Freiman
verticalGap. I believe it is a style, not a property. - Dan Freiman On Tue, Feb 26, 2008 at 3:37 PM, Merrill, Jason [EMAIL PROTECTED] wrote: How do I decrease the vertical space between these two labels? I tried adding a spacer but it has no effect. Also tried looking in help for any

Re: [flexcoders] Re: New files in project not compiled?

2008-02-26 Thread Aaron Miller
What happens when you try to use the class with the syntax error. Just curious. Regards, ~Aaron On 2/26/08, Barnaby Jones [EMAIL PROTECTED] wrote: I have cleaned the project( many times actually ). I also checked the package names and they are correct. I even deleted the package and

Re: [flexcoders] Re: New files in project not compiled?

2008-02-26 Thread Paul Andrews
Look for a binding with a missing closing brace.. Paul - Original Message - From: Barnaby Jones [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 26, 2008 8:46 PM Subject: [flexcoders] Re: New files in project not compiled? I have cleaned the project( many times

[flexcoders] Flex 3 is cool ... but I still need 2.0.1

2008-02-26 Thread Jeff Hindman
Is it still possible to download Flex 2.0.1 from the Adobe website? I couldn't seem fo find it anywhere ... Thanks -- -- jake

RE: [flexcoders] Flex 3 is cool ... but I still need 2.0.1

2008-02-26 Thread Peter DeHaan
Flex Builder or Flex SDK? You can get the SDK from http://labs.adobe.com/technologies/flex/sdk/flex2sdk.html From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Hindman Sent: Tuesday, February 26, 2008 12:29 PM To:

RE: [flexcoders] Decrease vertical space between children of VBox

2008-02-26 Thread Merrill, Jason
Bam! verticalGap was it, thanks! Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community Are you a Bank of America associate interested in innovative learning ideas and technologies? Check out our internal

[flexcoders] How do I connect LCDS Remoting to a CFC in another folder and port?

2008-02-26 Thread flexuser1
Well I want to use mx:Remoting but my application is on localhost:8700 and my authentication.cfc (which I use to check login details) is in localhost:8500/CFC My question is: How do I use the remoting to set the proper destination and source? Do I have to move the CFC files elsewhere, or can I

[flexcoders] problem running in flex 3 what does run in flex 201

2008-02-26 Thread Justin DeVuyst
Hello, I have an app that works when compiled with flex 201. It is a non-trivial setup. I have a loader app that uses framework.swc and flex.swc as RSLs. The loader app then manually loads any custom RSLs we have (we have one at the moment) the style swf, and finally the app swf. Note that

RE: [flexcoders] Re: Embedded fonts not working in Flex 3?

2008-02-26 Thread Gordon Smith
Sorry... I read further and see that you're getting a Java NullPointerException. I think we'll want to fix that! Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Tuesday, February 26,

[flexcoders] Re: Flex 3 is cool ... but I still need 2.0.1

2008-02-26 Thread Jeff Hindman
Flex Builder ... Thanks, --Jake --- In flexcoders@yahoogroups.com, Peter DeHaan [EMAIL PROTECTED] wrote: Flex Builder or Flex SDK? You can get the SDK from http://labs.adobe.com/technologies/flex/sdk/flex2sdk.html From:

[flexcoders] Re: New files in project not compiled? RESOLVED

2008-02-26 Thread Barnaby Jones
I put a dummy reference to the missing classes, and then the ide decides they are worth compiling, and does so. Before everyone laughs at my ineptitude, I'd like to explain what I was doing. I'm using a rails back end, and returning a collection of objects that map to AS objects. On the rails

RE: [flexcoders] Re: Sprite.children

2008-02-26 Thread Gordon Smith
So how come you don't sub class Array and add an 'on added' event that tells the Player when something is added? One reason is that there is no way that even a subclass of Array could know when children[i] was assigned a new value. (EcmaScript and ActionScript have ino equivalent of a setter

RE: [flexcoders] problem running in flex 3 what does run in flex 201

2008-02-26 Thread Alex Harui
Looks like you may be compiling in the 2.0.1 libraries. Make sure your paths are up to date. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Justin DeVuyst Sent: Tuesday, February 26, 2008 1:17 PM To: flexcoders@yahoogroups.com

  1   2   >