RE: [flexcoders] HTML Text in TextArea

2005-10-27 Thread Ben Forta
If you want a gird look, why not just use DataGrid? Would not be hard to process the HTTP results on the CF end and use the Query functions to turn it into a query object which could then be easily rendered with DataGrid.   --- Ben   From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Yahoo Maps built with Flex!

2005-11-03 Thread Ben Forta
>> Why does the Flex API require use of a Shockwave>> Control instead of simply the Flash control?   This is incorrect. Flex apps are run by the Flash player, not the Shockwave player.   --- Ben   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Beha

Re: [flexcoders] concurrency="last"

2005-11-29 Thread Ben Lucyk
ervice for each method if you really needed this functionality, but I'm curious about this one as well.  Does anyone have any more details as to how Flex "...cancels any previous requests, while honoring the new one" for a concurrency="last" situation?   -Ben  On 11/29/05,

[flexcoders] Variable Initialization Bug? Data Binding Issues in Flex 1.5

2005-12-06 Thread Ben Lucyk
var test:String = "Bliggidy!";}             http://www.macromedia.com/2003/mxml" creationComplete="doCreated()">             http://www.macromedia.com/2003/mxml">                          Also, how are ModelLo

Re: [flexcoders] Variable Initialization Bug? Data Binding Issues in Flex 1.5

2005-12-07 Thread Ben Lucyk
Flex 2.0 that you know of?    Ben  On 12/6/05, Matt Chotin <[EMAIL PROTECTED]> wrote: Instance variable assignment in the declaration is always dangerous because dependencies are generally not tracked for initialization purposes.  Assigning the variable in a function that's called la

Re: [flexcoders] Variable Initialization Bug? Data Binding Issues in Flex 1.5

2005-12-07 Thread Ben Lucyk
Well, your post made a little more sense after reading your article!  :)  It sure does go in depth, but it's definitely an interesting read.    http://www.macromedia.com/devnet/flex/articles/link_load_print.html   Thanks a bunch Roger...    ~thumbs up~   -Ben  On 12/7/05, Roger Gon

Re: [flexcoders] TemplateMonster.com

2005-12-08 Thread Ben Lucyk
Quick agreement from me as well.  I used a template from there for a site I did and the code seemed like it was thrown together in a darn hurry.  It didn't look bad, but left untouched it was a maintenance pain waiting to happen.   -Ben  On 12/8/05, Ralf Rottmann <[EMAIL PROTECTED

[flexcoders] Problem Adding Effects to Wrapped Label Control (Flex 1.5)

2005-12-09 Thread Ben Lucyk
}  public function set text(val:String):Void {    super.text = val;    show Label();    } } *** Thanks in advance,- Ben Lucyk -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

Re: [flexcoders] Why does this effect not work?

2005-12-13 Thread Ben Lucyk
Hey Jesse,   I almost forgot to post a thank you follow up in here.  I only remembered the sticky issues surrounding certain effects and the need to embed fonts after reading your comments.  Thanks for the helpful code snippets.    -Ben  On 12/10/05, JesterXL <[EMAIL PROTECTED]> wrote

Re: [flexcoders] Scientific Notation

2005-12-16 Thread Ben Lucyk
o the log file.trace("Number.MIN_VALUE = "+Number.MIN_VALUE); trace("Number.MAX_VALUE = "+Number.MAX_VALUE); This code logs the following values:Number.MIN_VALUE = 4.94065645841247e-324 Number.MAX_VALUE = 1.79769313486232e+308" ;) -Ben      On 12/16/05, Scott Langeberg &

RE: [flexcoders] How do I generate useful CFC Errors?

2005-12-28 Thread Ben Forta
During development? Start CF from the command line and you should see the CFML error messages in the console window when they occur.   --- Ben   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg JohnsonSent: Wednesday, December 28, 2005 3:15 PMTo: flexcoders

RE: [flexcoders] New Guy

