[flexcoders] filtering functions

2007-05-10 Thread gotjosh819i
Good evening, I have two list boxes with data in them. One filters the other based on the users click, however now I need to filter it based on a multiselection from one list box and filter the other list box. Any ideas on how I can handle the multiselection from the list box within my

[flexcoders] Re: Binding on a singleton

2007-05-07 Thread gotjosh819i
Seems you are missing the constructor that actually performs the singleton protection, Here is an example of one way to create a singleton class (there are others): =*** package com.somefolder.vo { [Bindable] public

[flexcoders] Re: Binding on a singleton

2007-05-07 Thread gotjosh819i
issue in my sample: replace _user with testClass (should be _testClass) I forgot to make a couple changes (was using some code from a project as a sample) --- In flexcoders@yahoogroups.com, gotjosh819i [EMAIL PROTECTED] wrote: Seems you are missing the constructor that actually performs

[flexcoders] Re: Mouse Event - Mouse Pressed

2007-05-07 Thread gotjosh819i
I would look into the Flash Timer and TimerEvent import flash.utils.Timer; import flash.events.TimerEvent; Those with the right code logic in conjunction with a mouseclick event should do the trick. --- In flexcoders@yahoogroups.com, helix206 [EMAIL PROTECTED] wrote: Hi all, I would

[flexcoders] initializing components in a viewstate (non base view)

2007-05-02 Thread gotjosh819i
Hello all, I am stuck on an issue and have run out of ideas to debug it. (see below) I am having an issue with a binding. I have a datagrid and the onchange event triggers the viewstate to change and some labels/images appear, some of which have data bindings to the datagrid selection. I

[flexcoders] Re: initializing components in a viewstate (non base view)

2007-05-02 Thread gotjosh819i
this.currentState = 'viewSelected' --- In flexcoders@yahoogroups.com, gotjosh819i [EMAIL PROTECTED] wrote: Hello all, I am stuck on an issue and have run out of ideas to debug it. (see below) I am having an issue with a binding. I have a datagrid and the onchange event triggers the viewstate

[flexcoders] Re: initializing components in a viewstate (non base view)

2007-05-02 Thread gotjosh819i
I have narrowed it down to a transition effect - probably something i forgot to do :( --- In flexcoders@yahoogroups.com, gotjosh819i [EMAIL PROTECTED] wrote: I commented out all of the bindings and ran teh code again, I got the same error. so I took out the change event function

[flexcoders] Re: DataGrid Column bug

2007-05-02 Thread gotjosh819i
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb401224 --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Should be at www.adobe.com From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Flexing... Sent:

[flexcoders] Hiding Viewstack elements in a toggleButtonBar dataprovider

2007-04-27 Thread gotjosh819i
Good morning all, I am working on a project that requires some level permissions. I have a main viewstack that I call viewController and theres some elements in there. One of them in a Admin view that I would like to hide if the user doesnt have those permissions. I am struggling a little

[flexcoders] Re: Hiding Viewstack elements in a toggleButtonBar dataprovider

2007-04-27 Thread gotjosh819i
permissions dont match the admin view. --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: The only thing I can suggest is that you remove the admin view from the view stack. *Or* you can also disable it (and the button will be disabled). On 4/27/07, gotjosh819i [EMAIL

[flexcoders] Re: IFrame problem

2007-04-20 Thread gotjosh819i
Mane, (blog entry) http://www.deitte.com/archives/2006/05/update_to_embed.htm A cpl things that need to be done assuming you already have the IFrame.mxml file and its namespace setup: 1) In the html-template folder in your project open index.template.html add this code to line 27 replacing

[flexcoders] Re: Flash pre-loader for flex? Urgent, pelase help

2007-04-13 Thread gotjosh819i
Flash 8 and Flash 9 use differnet VMs, right the preloader in Flash 9 and that should solve your issue. Just my guess. --- In [EMAIL PROTECTED], Giles Roadnight [EMAIL PROTECTED] wrote: Hi All I've built a pretty simple pre-loader in flash 8 to load our main Flex app (nearly a MB).

[flexcoders] Re: Flex builder startup erroar

2007-04-13 Thread gotjosh819i
Personally I would uninstall and reinstall... Are you installing the eclipse plugin or using the builder itself (standalone)? --- In [EMAIL PROTECTED], kalyancce [EMAIL PROTECTED] wrote: Hi everybody, Please help me with this. I just installed the flex builder 2 on a turion 64 X2

[flexcoders] Re: To newbies...

2007-04-13 Thread gotjosh819i
The developer kit books from the adobe store (50 US $) Seem to be pretty useful so far. Other then those, I would get a AS 3 cookbook and a design patterns book. Flex is easy sometimes and a pain in the butt in other situations. like any technology i guess. once you get past the learning

[flexcoders] Manipulating Captivate Flash Videos

2007-04-12 Thread gotjosh819i
Has anyone succesfully brought in a captivate SWF movie and manipulated it play(), stop(), etc... in Flex 2? I looked into it, but couldnt find any info on what commands a captivate SWF movie can take (currently exports in Flash 8 and lower). The only thing I can think of that might work is

[flexcoders] Flex VideoControl

2007-04-09 Thread gotjosh819i
Looking for some suggestions on how to accomplish: - playing a captivate swf video in a Flex application. The video control docs say that it supports the FLV format. Was wondering if I could play a swf file with this control also? Thanks in advance for any considerations.

[flexcoders] Flex Scheduling Framework

2007-04-06 Thread gotjosh819i
Adobe folks, any news on when the scheduling framework will be released/completed? Seems like its been in alpha for quite sometime. Just curious, thanks. http://labs.adobe.com/wiki/index.php/Flex_Scheduling_Framework

[flexcoders] Resetting the Form

2007-04-05 Thread gotjosh819i
Is there a way to reset the form if a user clicks a cancel button? I want to reset the fields so they are not showing up highlighted in red with the validation error message. I checked the docs, but nothing jumped out at me. any help is appreciated. thks

[flexcoders] Re: User authentication

2007-04-05 Thread gotjosh819i
Pretty sure you dont need to use FDS to use AMF (Remoting). This would of course be cake if you were using Coldfusion :) No idea how to do it though for JSPs, maybe someone can shed some light on that for us. HTTP is so slow and well slow. :) --- In flexcoders@yahoogroups.com, André Rodrigues

[flexcoders] Smart Accordion

2007-04-02 Thread gotjosh819i
Does anyone some code or samples on how to add a image to the accordion panel button that shows how much the form in that accordion pane is completed? I have seen some demos done by Adobe when briefing Flex Data services and that feature caught my eye. Now I am curious on how it can be done.

[flexcoders] selecting items in a listbox based on a query result

2005-12-14 Thread gotjosh819i
I am having some issues selecting the items in a listbox based on a selection return result from a GRID. I basically run a function pageListChanged() when someone selects an item in a grid. That functions gets some data from a Coldfusion CFC and returns the result. I then want to select

[flexcoders] HTTPS Flex Apps

2005-10-27 Thread gotjosh819i
I have an issue. I built a Flex app that uses Web Services on a normal HTTP server, Now I am moving it to HTTPS server (SSL) before everything worked just fine. Now I am getting an error when I try to access the App. Unable to connect to endpoint: https://myurl.com; Anyone familiar

[flexcoders] Assigning a AS variable to the return value of a web service

2005-06-16 Thread gotjosh819i
help please: new at AS 2, How do I assign a return from a WS to a AS variable. Example here is what I have so far and its erroring out. 1 Error found. Error /gvs/gvsStartB.mxml:21 This statement is not permitted in a class definition. mx:WebService

[flexcoders] Re: Assigning a AS variable to the return value of a web service

2005-06-16 Thread gotjosh819i
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gotjosh819i Sent: Thursday, June 16, 2005 12:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Assigning a AS variable to the return value of a web service help please: new at AS 2

[flexcoders] Re: Assigning a AS variable to the return value of a web service

2005-06-16 Thread gotjosh819i
Ya i tried that one. Here is what I have so far...(see 3 paragraphs below this) no more errors... However the flex app isnt reacting accordingly. I dont think its getting the data from the web srvc. I know the service works. i tested it with another bit of code and dropped the result into