[flexcoders] Re: Problem with code in Adobe Flex Training from the Source

2007-01-27 Thread primemate10
I receive the following error message for the lines that contain a linkbutton: 1119: Access of possibly undefined property CurrentState through a reference with static type EComm. The following is the source code: ?xml version=1.0 encoding=utf-8? mx:Application

Re: [flexcoders] Ogg Vorbis Tremor in AS3?

2007-01-27 Thread Abdul Qabiz
Cool! That's amazing.. -abdul On 1/26/07, Martin Wood-Mitrovski [EMAIL PROTECTED] wrote: Its been done. :) http://flash.j-ogg.de/ Hopefully the source will be released at some point. I know that its built on top of the audio engine made by Chris Sperry of FlashCodersBrighton fame.

Re: [flexcoders] sort compare more than 2 items?

2007-01-27 Thread Impudent1
Brendan Meutzner wrote: Why not use numeric values for your priority... you wouldn't have to use a special sort function, but instead just use a labelFunction for display in the datagrid to acheive your high/medium/normal/low counts. Ah nice idea, but I must be thick because I just can't get

[flexcoders] tree creation

2007-01-27 Thread sekar r
Dear Friends, i want creat tree structure in flex using database. how to connect the database? how to add the new user on tree. plz give the guide and give me sample source code. thanks in advance sekar - Need Mail bonding? Go to the Yahoo!

[flexcoders] Re: tree creation

2007-01-27 Thread Cato Paus
Hi Inside your fds2 dir, if you have installed DataServicesforFlex. In the samples.war file there is a nice SQLAdmin sample. Cato --- In flexcoders@yahoogroups.com, sekar r [EMAIL PROTECTED] wrote: Dear Friends, i want creat tree structure in flex using database. how to connect the

Re: [flexcoders] sort compare more than 2 items?

2007-01-27 Thread Brendan Meutzner
Hi Tia, I think this accomplishes what you're trying to do... mx:DataGrid id=fileDatagrid x=0 y=0 width=715 height=130 dataProvider={files_datagrid} selectedIndex=0 mx:columns mx:Array mx:DataGridColumn id=prioritycolumn dataField=file_priority

[flexcoders] Help needed working with backgroundImage

2007-01-27 Thread paulwelling
Hello, I need a little help from the Flexperts on this list... This seems like it should be easy, so I'm feeling that I've missed something... I have a .jpg that I want to use as our backgroundImage, 600x800, for the Application. I do NOT want it to be stretched to fill up larger browser

[flexcoders] Re: Gestion des images dans un datagrid

2007-01-27 Thread wifi19
Merci, je teste cela, mais je suis plutot a la recherche d'une solution pour eviter les temps d'attente n'est il pas possible de mettre le binaire des images dans le fichier xml ? Merci. Gilles --- In flexcoders@yahoogroups.com, Dimitrios Gianninas [EMAIL PROTECTED] wrote: Salut,

[flexcoders] mettre le binaire d'une image dans le fichier data xml

2007-01-27 Thread wifi19
Bonjour, je suis a la recherche d'une solution pour inserer dans un canvas une photo dont le binaire serait dans un fichier xml avez vous une solution ? Merci !

[flexcoders] Re: Initializing components in views

