RE: [flexcoders] Errortip not only on MouseOver

2005-06-23 Thread Gordon Smith
Can you explain your use case in more detail? I'm having a hard time understanding why you'd want to show an ErrorTip on mouseOut. You don't want the error explanation to appear when the user points to the component with the red border, but you do want it to appear when the user doesn't

[flexcoders] How to change the appearance of a checkbox ?

2005-06-23 Thread svktiilikainen
Dear flexcoders, how is the appearance of a checkbox customised? I want a disabled checkbox (..enabled=false) to look like it is enabled, meaning, not grayed out. The styles of CheckBox apparently allow only the color of the checkbox label to be changed, not the apperance of the rectangle

RE: [flexcoders] How to change the appearance of a checkbox ?

2005-06-23 Thread Gordon Smith
CheckBox should support per-instance skinning via properties like falseDisabledSkin. But I'm curious about your use case. If a disabled checkbox looks the same as an enabled one, won't your users be confused why it doesn't do anything when they click it? - Gordon -Original Message-

[flexcoders] Re: Errortip not only on MouseOver

2005-06-23 Thread rockmoyosa
It was only an example. What I want is the following. When validation failsthe ErrorTip has to appear immediately,(and not on another mouseOver Event, which sometime requires to move the mouse out and over before before mouse over event is triggered). And when I move to another textinput the

[flexcoders] Re: How to change the appearance of a checkbox ?

2005-06-23 Thread svktiilikainen
Hi, I've checked the skinning properties but don't understand how to use them. The API reference only points to SimpleButton class which has its own skin values like SimpleButtonUp. I tried some of the properties but did not get them to work. And the API also says that The SimpleButton

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

2005-06-23 Thread Joe
I have a datagrid with column that is using cellrendereing to produce a check box. When a check box is checked how do I get the value of that row. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] OT: Macromedia Zorn QA is hiring!

2005-06-23 Thread lmclister
Hi folks, We have an opening on the Zorn QA team. Please email me if you are interested or know of anyone that is interested. The job description is posted on Craigslist. http://www.craigslist.org/sof/80357433.html Thanks! Larry McLister Zorn QA Manager [EMAIL PROTECTED] --

[flexcoders] change color of validation error message

2005-06-23 Thread jozef_pichler
Hi all, I am new to the group ... hello and thanks ot all the people who supply all those valuable postings! problem: I wrote a few custom validation classes estending mx.validators.Validator. everything works fine except one issue: can I apply a custom color to the error message display. the

[flexcoders] Trademark Symbol

2005-06-23 Thread Malcolm
Hi yo all, I am new to the Flex crusade (cf over sql background), so here goes with my first question. How do I get the proper trademark (TM) symbol in Flex? For example: mx:Panel title=My ApplicationTM/mx:Panel Using anything like: mx:Panel title=My Applicationtrade;/mx:Panel OR mx:Panel

RE: [flexcoders] LinkBar question

2005-06-23 Thread Philippe Maegerman
It seems to work when the ViewStack is the dataProvider, but not when using the LinkBar alone, bug or wish ? :) ?xml version="1.0"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Panel title="Link Bar Panel" mx:LinkBar disabledColor="#FF"

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

2005-06-23 Thread bhaq1972
not totally sure what you mean by 'value of that row'. However, if your checkBox cellrenderer is based on the example from flex samples explorer, then the function getCellIndex() should give you back the row number. and getDataLabel() should give you back the value of the checkbox. (I think).

RE: [flexcoders] Trademark Symbol

2005-06-23 Thread Erik Westra
Just do it the simple way :) mx:Panel title=My Company(tm)/mx:Panel Copy the sign from a webpage, or somewhere else and paste it into the string u use as title. Greetz Erik -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm Sent:

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

2005-06-23 Thread Dirk Eismann
One technique is to dispatch an event from inside the cell renderer on its listOwner (the DataGrid) and handle the event accrodingly. More info: http://www.cflex.net/showfiledetails.cfm?ObjectID=87 Dirk. -Ursprüngliche Nachricht- Von: flexcoders@yahoogroups.com im Auftrag von Joe

[flexcoders] Changing Panels Header Colour

2005-06-23 Thread tony_lic
Hi All, Is there any possibility of changing the default color of the Panel containers in flex. with regards, tony -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Re: question about image cellrenderer in flex samples explorer

2005-06-23 Thread bhaq1972
Thanks Manish. I thought that was the case but i just needed confirmation. One follow up question. I'm trying to reposition the image to the centre of the datagrid column using the following code in my imagecellrenderer function size(Void) : Void { //image is id of my mx:Image