2005-05-11 Thread Ben Elmore
Flex on your server obviously. Best. Ben -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lamynes03 Sent: Thursday, May 12, 2005 12:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] New Guy I have coldfusion mx7 and now flex 1.5, I can&#

[flexcoders] Have you seen this component

2005-05-13 Thread Ben Elmore
All. This isn't a milk carton bulletin, just checking to see if any of you have seen a tab navigator when the tabs arranged vertically on the left side (buttons sifted 90 degrees). I have a need for this and wanted to avoid building it myself if I could help it. Thanks.

[flexcoders] Data Grid/Cell Renderers Rendering Issue

2005-05-31 Thread Ben Elmore
two (well second visible row) disappears if the number of rows is greater then what can be displayed in the 400 height. Thanks. Ben -- This e-mail and any attachments may contain information which is confidential

RE: [flexcoders] Re: Data grid with check box... How to get value

2005-06-23 Thread Ben Elmore
= this.listOwner.dataProvider[getCellIndex().itemIndex];   item[this.getDataLabel()] = checkbox.selected;  } or     function onValueChanged() : Void  {   var item = this.listOwner.dataProvider[getCellIndex().itemIndex];   item['myGoofyColumn'] = checkbox.selected;  }     Best.   Ben    -Origin

RE: [flexcoders] ColdFusion MX 7 support flash form

2005-03-21 Thread Ben Forta
See here: http://www.forta.com/blog/index.cfm?mode=e&entry=1540   From: ncelq [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 5:45 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] ColdFusion MX 7 support flash form ColdFusion MX 7 support flash form,what is the market niche

HTTP_REFERER

2005-02-23 Thread Ben Hooton
?     Cheers,   Ben.

RE: [flexcoders] HTTP_REFERER

2005-02-23 Thread Ben Hooton
bruary2005 11:05 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] HTTP_REFERER   How are you accessing those sites?  getURL?  Are you opening a new window or navigating the existing window?   Matt   From: Ben Hooton [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 20

Flex + Java Classes (as RemoteObjects) Config Question

2005-03-02 Thread Ben Elmore
o the {insall-server-root}/FlexProjects/Flex/WEB-INF/classess directory. Is there something that I am missing in the config of Jrun that is not having the gateway find the classes in that directory (oh, I can confirm that the classes work through a jsp running on that

RE: [flexcoders] Flex + Java Classes (as RemoteObjects) Config Question

2005-03-02 Thread Ben Elmore
) Config Question Presumably thelast s in the folder was just an email typo ;-) {insall-server-root}/FlexProjects/Flex/WEB-INF/classess     From: Ben Elmore [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 5:26 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Flex + Java Classes

RE: [flexcoders] Flex + Java Classes (as RemoteObjects) Config Question

2005-03-02 Thread Ben Elmore
Spike. I am running CFMX on one of my Jrun server instances. How did you go about fixing the error (aside from uninstalling CF :) ). I was trying to determine classpath conflicts today but hadn't discovered specifics. Thanks. Ben -Original Message- From: Spike [mailto:[EMAIL PROT

RE: [flexcoders] Flex + Java Classes (as RemoteObjects) Config Question

