[flexcoders] Java heap space error

2006-04-22 Thread Dan Plesse
Java heap space error failed and sometimes abc bytecode decoding error http://www.adobe.com/2006/mxml" height="100%" width="400"> horizontalAlign="center" verticalAlign="middle">   Does anyone know what this is about? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com

[flexcoders] Re: How do you get the tab label using change event and tabbar.selectedChild

2006-01-31 Thread Dan Plesse
or selectedChild.text? > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Dan Plesse > Sent: Tuesday, January 31, 2006 5:14 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] How do you get the tab label using change event > and tabbar

[flexcoders] Re: Dynamic tab event label problem

2006-01-31 Thread Dan Plesse
_userguide.html>. > > HTH > > Rob Rusher > > RIA Consultant > Macromedia Certified Flex Instructor > e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher > blog:http://www.robrusher.com > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[

[flexcoders] How do you get the tab label using change event and tabbar.selectedChild

2006-01-31 Thread Dan Plesse
How do you get the tab label using change event and tabbar.selectedChild? // the eventListenr tabDetails.addEventListener("change", mx.utils.Delegate.create(this, onChange)); // the function function onChange(event){ debugTxt.text += "line 26 tabbar.selectedChild: == " + tabDetails.selectedCh

[flexcoders] Dynamic tab event label problem

2006-01-31 Thread Dan Plesse
My problem is I don't know how to gather the label using the event object however not using the event is fine too. Can you tabDetails.selectedItem.label as well. // My Dynamic tab var newTab = tabDetails.createChildWithStyles(chatPanel2, 'HelloTab' + hello, { label:'HelloTab' + hello, title:'win

[flexcoders] Re: Gtalk windows question

2006-01-29 Thread Dan Plesse
opup, > modal, {deferred: true}); > if(popups[uniqueID] != null) > { > popups[uniqueID].deletePopUp(); > } > popups[uniqueID] = popup; > debugTxt.text = popup; > } > > - Original Message - > From: "Dan Plesse" <[EMAIL PROTECTED]>

[flexcoders] Re: Gtalk windows question

2006-01-29 Thread Dan Plesse
} Is this right? --- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote: > > You can: > - either add a child to a ViewStack that an TabNavigator is bound to > - add data to the dataProvider a TabBar is bound to > > > ----- Origi

[flexcoders] Re: Gtalk windows question

2006-01-29 Thread Dan Plesse
#x27;s an AOLIM example: > http://lab.zeusdesign.net/?p=6 > > - Original Message - > From: "Dan Plesse" <[EMAIL PROTECTED]> > To: > Sent: Sunday, January 29, 2006 1:52 PM > Subject: [flexcoders] Gtalk windows question > > > Hello, > >

[flexcoders] Gtalk windows question

2006-01-29 Thread Dan Plesse
Hello, Recently I played with googles' Gtalk jabber client and basically for each new IM session a new window is created. What I need to know in Flex or Flash is does each new window have or can have an unique ID (I was thinking I could use the JID) and how can you check for the existence of t

RE: [flexcoders] Re: unsubscribe

2006-01-27 Thread Dan Plesse
I do it all the time.   I ask a question. get no answer unsubscribe   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of deepu_verma Sent: Friday, January 27, 2006 8:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re:

[flexcoders] Re: Is there sound effects in flex?

2005-12-15 Thread Dan Plesse
MP3 files seem to play well but what about .WAV files? anyone? --- In flexcoders@yahoogroups.com, "Dan Plesse" <[EMAIL PROTECTED]> wrote: > > var mySound3:Sound = new Sound(); > mySound3.attachSound("XYLO_UP"); > mySound3.start(); > > I t

[flexcoders] Is there sound effects in flex?