RE: [flexcoders] Changing Panels Header Colour

2005-06-23 Thread Steven Webster
Tony, | Is there any possibility of changing the default color of the Panel containers in | flex. http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html Use CSS: Panel { header-colors: #ff33cc, #ff9900; background-color: #00; color: #00; border-color:

[flexcoders] Re: Changing Panels Header Colour

2005-06-23 Thread bhaq1972
yes change the appropriate style properties eg mx:Panel backgroundColor=red headerColors=[0xE1E5EB, 0xF4F5F7] --- In flexcoders@yahoogroups.com, tony_lic [EMAIL PROTECTED] wrote: Hi All, Is there any possibility of changing the default color of the Panel containers in flex. with

RE: [flexcoders] Mx:Loader and Cairngorm .95

2005-06-23 Thread Steven Webster
We are creating an application in the Cairngorm .95 framework. We have an index.mxml file that uses mx:Loader to load each sub section. Each sub section is a mxml file that contains a number of views all being loaded into a tab navigator. This structure works fine using mxml files absent of any

[flexcoders] Re: XMLSocket over SSL ?

2005-06-23 Thread sanjayd
Matt: I saw this in flex doc somewhere: One-way data encryption within Macromedia Flash MX using md5 Is this feature not supported any more ? Sanjay --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Right now the socket can't send any encrypted data, only plaintext.

[flexcoders] Trademark Symbol

2005-06-23 Thread Malcolm
Oh too easy :) Thanks Greetz; that did the trick. Malcolm -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Erik Westra Sent: Thursday, 23 June 2005 6:47 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Trademark Symbol Just do it the

RE: [flexcoders] Re: XMLSocket over SSL ?

2005-06-23 Thread Abdul Qabiz
Hi, MD5 hashing support is not built-in Flash Player, but there are ActionScript classes available on internet and you can use it. This google search returns some result, you can look at top two-three ones: http://www.google.com/search?hl=enlr=biw=1400q=MD5+ActionScriptbtnG= Search -abdul

Re: [flexcoders] ViewStack as a parameter for other components

2005-06-23 Thread Lothar Krenzien
Thanks for your answer Dirk. That make somethink clear now. I have tried the TabNavigator component and know the createTab() method. That works ok, http://dict.leo.org/se?lp=endep=/Mn4k.search=exceptingexcept that the tabs are very small and there's only a very small area where I can place

Re: [flexcoders] Re: Tree alpha chanel ?

2005-06-23 Thread Rich Tretola
Then why does the background-alpha property work for panels and tab navigators? Rich On 6/22/05, Matt Chotin [EMAIL PROTECTED] wrote: Because alpha is a property not a style. Something we get from MovieClip. Matt From:

RE: [flexcoders] ViewStack as a parameter for other components

2005-06-23 Thread Dirk Eismann
Of course you can pass a runtime-created component to another component as a parameter. However, the instance will be passed by reference and will still be bound to the component it was created on. Perhaps you can give some more info on the requirements you have? Passing a component as a

[flexcoders] Flex Dat Bug ?

2005-06-23 Thread r0main
hello, I currently have a big problem : So far I still was using FlexBuilder as my main Flex debugger... now my project is 600+ classes, I can't debug anymore using the Flexbuilder debugger ! Everything looks fine, slow as usual, but when I try to open any 'compiled' file to set breakpoints into

[flexcoders] mx:Repeater / currentItem / mouseUp

2005-06-23 Thread Fritz Dimmel
Hi. I've some data from a web service. Now I've a Repeater which creates for each item from the service's result a mx:Box element with some other stuff. The repeater's name is repDay, I can access any data with repDay.currentItem. Well, this works fine, because I use all these values. But:

RE: [flexcoders] TREE : extending the tree component

2005-06-23 Thread david_gal-reyniez
Matt, I seems that it's the same problem I have with the viewing of chart. May the problem come from a bad configuration of the .war or something like that. David De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Matt ChotinEnvoyé: jeudi 23 juin 2005 06:43À:

Re: [flexcoders] mx:Repeater / currentItem / mouseUp

2005-06-23 Thread Fritz Dimmel
Oh, I hate it. I've been searching for more than an hour! Then I write to the list and 5 minutes later I found the solution. For the future: You have to provide event.target.getRepeaterItem() to your desired function in a handler function. More info here:

RE: [flexcoders] LinkBar question

2005-06-23 Thread Philippe Maegerman
Maybe this, I couldn't change the backgroundColor or backgroundDisabledColor even if it says those styles are inherited fromUIComponent :( http://livedocs.macromedia.com/flex/15/asdocs_en/mx/containers/LinkBar.html#styles ?xml version="1.0"? mx:Application