2007-01-27 Thread Marlon Moyer
Nevermind, I was editing the wrong component file :( creationcomplete on the base component in the view works fine. On 1/26/07, Marlon Moyer [EMAIL PROTECTED] wrote: I've got a component, a simple form, that I need to figure out how to clear out the contents between uses. The first time the

Re: [flexcoders] Can't seem to customize Flash ContextMenu

2007-01-27 Thread Abdul Qabiz
Jeff, I would try to reproduce the same at my end and let you know my findings.. -abdul On 1/25/07, Battershall, Jeff [EMAIL PROTECTED] wrote: One thing to know about my app is that it has a jpg on the background and no backgroundColor. One way I found to work around it was to wrap a

[flexcoders] How to connect the database by java

2007-01-27 Thread sekar r
Hai Friend, Thanks and given guide. Actually i want know how we can connect the database? by java from flex. i want create users base tree structre. the user is being online, or offline like that. so i want how we can connect the database using java from flex. i installed the

[flexcoders] Re: How to connect the database by java

2007-01-27 Thread Cato Paus
take a look in this folder, samples.war\WEB-INF\src\samples\sqladmin and look at ConnectionHelper.java. The Database Manager is a simple application that lets you explore and modify the databases that come with the other sample applications for Adobe® Flex™ Data Services 2. The Database Manager

Re: [flexcoders] Syntax Error: A string literal must be terminated before the line break.

2007-01-27 Thread Troy Gilbert
Sounds to me like there's got to be an attribute that's not closed off (starts with a quote but doesn't end with a quote). That's what I'd take that error to mean... double check your code (and you can always try just copy-n-paste the code from the example and see if it makes a difference). If

[flexcoders] Re: e4x - attribute based selector

2007-01-27 Thread Shailesh Mangal
Thanks Tracy, Thats exactly what I ended up doing, 1. Clone the original collection 2. get XMLList of the nodes that I dont want 3. Delete them -sxm --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: That is a tough one. It is more of a transformation than a selection.

Re: [flexcoders] Weird behavior of mx:Effects on ViewStack

2007-01-27 Thread Jaime Bermudez
I'd like an explanation of this behavior as well Danko. I perused the source code of the ViewStack and it seems like the hideEffect of a currently selected child should play out before the selected index is actually changed (and the next child is made visible). Seems like this only happens

[flexcoders] Provide TREE with PHP

2007-01-27 Thread srcaroule
Hi, I can't provide my tree with my php result. ?xml version=1.0 encoding=utf-8?node label=lot num node label=Professional icon=iconSymbol1 //node this is my mxml ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute

[flexcoders] Re: Does Flex work with Java without FDS?

2007-01-27 Thread Charles Havranek
Oops, here's the XSD for the complex types FYI constructive comments welcome SalesDeveloper.xsd Description: 2098159505-SalesDeveloper.xsd

RE: [flexcoders] LiveDocs, Release Notes?

2007-01-27 Thread Matt Chotin
Release notes: http://www.adobe.com/support/documentation/en/flex/2/releasenotes_flex20 1_sdk.html If you go here: http://www.adobe.com/support/documentation/en/flex/ all the linked docs should have 2.0.1 versions. Matt From:

Re: [flexcoders]Does Flex work with Java without FDS?

2007-01-27 Thread Igor Costa
Dorkie Has a open-source version that works fine with Flash remoting http://www.carbon5.com/view/page.basic/open_source Best On 1/12/07, dorkie dork from dorktown [EMAIL PROTECTED] wrote: Does Flex work with Java without requiring FDS? I want to load up a Flex app and using services

Re: [flexcoders] Organize imports

2007-01-27 Thread Martin Wood-Mitrovski
Stembert Olivier (BIL) wrote: Ho all, Do you know how to organize imports in FlexBuilder? CTRL + SHIFT + O :)

[flexcoders] DataGrid Custom Image Renderer - Random Cache Weirdness

2007-01-27 Thread Anthony Onumonu
I seem to be having very weird results. The correct image from my cell renderer does not always display. I'm not sure if it's some sort of caching from previous requests. Is the problem with the way I'm setting the data on the cell renderer. I've tried various methods all rendering weird

[flexcoders] can effect target selected item form list or repeater?

2007-01-27 Thread jer_ela
I have a photo gallery application. The initial view is of the first image in each gallery arranged in a grid via a repeater inside a tile layout. When you click on an image you get another view with a much larger image that runs as a slide show. I've got that working fine, but what I'd like

[flexcoders]wmode=transparent kills my remote calls

2007-01-27 Thread Webdevotion
Whenever I set my wmode to transparent, all my remote calls fail. No errors, nothing. I saw a thread on this, where an Adobe employee would post a bug back in april 2006. But the bug still stands ? Does anyone have some experience with fixing this ? Tnx, Bram

RE: [flexcoders]wmode=transparent kills my remote calls

2007-01-27 Thread Matt Chotin
The bug still exists, unfortunately we require browser vendor support to address some of these issues. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Webdevotion Sent: Friday, January 26, 2007 10:41 AM To:

[flexcoders] Re: need help on showing line series based on list box selection (Flex Charts)

2007-01-27 Thread arthurcoutinhoonline
Hi Ely, im going bonkers, trying to filter this arraycollection, im getting a single selection item filtered perfectly but when i multi select it combines the series with both the items in the arraycollection, and displays it as one series instead of two. what shud i do, please Help. regards,

[flexcoders] Flex 2 profiler

2007-01-27 Thread Dmitry Kochetov
Hello everyone, Is there any profiler for Flex 2 ? Maybe like profiler for Flex 1.5 :) thanks. -- Feсi quod potui, faciant meliora potentes