2005-12-15 Thread Dan Plesse
var mySound3:Sound = new Sound(); mySound3.attachSound("XYLO_UP"); mySound3.start(); I tested this and it did not work. anyone? Also method chaining did not work as well. Dan Yahoo! Groups Sponsor ~--> Get Bzzzy! (real tools to help you fin

[flexcoders] Re: I have a TextArea CSS question

2005-12-15 Thread Dan Plesse
.childNodes[1].childNodes[0].nodeValue+""; I kind of wanted to stay with the old way via a CSS custom tag as seen below. --- In flexcoders@yahoogroups.com, "Dan Plesse" <[EMAIL PROTECTED]> wrote: > > hello flexers, > > With my flash Jabber app the T

[flexcoders] I have a TextArea CSS question

2005-12-14 Thread Dan Plesse
hello flexers, With my flash Jabber app the TextArea has different colors and fonts for each chat user and even the messages where color coded using a CSS file which looked like this: message { color:#FF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; d

RE: [flexcoders] Passing arguments to coldfusion cfc's / mx:WebService

2005-11-02 Thread Dan Plesse
I am guessing a data type convergence problem. Change the CLID to a string and the others to strings or just use any.     From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of maxgsilverscape Sent: Wednesday, November 02, 2005 12:31 PM To: flexcoder

RE: [flexcoders] CFadapter session problem

2005-11-01 Thread Dan Plesse
I think you have to place the stuff inside one of the methods. OnRequestStart() or On something. Report back on which one. Thanks Dan       From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Rafael M. Martinelli Sent: Tuesday, November 01, 2005

RE: [flexcoders] ComboBoxCellRenderer question

2005-10-24 Thread Dan Plesse
[mailto:flexcoders@yahoogroups.com] On Behalf Of Dan Plesse Sent: Saturday, October 22, 2005 1:50 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ComboBoxCellRenderer question   Tracy,      Thanks for your reply and others so far. I have checked off all your requirements but the last one i.e

RE: [flexcoders] RemoteObject and JDOM

2005-10-23 Thread Dan Plesse
Hello Java/Flex people   Speaking of Java and remote objects; in Coldfusion you can use java’s reflect capabilities to load classes from any location (locally or remotely) my problem is loading from a jar file remotely. Of course all of this will be used by Flex. Has anyone done this??

RE: [flexcoders] Manipulating SVG

2005-10-22 Thread Dan Plesse
The iteration book says only   The SVG people are horrified by Flex   http://svg.org/story/2004/07/01/111213/00   Flex, does not support interactivity, scripting, animation, masking or filters.   And   Macromedia do not appear to provide a single valid piece of documentation

RE: [flexcoders] ComboBoxCellRenderer question

2005-10-21 Thread Dan Plesse
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dan Plesse Sent: Friday, October 21, 2005 11:22 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ComboBoxCellRenderer question   I don’t think I can do event handler functions for other components inside ComboBoxCellRender

RE: [flexcoders] ComboBoxCellRenderer question

2005-10-21 Thread Dan Plesse
Behalf Of Dan Plesse Sent: Tuesday, October 18, 2005 11:26 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ComboBoxCellRenderer question   I want to change the data in the cell’s comboBox to other database datatypes.  So I tried this var dp = new mx.central.data.DataProviderClass

RE: [flexcoders] Re: Dividing the mailing list into categories

2005-10-19 Thread Dan Plesse
x is used in a CellRenderer, and the item passed into him is from the dataProvider, and that item is itself a dataProvider, you can just change that dataProvider and it'll update the ComboBox.   - Original Message - From: Dan Plesse To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Dividing the mailing list into categories

2005-10-19 Thread Dan Plesse
I would be interesting if the questions where grouped by tag. For example I am working with DataGrid and I would like to know everything about it including all the questions asked so far and as far as I can’t see the yahoo search does not work very well enough.   One of my questions wa

[flexcoders] Does anyone know how to update a datagrid cell once it is set?

2005-10-18 Thread Dan Plesse
ot;, "money", "float", "datetime", "text"]; ComboBoxCellRenderer.dataProvider = sourceArray; } If I can't update this just say so. Thanks Dan --- In flexcoders@yahoogroups.com, "Dan Plesse" <[EMAIL PROTECTED]> wrote: > > I want to

[flexcoders] ComboBoxCellRenderer question

2005-10-18 Thread Dan Plesse
I want to change the data in the cell’s comboBox to other database datatypes. So I tried this var dp = new mx.central.data.DataProviderClass(); dp.addItem({dataType:"tinyInt", dataType:"Double"}); ComboBoxCellRenderer.setDataProvider(dp); Error message: There is no method with the