[flexcoders] Re: bypass the change event

2005-06-23 Thread bhaq1972
I had a similar issue, where the validation/redbox error was being fired off when i didnt want it to be. this is the way i see it. your validator is monitoring combobox.selectedIndex ie mx:Model id=validationModel facilityType{facilityType.selectedIndex}/facilityType /mx:Model So

[flexcoders] OT: Zorn QA is hiring

2005-06-23 Thread liam1.rm
Hi flexcoders, We have an open QA position on the Zorn team. If you know anyone that might be interested in the position or if you are interested, please send me an email. The job description is posted on Craigslist. http://www.craigslist.org/sof/80357433.html Thanks! Larry McLister QA

[flexcoders] Re: Flex - IP limited Developer version

2005-06-23 Thread don4sin
I was mistaken. I was receiving an Error Dialog from Flex that said Service threw an exception during method invocation. A License Exception has been thrown. I mistakenly assumed that it was Flex that was throwing the License Exception. I was actually getting the error on a RemoteObject

[flexcoders] Re: Flex - IP limited Developer version

2005-06-23 Thread don4sin
I was mistaken. I was receiving an Error Dialog from Flex that said Service threw an exception during method invocation. A License Exception has been thrown. I mistakenly assumed that it was Flex that was throwing the License Exception. I was actually getting the error on a RemoteObject

RE: [flexcoders] LinkBar question

2005-06-23 Thread Robert Brueckmann
Coolthanks Phillipe for the helpkind of funny how you can only set certain attributes like that. Thanks again. robert l. brueckmann senior web developer merlin securities 595 madison avenue new york,ny 10022 p: 212.822.4821 f: 212.822.4820 From:

RE: [flexcoders] Re: Tree alpha chanel ?

2005-06-23 Thread Matt Chotin
Guess we just got inconsistent there and made backgroundAlpha a style. We didnt turn properties that already existed in the Flash Player objects into styles, but anything new that was more appearance related is a style. From: flexcoders@yahoogroups.com

RE: [flexcoders] Flex Dat Bug ?

2005-06-23 Thread Matt Chotin
If you are comfortable with Emacs it can load up fdb and provide a nicer interface. This is because fdb supports the gdb interface that Emacs knows and loves. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of r0main Sent: Thursday, June 23, 2005

RE: [flexcoders] change color of validation error message

2005-06-23 Thread Matt Chotin
Check out the ErrorTip styles. http://www.mail-archive.com/flexcoders@yahoogroups.com/msg06204.html Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jozef_pichler Sent: Wednesday, June 22, 2005 10:20 PM To: flexcoders@yahoogroups.com

Re: [flexcoders] Re: Tree alpha chanel ?

2005-06-23 Thread Rich Tretola
Will flex 2 have all properties available through the style sheet ? Rich On 6/23/05, Matt Chotin [EMAIL PROTECTED] wrote: Guess we just got inconsistent there and made backgroundAlpha a style. We didn't turn properties that already existed in the Flash Player objects into styles, but

RE: [flexcoders] Re: How to change the appearance of a checkbox ?

2005-06-23 Thread Matt Chotin
Rather than having to skin new components any reason you couldnt just put a transparent shield on top of everything to intercept keyboard and mouse events? We have some examples in the docs somewhere of how to do this. Matt From: flexcoders@yahoogroups.com

RE: [flexcoders] Flex Dat Bug ?

2005-06-23 Thread Steven Webster
If you are comfortable with Emacs it can load up fdb and provide a nicer interface. This is because fdb supports the gdb interface that Emacs knows and loves. Oh man, geek alert. M-x setq ps-landscape-mode true :-) Steven -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Trademark Symbol

2005-06-23 Thread Gordon Smith
You almost had it, but you were missing a semicolon after the 8482. These three ways work: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml mx:Script var copyrightSymbol = \u2122; /mx:Script mx:Label text=Macromedia#8482;/

Re: [flexcoders] Accordian Header Colors

2005-06-23 Thread Andy Goodfellow
Does anyone know how to change the font color of the selected accordion header? I can get things like the background and fill color to change fine using either actionscript skinning or a swc theme file, I just can't seem to find any documentation on how to change the font color of a selected

RE: [flexcoders] Trademark Symbol

2005-06-23 Thread Gordon Smith
I meant to name my variable trademarkSymbol, not copyrightSymbol. But the code works. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Thursday, June 23, 2005 10:24 AM To: flexcoders@yahoogroups.com Subject: RE:

Re: [flexcoders] Trademark Symbol