RE: [flexcoders] Flex 2 profiler

2007-01-27 Thread Matt Chotin
There isn't right now.  We are looking to add one into the next major release of Flex. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Kochetov Sent: Friday, January 26, 2007 5:08 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Cannot access a property or method of a null object reference

2007-01-27 Thread Tracy Spratt
I bet that is correct. I have found that it is best to use callLater for any control manipulation if I have just modified the dataProvider. But, Roger, don't guess. Debug the code to find out which line is producing the error. If you don't have good debugging techniques, develop them now.

[flexcoders] deploying a simple Flex app to WebSphere AppServer?

2007-01-27 Thread djbrown_rotonews
I'm trying to deploy a simple flex app to WAS6.1 after having it run under the included jrun4. What processes do I need to take, or is there a tutorial online that would step me thru the process?

[flexcoders] Crossdomain

2007-01-27 Thread Leonardo Sobral
I´m trying to load an image from outsite of my domain and its giving me an error, the crossdomain is there, set to permit *... I get the same error online and from localhost. Any clue? SecurityError: Error #2122: Security sandbox violation: BitmapData.draw:

[flexcoders] import * vs. import a.b.c performance?

2007-01-27 Thread Mike Crowe
Hi folks, Any downside of doing an: import * vs. import com.adobe.cairngorm.control.CairngormEventDispatcher; for example? Any reason not to do this? TIA Mike

Re: [flexcoders] Crossdomain

2007-01-27 Thread Brendan Meutzner
On which server, and where is your crossdomain located? Is the cineminha.com.br server a multi-hosting environment? Brendan On 1/27/07, Leonardo Sobral [EMAIL PROTECTED] wrote: I´m trying to load an image from outsite of my domain and its giving me an error, the crossdomain is there, set

Re: [flexcoders] import * vs. import a.b.c performance?

2007-01-27 Thread JesterXL
import * == for slackers import a.b.c == for pimp-tastic Flex coders import * allows the compiler to look in the package to find the class it needs. If you don't have *, you have to set it manually. Both will result in the same amount of classes being exported into the SWF, so file size

[flexcoders] Horizontal Accordion component available

2007-01-27 Thread Doug McCune
Horizontal Accordion with full source code on my blog. http://dougmccune.com/blog/2007/01/27/horizontal-accordion-component-for-flex/

[flexcoders] Cairngorm - Question on using ResultHandler

2007-01-27 Thread malik_robinson
Hi, I have a question using Cairngorm and Commands. I am new to it but its making more sense to me each day at least it seems that way. I have the following in my LoginCommand.as public function result( data:Object ):void { var event:ResultEvent = data as ResultEvent; if

RE: [flexcoders] Convert Videos to FLV via Web

2007-01-27 Thread Merrill, Jason
Cool - thanks! Jason Merrill Bank of America Learning Organizational Effectiveness From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Friday, January 26, 2007 1:22 AM To:

[flexcoders] Flash simple question

2007-01-27 Thread Stembert Olivier \(BIL\)
Hi all, When a swf file is downloaded to my computer, where is it stored? I mean where on the file system? Thanks Olivier - An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing and duly signed.