2005-03-02 Thread Ben Elmore
best thing since CFusionMX had different versions of certain sub component (xml parsers and the like) then Jrun. Can anyone from MM comment on that, esp if this would mess up a CF7 install on a Java instance (our target prod environment)? Ben -Original Message- From: Spike [mailto:[

HTTP_REFERER

2005-02-23 Thread Ben Hooton
?     Cheers,   Ben.

RE: [flexcoders] HTTP_REFERER

2005-02-23 Thread Ben Hooton
bruary2005 11:05 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] HTTP_REFERER   How are you accessing those sites?  getURL?  Are you opening a new window or navigating the existing window?   Matt   From: Ben Hooton [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 20

RE: [flexcoders] Cairngorm Question.

2005-03-31 Thread Ben Elmore
cally keeps track of the target in which the event was dispatch from.   This is just a suggestion. There are other options out there, perhaps better or more correct then this approach.   Ben     -Original Message-From: Omar Ramos [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 1

RE: [flexcoders] Proof of Concept - (help with Flex Setup)

2005-03-31 Thread Ben Elmore
This is possible and mirrors one of the environments I had to use in the past. In the tag there is an attribute called 'endpoint' where you can point your mxml remote object calls to. Find the server name where flex is running and do 'servername:port\amfgateway' for java or the servlet mapping t

RE: [flexcoders] Cairngorm Question.

2005-03-31 Thread Ben Elmore
lot to do with the ability to maintain the application and as much as possible keeping the interdepancy between my view files as possible. Loose coupling.   Ben     -Original Message-From: Omar Ramos [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 3:18 PMTo: flexcoders@yahoogr

RE: [flexcoders] Cairngorm Question.

2005-03-31 Thread Ben Elmore
Title: Message That is 'keeping the interdepancy between my view files as few as possible'. -Original Message-----From: Ben Elmore [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 4:07 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngor

RE: [flexcoders] Experiences with XMLSocket?

2005-04-04 Thread Ben Elmore
stateful and stateless communication with your server to optimize you middle tier interaction. You can email me off line if you like. Since we haven't deployed out to QA yet I can't specifically talk to the issues you noted below. At least not yet. Ben -Original Message- From: Er

RE: [flexcoders] Re: AS - adding dynamic properties to an object

2005-04-04 Thread Ben Elmore
A quick way to do it (ugly admittedly) is to use the 'instanceof' or 'typeof' operator. if ( obj[propertyName] instanceof Date ) You might need to cast into number or date before you check the instance of to see if it is valid. -Original Message- From: viraf_bankwalla [mailto:[EMAIL

RE: [flexcoders] Re: AS - adding dynamic properties to an object

2005-04-04 Thread Ben Elmore
ve special constructors; String(something) actually converts it to a String, and Date's overloaded with a few different ways of making them. ...obviously, interfaces are typically the best way, since you can typecast 'em (I think, I did it with a CollectionItr): var myA:Iterator = Intera

RE: [flexcoders] My Company's Flex Site Live

2005-04-07 Thread Ben Elmore
Congrads. Site looks great. -Original Message- From: James Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 8:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] My Company's Flex Site Live I want to thank everyone on this list for all the help over the past few mo

RE: [flexcoders] Coldfusion 7 and Flex

2005-04-12 Thread Ben Elmore
Title: Message As a preference I prefer using Flash Remoting over XML/Web Services. I do notice better performance using Remoting which might be the basis for saying it is 'better'.   Ben -Original Message-From: Wahlen, John [mailto:[EMAIL PROTECTED] Sent: Tues

RE: [flexcoders] Re: Popup only works once

2005-04-14 Thread Ben Elmore
Are you guys using the Cairngorm Framework? If so, does your popup window have a viewHelper assigned to it? -Original Message- From: Rafael M. Martinelli [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 11:37 AM To: flexcoders@yahoogroups.com Subject: RES: [flexcoders] Re: Popu

RE: [flexcoders] Re: Popup only works once

2005-04-14 Thread Ben Elmore
ave found there to be value have the child popup simply raise events that the parent (the mxml file that created the popup) is listening for in several situations. Esp in any sort of master/detail relationship (address of a user for example). Hope this helps. Ben -Original Message-

RE: [flexcoders] beginners question about sending data to custom flex components

2005-04-14 Thread Ben Elmore
Title: Message I could be wrong, but from my experience I found that binding with functions doesn't work if there are no arguments that are passed into the function that Flex can watch.   So.   myClass.myFunc() -> Flex doesn't know that it should recheck the function myClass.myFunc( myCla

RE: [flexcoders] Re: Popup only works once

2005-04-15 Thread Ben Elmore
Missed that email, thanks for the repost. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steven Webster Sent: Friday, April 15, 2005 7:27 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Popup only works once > Cairngorm .99 sh