2005-06-23 Thread Rich Tretola
What about the copyrighht symbol ? Rich On 6/23/05, Gordon Smith [EMAIL PROTECTED] wrote: You almost had it, but you were missing a semicolon after the 8482. These three ways work: ?xml version=1.0 encoding=utf-8? mx:Application

RE: [flexcoders] Accordian Header Colors

2005-06-23 Thread Nick Watson
Accordion { selected-fill-colors: #0033ff, #f9fff6; } Should do it From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Goodfellow Sent: 23 June 2005 13:34 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Accordian Header Colors Does

[flexcoders] Date Format

2005-06-23 Thread Joe
I have a data gris that is producing about 20 rows from a data source. One of the columns is displaying a date. How do I format that date. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

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

2005-06-23 Thread joe . g . james
The data grid is populated from a data provider. It displays about 20 rows. When I click on one of the check box I would like to be able to get a value from one of the cells in that row. The data grid is a MXML component and the check box is from a cell rendering action scripting file.

RE: [flexcoders] Accordian Header Colors

2005-06-23 Thread Nick Watson
Sorry I misread your post N From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Goodfellow Sent: 23 June 2005 13:34 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Accordian Header Colors Does anyone know how to change the font color

RE: [flexcoders] Trademark Symbol

2005-06-23 Thread Gordon Smith
?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; mx:Script var trademarkSymbol = \u2122; var copyrightSymbol = \u00A9; /mx:Script mx:Label text=Macromedia#8482;/ mx:Label text=Macromedia#x2122;/ mx:Label

RE: [flexcoders] Date Format

2005-06-23 Thread Abdul Qabiz
Hi, Please search archives at http://www.mail-archive.com/flexcoders%40yahoogroups.com , I have replied some days back... However here it is link: http://weblogs.macromedia.com/mesh/archives/2005/04/sorting_date_fi.cfm -abdul -Original Message- From: flexcoders@yahoogroups.com

[flexcoders] Httpservice error message

2005-06-23 Thread juyalmanu
I am getting following error: Httpservice fault: Start tag had no corresponding end tag I tried and checked every tag but of no success. Can anyone please help me out with it. Following is code I am using. mx:Script ![CDATA[ function sendCustomerData() {

RE: [flexcoders] alert listener

2005-06-23 Thread Matt Horn
trythis: mx.core.Application.application.getURL("index.html"); hth, matt horn flex docs From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert BrueckmannSent: Thursday, June 23, 2005 3:45 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] alert

Re: [flexcoders] alert listener

2005-06-23 Thread JesterXL
Use Application's getURL: mx.core.Application.getURL("index.html"); - Original Message - From: Robert Brueckmann To: flexcoders@yahoogroups.com Sent: Thursday, June 23, 2005 3:44 PM Subject: [flexcoders] alert listener I have an alert listener that’s instantiated upon login

RE: [flexcoders] Re: bypass the change event

2005-06-23 Thread Tim Dwelle
Worked like a champ. Thanks for the help. From: bhaq1972 [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: bypass the change event Date: Thu, 23 Jun 2005 15:24:57 - I had a similar issue, where the validation/redbox error was

RE: [flexcoders] Httpservice error message

2005-06-23 Thread Abdul Qabiz
Hi, This error comes when the result of HTTPService call returns an invalid XML. HTTPService expects that result of http://localhost/test/customer.php; is a valid xml I think, it is a html where some tags don't have end tags... Hope that helps.. -abdul -Original Message- From:

RE: [flexcoders] SOAP through a socket

2005-06-23 Thread Matt Chotin
The SOAP deserializer is undocumented (meaning we cant really support anything you do with it on your own). If you really need to access it Id look into debugging an app that uses a WebService in FlexBuilder and check out the mx.services.XMLDecoder class (probably along with

RE: [flexcoders] alert listener

2005-06-23 Thread Robert Brueckmann
That was fantastic. Thanks! robert l. brueckmann senior web developer merlin securities 595 madison avenue new york,ny 10022 p: 212.822.4821 f: 212.822.4820 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL Sent: Thursday, June

RE: [flexcoders] Accordian Header Colors

2005-06-23 Thread Ashish Goyal
I have attached the code below which is pretty much self explainatory. In this function I'msetting the color of all the headers to black and then setting the colorof the selcted header to red.Call this function on change event of the accordion. function headerTextColor(){// accordion1

[flexcoders] resize issues

2005-06-23 Thread flexasher
I have extended the ControlBar in hopes of making it collapsable. For the most part it works. However, I am having difficulties when the width is set to 100%. The problem that I am having only occurrs when the control bar is contained in a divided box and when the control bar is placed at the top

RE: [flexcoders] Accordian Header Colors

2005-06-23 Thread Ashish Goyal
Below is the more efficient way of achieving the same thing withless lines of code. Previously I had some typo in my code so it wasn't working ;) function headerTextColor(){// accordion1 is an id of the accordion for(var i=0; iaccordion1.numChildren; i++){ var header =

[flexcoders] Session Obj

2005-06-23 Thread Fernando Lobos
Can do time of life at Seesion Obj. Ej: Sessionobj.var1(timeoglife, var2, 3 minutes) -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links To

RE: [flexcoders] Httpservice error message

2005-06-23 Thread Tracy Spratt
Call the URL from a browser, typically that will show you the xml or an error indicating where it is. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Thursday, June 23, 2005 4:19 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Flash Remoting for .NET - ASObject, Value Objects, etc.

2005-06-23 Thread Mike Anderson
Hello All, I am trying to determine the best way to send my data back and forth between my Flex Applications and my .NET Assemblies written in C# (which use Flash Remoting for .NET). In the Developing Rich Clients book, there is extensive use mention of Value Objects (VO's). These Value Object

[flexcoders] How do I alter the drop shadow of a Panel?

2005-06-23 Thread pilby1
I am using mx:Panel's, and I wanted to make the drop shadow on all of them stand out more. I checked the documentation, it seems like the attributes shadowDistance and shadowDirection are what I need to modify. However, changing the value of shadowDistance doesn't seem to make any difference

[flexcoders] Cairngorm, ValueObjects, and inheritance

2005-06-23 Thread Kent Henneuse
I have a situation where I would like to eventually use either inheritance or composition to put my objects together. Properties of the ValueObject are bound dynamically to the UI. Scenario A: I could have ObjA_VO and ObjB_VO that extends ObjA_VO. Works great on the server side. On the Flash

RE: [flexcoders] Cairngorm, ValueObjects, and inheritance

2005-06-23 Thread Matt Chotin
Scenario A sounds fine. Here's a thread on making your faceless objects event dispatchers: http://www.mail-archive.com/flexcoders@yahoogroups.com/msg06404.html Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kent Henneuse Sent: Thursday,

RE: [flexcoders] How do I alter the drop shadow of a Panel?

2005-06-23 Thread Matt Chotin
shadowDistance and shadowDirection are styles. You can play with them here: http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of pilby1 Sent: Thursday, June 23, 2005 3:37 PM

RE: [flexcoders] Cairngorm, ValueObjects, and inheritance

2005-06-23 Thread Kent Henneuse
Very cool. Ok mind stretch for an OO guy. Mixins are interesting. It will take a bit to get used to it. Thanks to Abdul for a good blog on the topic and a pointer to the Flex 1.0 doc that has a discussion of mixins. Please bring it back in the doc if it is going to be used in the future.

Re: [flexcoders] Re: Flex Non Comercial Hosting

2005-06-23 Thread Clint Modien
Hey Rich... how long did the process take to get your flex ncl ?On 6/20/05, Clint Modien [EMAIL PROTECTED] wrote:how long did it take to get? On 6/20/05, Rich Tretola [EMAIL PROTECTED] wrote: Cool,I'll give them a shot.RichOn 6/20/05, Kevin Ewok [EMAIL PROTECTED] wrote: Here's a free host

Re: [flexcoders] Flash Remoting for .NET - ASObject, Value Objects, etc.

2005-06-23 Thread Clint Modien
In short the answer to your specific question is yes... found this in the docs http://livedocs.macromedia.com/flashremoting/mx/Using_Flash_Remoting_MX/usingFRNET4.htm and for some extra reading...

[flexcoders] Re: Installing Flex CF. Issues with RemoteObject

2005-06-23 Thread DavidLand
Sorry not making sense all of the way. If you followed the instructions for the link below then you would have Flex installed under your coldfusion server right? Does that mean you just have a totally sepparate JRUN installed for java perposes and no MM servers under it? or when u say u have

RE: [flexcoders] Re: Errortip not only on MouseOver

2005-06-23 Thread Gordon Smith
Hi, Maik/Mike. The ToolTipManager handles automatically creating and destroying both tool tips and validation error tips as the user mouses around, and it isn't designed to work the way you're asking. But here's one way to work around it to make sticky validation error tips. The

RE: [flexcoders] Re: Installing Flex CF. Issues with RemoteObject

2005-06-23 Thread Jeff Steiner
David, Correct on having Flex installed on your CF Server (If you are running the integrated version of CF otherwise this would be considered Flex on JRun). Your JAVA stuff will work on any instance of JRun installed. For example after merging an install of CF / Flex and JRun you