[flexcoders] Re: Usage of showDefaultContextMenu in Application/

2006-09-05 Thread Tim Hoff
This might not be the best way, but it works: ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"creationComplete="callLater(init);" mx:Script ![CDATA[ private function init():void { stage.showDefaultContextMenu = false; } ]] /mx:Script

[flexcoders] Get result on database insert...

2006-09-05 Thread Ken Bromberger
Hi All, I havent solved my issue here so I wanted to repost Basically I am wondering if it is possible or what the correct method is for binding the result of a webservice call. Thanks! I have a webservice that returns the new ID for the database as a result of a record

Re: [flexcoders] Datagrid Scrollbar size

2006-09-05 Thread Antoine Malpel
flecool a écrit : Hi Is it possible to change the size of the scrollbars in a datagrid. I have a grid which is quite large in size making the scrollbars look tiny. I couldnt find anything regarding this in the help. Thanks You should look the doc at Css / Style -- Flexcoders Mailing

Re: [flexcoders] Re: Issue with dates from Flex to MySQL

2006-09-05 Thread Tom Chiverton
On Friday 01 September 2006 16:17, Doug Arthur wrote: Was there ever a solution for this? I'm experiencing the same problem and I think someone from Adobe did chime in to ask what was up with it, after all it had all the ECMAScript functions (the ones that are no help and/or a pain to use). I

[flexcoders] outside window event

2006-09-05 Thread Frias, Roberto
Does anybody know if it is possible to catch an MouseUp Event outside the main application window? (Outside the browser) It seems there is only a MouseDownOutside Event on the Application class. The thing is, I need to know when a drag and drop ends, even if the user drops outside the

[flexcoders] Cairngormstore for flex 2

2006-09-05 Thread Andrew Rayne
Hi all, Just to let you know I have released CairngormStore for flex 2. It can be reached at http://weblogs.macromedia.com/arayne. We should have it up on Labs shortly but wanted to get it out as quickly as possible as it has been promised for a while now. Enjoy. regards Andy Andy

Re: [flexcoders] outside window event

2006-09-05 Thread Abdul Qabiz
I am not sure, if any event would be triggered if mouse moves outside of app area.. You can probably have your own bound checks?-abdulOn 9/5/06, Frias, Roberto [EMAIL PROTECTED] wrote: Does anybody know if it is possible to catch an MouseUp Event

Re: [flexcoders] Cairngormstore for flex 2

2006-09-05 Thread Carlos Rovira
Many Thanks Andrew! :)On 9/5/06, Andrew Rayne [EMAIL PROTECTED] wrote: Hi all, Just to let you know I have released CairngormStore for flex 2. It can be reached at http://weblogs.macromedia.com/arayne. We should have it up on Labs shortly but wanted to

Re: [flexcoders] outside window event

2006-09-05 Thread Ralf Bokelberg
This is bugging us flash/flex developers ever since. It would be really nice to have the possiblity to ask if the mouse is inside or outside the flash movie. Currently you can do this with _javascript_ only.Cheers, Ralf On 9/5/06, Abdul Qabiz [EMAIL PROTECTED] wrote: I am not sure, if any

AW: [flexcoders] outside window event

2006-09-05 Thread Frias, Roberto
Bounds are already set, the thing is that the program should interact when the user make MouseUp outside the window and not when the user reach bounds. Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Abdul Qabiz Gesendet: Dienstag, 5. September 2006

AW: [flexcoders] outside window event

2006-09-05 Thread Frias, Roberto
Have you ever use _javascript_ to achieve this kind of issues?, Ill try to look for it in internet, but Id think thats not possible even with _javascript_. Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Ralf Bokelberg Gesendet: Dienstag, 5.

Re: [flexcoders] Cairngormstore for flex 2

2006-09-05 Thread Thomas Rühl
Yeah, looking forward to get my hands on it ;) Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0)

Re: [flexcoders] Cairngormstore for flex 2

2006-09-05 Thread Paul Andrews
Same here! - Original Message - From: Carlos Rovira To: flexcoders@yahoogroups.com Sent: Tuesday, September 05, 2006 11:00 AM Subject: Re: [flexcoders] Cairngormstore for flex 2 Many Thanks Andrew! :) On 9/5/06, Andrew Rayne [EMAIL PROTECTED] wrote:

[flexcoders] Re: CSS in custom components

2006-09-05 Thread grahampengelly
I have worked it out, finally...I was declaring my styles within a panel control that constituted one of the views of my app.Once I moved the styles into the Application tag they work fine with the type selector syntax.Thanks for you help all the same.GrahamBlog--- In

[flexcoders] Re: Connecting multiple projects

2006-09-05 Thread kristian_wright2002
Thanks Tom. Trying it out, but I'm still having problems referencing functions. I have a function inside an AS file (tmp.as) called test() that displays an alert. This is in a library called TestLibrary, which I've created and added to my main apps' project references. I've also added

[flexcoders] FW: Set a LinkButton icon class at run time

2006-09-05 Thread Pete Capra
Hi there, Does anyone know if it is possible to set a LinkButtons icon class at runtime? I want to set an icon depending on the data that is sent to it (I have it set up as a custom component). Kind Rgds, Pete Pete CapraInformation Systems CoordinatorCapra Ryan Online Learningp.

[flexcoders] Flashvars using Application.application

2006-09-05 Thread Kyle
I am continuing to have problems loading embedded variables using the apllication.application method that is described in the help manual. Below is the code that I am trying to run. On top of this my html file has a param set with the type flashvars and the value set to

[flexcoders] Re: Passing variables from Flex to swf

2006-09-05 Thread Bill Lane
If you loaded the swf using swfLoader you need to use the SystemManager to comunicate with the loaded swf. You'll find a good example in the docs at: Flex 2 Developer's Guide Building User Interfaces for Flex Applications Using ControlsSWFLoader control Bill Lane --- In

[flexcoders] Tooltip problem in datagrid in Loader

2006-09-05 Thread Renee
When we display tooltip using showDataTips=true in datagrid in Loader. Tooltip does not come at proper place. Is it possible to customize the position of tooltip for datagrid. In Loader. Thanks -Renee -- Flexcoders Mailing List FAQ:

[flexcoders] strange problem with components in TabNavigator

2006-09-05 Thread Horváth Balázs
Hi everybody, I have a problem, and maybe you can help me: There is an application with Tabnavigator, and there are components (with id) in the panels (combobox, textinput, datagrid, etc). When I try to set the value of these components within the tabnavigator, the values appear

RE: [flexcoders] Error when trying to run Notes Sample application

2006-09-05 Thread Ghose, Sanjucta
Hi, Thanks for the response. I played around with the browser settings and restarted the server. That seemed to fix the problem. Thanks, Sanjucta. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Tuesday, September 05, 2006

[flexcoders] Save image at server-side with ColdFusion

2006-09-05 Thread Michael Klishin
Hi, Is there a well-known way to save an image from bitmap data into the file on server with ColdFusion? I never worked with it and struggle to find an example... Thanks! -- Michael 'Antares' Klishin novemberain.com | flexwiki.novemberain.com | osflash.org/red5 | rubyonrails.ru --

[flexcoders] what to override in dragdrop?

2006-09-05 Thread matt wicks
Hi all, I have an app that returns data from a Remote Object into a datagrid which then is dragged into a TileList, which created Tiles which are CustomRenderers all fine so far The problem is that when the data from the grid is dropped I want Flex to run off query a web service,

[flexcoders] Continue running SWF

2006-09-05 Thread Kumar
Can any one suggest me the approach for running 2 SWF files or any movie file each after 5 min. These means that if first movie file is running and even if it is not completed second one should start after 5 min and again after 5 min first one should again start. Thanks

[flexcoders] preload images HorizontalList

2006-09-05 Thread janeminkovich
Hello, I am a photographer(before was an engineer) and just finishing up the flex site. I notice that my horizontallist that I use to display the thumbnails/images loads really slow. How would I preload it and then display what is in memory? Thanks zhenya -- Flexcoders Mailing List FAQ:

RE: [flexcoders] deploying Flex App to the server

2006-09-05 Thread Stephen Gilson
One place where you can find more information is the Flex "Building and Deploying Flex 2 Applications" book here: http://livedocs.macromedia.com/flex/2/docs/Part7_Build_Deploy.html Please let me know if this helps, Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

Re: [flexcoders] Re: Connecting multiple projects

2006-09-05 Thread Tom Chiverton
On Tuesday 05 September 2006 10:36, kristian_wright2002 wrote: Geeze, does that make sense??? I've no idea, I don't use Flex Builder :-) Anyway, at the end of the day it still won't compile and I can't access functions from the library. Are you importing your library ? Can you post the code

Re: [flexcoders] Re: Usage of showDefaultContextMenu in Application/

2006-09-05 Thread Claudia Barnal
Thanks a lot Tim, it works fine. I'm surprised Adobe decided to not leave this as a default setting, as in Flex 1.5. I am quite sure very few apps are meant to be zoomed in. On 9/5/06, Tim Hoff [EMAIL PROTECTED] wrote: This might not be the best way, but it works: ?xml version=1.0

Re: [flexcoders] connection refused with the http service

2006-09-05 Thread Tom Chiverton
On Monday 04 September 2006 15:29, Abdul Qabiz wrote: implement mySQL client in ActionScript 3 cough Apollo /cough -- Tom Chiverton, who knows nothing, helping to synergistically coordinate revolutionary products This email is sent for and

[flexcoders] Re: strange problem with components in TabNavigator

2006-09-05 Thread ben.clinkinbeard
By default, the children of ViewStacks (and consequently TabNavigators, since they just wrap a ViewStack) are not created until they are shown. You can set creationPolicy = all to get around this. HTH, Ben http://www.returnundefined.com/ --- In flexcoders@yahoogroups.com, Horváth Balázs [EMAIL

[flexcoders] Change datagrid rollover highlight

2006-09-05 Thread Shannon Hicks
Anyone have code that changes the rollover on a datagrid from the entire row to just a single cell? Or, at the very least, just disables the rollover, so I can do a rollover in the item renderer? Shan __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] Tree Component expandItem Animation true problem.

2006-09-05 Thread Mick Robin
Hi,I got a problem with the Tree Component. I have set the following properties for theTree componenet in my application:labelField="@label" width="100%" height="100%"defaultLeafIcon= "undefined"

[flexcoders] Re: [DateChooser] Emphasize specific days

2006-09-05 Thread Xavier Agnetti
On 9/3/06, Xavier Agnetti [EMAIL PROTECTED] wrote: Hi ! Is there a way to emphasize (set a background color by example) some days with Flex 2.0. This was pretty easy with Flex 1.5 by using dateGrid attribute, but I did not find a similar attribute in Flex 2. Any idea ? No one has an idea

RE: [flexcoders] Flashvars using Application.application

2006-09-05 Thread Matt Horn
This code looks ok to me. Can you post your html wrapper (or the relevant portion of the wrapper) so we can see exactly how the vars are being passed in? matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Sent:

[flexcoders] Re: amfphp-AS class mapping issue

2006-09-05 Thread joangarnetdotcom
I revisited the Flex side by comparing both yours and mine code and found only one difference: yours has the [RemoteClass(alias=..)] and mine not, so I added it and automatically started to work. I thought this was only needed for Flex--AMFPHP but I was so wrong... Cheers! Joan --- In

[flexcoders] Confirmed Bug: SOAP request construction with .NET web service... again

2006-09-05 Thread ben.clinkinbeard
Just for the sake of record, Adobe has just notified me that this is indeed a bug. I sure hope some WebService fixes are in that dot release... Ben --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: I have already come across a couple of (confirmed by Adobe support)

[flexcoders] Continue running SWF

2006-09-05 Thread Kumar
Can any one suggest me the approach for running 2 SWF files or any movie file each after 5 min. These means that if first movie file is running and even if it is not completed second one should start after 5 min and again after 5 min first one should again start. Thanks Kumar

[flexcoders] Re: Usage of showDefaultContextMenu in Application/

2006-09-05 Thread Tim Hoff
Glad to help. I agree Claudia. Except for when a cat walks on the keyboard, I can't remember ever using this feature. :) -TH --- In flexcoders@yahoogroups.com, Claudia Barnal [EMAIL PROTECTED] wrote: Thanks a lot Tim, it works fine. I'm surprised Adobe decided to not leave this as a

[flexcoders] Re: Connecting multiple projects

2006-09-05 Thread kristian_wright2002
OK - here we go... I have a Library Project called MyLibrary, containing 2 files: SubApp1.mxml and functions.as. Code for each shown below: SubApp1.mxml - ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute width=403

[flexcoders] Re: menubar icon

2006-09-05 Thread iuliub
Same problem with the MenuBar icon as Tracy and Dough. However, I'd really need to use an xml as a dataProvider. Any ideeas? Iuliu b. --- In flexcoders@yahoogroups.com, wendel [EMAIL PROTECTED] wrote: I never could get this to work. I'd like to see a simple working sample app myself.

[flexcoders] Re: Continue running SWF

2006-09-05 Thread Tim Hoff
Hi Kumar, You could start by using a timer to control SWFLoader. -TH --- In flexcoders@yahoogroups.com, Kumar [EMAIL PROTECTED] wrote: Can any one suggest me the approach for running 2 SWF files or any movie file each after 5 min. These means that if first movie file is running and

[flexcoders] Re: menubar icon

2006-09-05 Thread iuliub
Just managed to include an icon into my MenuBar, using an xml as dataProvider. However, any ideeas how I could get a reference to the icon instance of a menu item? (in case, I'd need to rescale or reposition it) Iuliu --- In flexcoders@yahoogroups.com, wendel [EMAIL PROTECTED] wrote: I

[flexcoders] Re: FocusOut ??

2006-09-05 Thread Rich Tretola
Anyone from Adobe ever have a chance to look into this? Rich On 8/31/06, Rich Tretola [EMAIL PROTECTED] wrote: I am having an issue where the focusOut on a text input will run the function that I have assigned but will then return focus to the calling text input. The following code shows

[flexcoders] Re: getDefinitionByName

2006-09-05 Thread Daniel Freiman
nevermind, got it to work, still can't figure out what I changed.On 9/5/06, Daniel Freiman [EMAIL PROTECTED] wrote:I want to use getDefinitionByName in the flash.utils package to get a class by it's name. I've tried the example in the language reference using Sprite and that works fine but

Re: [flexcoders] Cairngormstore for flex 2

2006-09-05 Thread Paolo Bernardini
Hi great that's what was I was waiting for. I found a little bug though, it is something that I already experienced, basically if you quickly rollover back and forward the image of the product on the product details panel, the image moves up. Like I said I had this problem too and is due to

[flexcoders] Re: Confirmed Bug: SOAP request construction with .NET web service... again

2006-09-05 Thread ben.clinkinbeard
Just minutes after posting my last message I received another email from Adobe confirming that engineering is working on fixes to all 3 bugs I've encountered while dealing with .NET web services. They've assured me that they'll be fixed in the first update release for Flex 2 and possibly even

[flexcoders] getDefinitionByName

2006-09-05 Thread Daniel Freiman
I want to use getDefinitionByName in the flash.utils package to get a class by it's name. I've tried the example in the language reference using Sprite and that works fine but when I use flex classes it doesn't seem to work (I've tried classes I've made and mx.controls.ComboBox). Is there a

RE: [flexcoders] Re: how to show/hide a line in a chart

2006-09-05 Thread Ely Greenfield
Ah, yeah, actually I know why it's not working. My head is pretty rusty on the Flex 1.5 code ;) In Flex 1.5, series are _not_ visual objects. Instead, they manage visual objects. As such, they don't have a _visible property themselves. I don't have the code in front of me, but this:

RE: [flexcoders] Which chart was clicked

2006-09-05 Thread Ely Greenfield
You've got three options: 1) shove the id off into a member field, and grab it when the RO returns. This is the least well designed response, since it can break in use cases where you've got multiple requests out and you don't just want last-out-wins. Might be OK for your use case

[flexcoders] MAX Hotel/Lodging on the cheap

2006-09-05 Thread Tom Ortega
I'll be going to MAX and will probably have some spare space. I was wondering if anyone still needed someplace to crash. The Venetian is costly at $250 a night. I'll have a 2 bdroom timeshare thing for the entire week, with probably a few pull out couches. Granted, it won't be at the Venetian,

[flexcoders] Could not load WSDL of .NET WebService in Flex 1.5

2006-09-05 Thread Pablo Apanasionek
Hey folks! I've searched for it in the archive and in Adobe, found some examples, but it seems to be something hidden on this one. I've created a sample web service with ASP.NET, published it and browsing it normally. Its name: Service1.asmx (very samplistic name) I've coded the

RE: [flexcoders] Re: Confirmed Bug: SOAP request construction with .NET web service... again

2006-09-05 Thread Franck de Bruijn
I second that, but also thanks to you Ben! Cheers, Franck From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of ben.clinkinbeard Sent: Tuesday, September 05, 2006 6:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Confirmed Bug:

RE: [flexcoders] Could not load WSDL of .NET WebService in Flex 1.5

2006-09-05 Thread Franck de Bruijn
Hi Pablo, Just guessing I can think of 2 reasons: Are you hosting your flex application on the webserver on localhost too? Or are you running the application through FlexBuilder (with run as Flex Application). Myself, I sometimes experience issues with this,

[flexcoders] Re: Flashvars using Application.application

2006-09-05 Thread Kyle
My html wrapper contains the normal scripts to check the flash version, etc.. And the embed code looks like this: object classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354 id=UserStats width=100% height=100%

Re: [flexcoders] Re: Flashvars using Application.application

2006-09-05 Thread Tom Bray
You'll need to add FlashVars as an attribute to the embed tag as well like this:embed FlashVars=id=123456...so that it works in non-IE browsers. I bet your code works in IE the way you have it. HTH,TomOn 9/5/06, Kyle [EMAIL PROTECTED] wrote: My html wrapper

[flexcoders] Flash Quiz in Flex

2006-09-05 Thread flexnewbie06
Just wondering if anyone has any insight on this. I load a simple flash quiz in the SWFLoader component in my Flex app and the QuizTrack seems to stop keeping score. When the quiz comes to the last frame, where it calculates total wrong, total correct and total score they are all 0's.

Re: [flexcoders] Re: Flashvars using Application.application

2006-09-05 Thread Adam Dorritie
On 9/5/06, Kyle [EMAIL PROTECTED] wrote: My html wrapper contains the normal scripts to check the flash version, etc.. And the embed code looks like this: code snipped Kyle, It looks like what may be biting you is the same thing that bit me for a while. The code you posted looks like the

[flexcoders] Re: Could not load WSDL of .NET WebService in Flex 1.5

2006-09-05 Thread Pablo Apanasionek
Franck, thanks for your reply. I've tested so far putting my WSDL on another server (IIS) and putting the absolute URL on the WebService tag, not without enabling that URL in my flex-config.xml web-service-whitelist. This has produced the same result (Could Not Load WSDL). The URL to

[flexcoders] webservice lastResult to a ComboBox

2006-09-05 Thread Kristian
Hi. Hope someone can help me. I need to put the result from a webservice in a ComboBox. The webservice method returns a java.util.List. Any one who can show me how?Uttrykk deg umiddelbart med Windows Live Messenger! Windows Live Messenger! __._,_.___ -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Re: FocusOut ??

2006-09-05 Thread Peter Watson
Hi Rich, When closed - a popup will return focus to whatever element had it before the popup was opened. So, even though the focus cursor is showing in the second field - the focus isnt getting completely updated in the focus manager to the second textField before the Alert popup

[flexcoders] Re: webservice lastResult to a ComboBox

2006-09-05 Thread meteatamel
Can you more specific? It would be useful if you can post the code that you have right now and we can see what we need to change to make it work. --- In flexcoders@yahoogroups.com, Kristian [EMAIL PROTECTED] wrote: Hi. Hope someone can help me. I need to put the result from a webservice in

[flexcoders] ComboBox Multiple Selection

2006-09-05 Thread Daniel
Im trying to create a multiple-selection combobox. I'll appreciate any help you can give. Thanks in advance. Daniel -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] Tree Component expandItem Animation true problem.

2006-09-05 Thread Deepa Subramaniam
This is because of the way the depthColors are drawn. They are only drawn in drawRowBackgrounds() which gets called in updateDisplayList() so the row background colors are not tweened during the animation. Ive added an enhancement request to allow for tweening of background row colors

[flexcoders] Error icon on my Project folder, but no errors!

2006-09-05 Thread Clarke Bishop
My FlexBuilder 2 project folder has an error icon (Little red X) and when I launch the project, it gives me the There are errors ... dialog box. But, No errors show up under the Problems tab and there are no error icons anywhere else in my project! And, my project seems to run fine. How can I

RE: [flexcoders] Re: Could not load WSDL of .NET WebService in Flex 1.5

2006-09-05 Thread Franck de Bruijn
Hi Pablo, I wrote the following small test application: mx:Application xmlns:mx=http://www.adobe.com/2006/mxml layout=absolute mx:Button x=167 y=108 label=Click me! click=doClickMe();/ mx:Script ![CDATA[ import mx.rpc.soap.LoadEvent; import mx.rpc.events.FaultEvent;

RE: [flexcoders] Re: webservice lastResult to a ComboBox

2006-09-05 Thread Franck de Bruijn
Hi Kristian, Presuming your webservice method returns a list of Strings, the result from the webservice operation (ResultEvent.result) is a dynamic object containing a Flex Array object. Probably if you pull this Array object out you can assign it to the dataprovider property of a

RE: [flexcoders] Re: strange problem with components in TabNavigator

2006-09-05 Thread Horváth Balázs
Thanx a lot :- ) it works Horváth Balázs -Original Message- By default, the children of ViewStacks (and consequently TabNavigators, since they just wrap a ViewStack) are not created until they are shown. You can set creationPolicy = all to get around this. HTH, Ben

[flexcoders] RemoteObject Setup

2006-09-05 Thread Darren Houle
Can anyone point me to concise setup instructions for starting to use RemoteObjects? For instance... 1. Make sure you have CF 7.0.2 2. Write some CFCs and put them here [...] 3. Edit the remoting-config.xml in CF and add this code [...] to point to your CFCs 4. Create remoteObject tags in

[flexcoders] How to launch an executable file in ActionScript 3?

2006-09-05 Thread efeminella
I was wondering if anyone has previously launched an .exe from ActionScript 3.0 / Flex 2. I am currently building an application in which the user will need to have the ability to launch JDeveloper from Flex 2. I know that this was possible in ActionScript 2.0 via FSCommand as long as the swf

Re: [flexcoders] RemoteObject Setup

2006-09-05 Thread greg h
Darren, You might want to check out Ben Forta's article up on DevNet on Using ColdFusion with Flex: Creating and Running a Phone Selector. www.adobe.com/devnet/flex/articles/coldfusionflex_part3.html Ben's article provides a zip file and detailed instructions. All files needed are provided

[flexcoders] Setting RollOverColor in LinkBar

2006-09-05 Thread jdixon428
Hi, I posted this yesterday, but did not see it show up. Maybe everyone was enjoying the long holiday weekend. So I will try again. I have an HBox with a backgroundImage. I then have a LinkBar with several menu choices on top of the HBox. How can I set the LinkBar

[flexcoders] Re: Change datagrid rollover highlight

2006-09-05 Thread Tim Hoff
Hi Shannon, Two ways that I can think of: 1. Set the Grid's selectable property to false and handle rollOver and selection in the itemRenderer. 2. Subclass DataGrid and override the mouseOverHandler function. Either eliminate the fill methods for rollOverColor or only fill the current cell;

[flexcoders] Flex + .NET Web Services irritations

2006-09-05 Thread John C. Bland II
Flex seems to have problems hitting .NET web services. Specifically, it has problems handling method overloads and, for whatever reason, can't seem to work with working .NET WS's. I setup the operation, etc just as examples showed to make sure my own knowledge wasn't lacking and it still didn't

[flexcoders] Re: Flex + .NET Web Services irritations

2006-09-05 Thread Tim Hoff
Hi John, Without seeing the code, the first error seems E4X related. I'm not sure if this will help you with the second error, but natively Flex doesn't accept .Net datasets without receiving this error. If that's the case, you can solve this by casting the dataset to a class that is returned

RE: [flexcoders] FW: Set a LinkButton icon class at run time

2006-09-05 Thread Pete Capra
Hi Hilary, Thanks for your help, it worked a treat! Kind Rgds, Pete Hi Pete, Not sure about the LinkButton, but I have set the icon of a PopUpButton at runtime. I embeded the icon: [Embed(source='AeonGraphical.swf', symbol='BusyCursor')]private var loadingIcon:Class; and then used

Re: [flexcoders] Save image at server-side with ColdFusion

2006-09-05 Thread greg h
Antares, This reply offers only possible leads, rather than a complete solution. Perhaps others can provide more complete examples. There was a thread on this list earlier this year. Following are two links for two post from that thread (each with links at the bottom of the page all of the

[flexcoders] mx.effects.tween

2006-09-05 Thread Samúel Jónasson
Hi, Do you know of any AS3 libraries that I can use instead mx.effects.tween? Are there any available tweening engines for AS3. I am using Flex Builder 2 to build my Actionscript 3 project and I thought I could use the mx.effects.Tween class but it looks like I can't. I get errors like

[flexcoders] Overlays

2006-09-05 Thread Benjamin Dobler
Hi, i`m looking for a good way to implement overlays. Something like a sidebar that hides outside the application and if an event occurs animates on stage and lies above all gthe other content. I`ve seen an example of this but can not find it. Thanx Benjamin __._,_.___

[flexcoders] Embed an activex in flex

2006-09-05 Thread Diego Guebel
Hi there, I wonder if there is any way to embed an activex in flex. I was googling with not success. Thanks in advance. Diego. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Get result on database insert...

2006-09-05 Thread Tracy Spratt
This is not difficult. What have you tried, what is not working? If your webservice operation call returns the id then it is available via binding or in the event.result object. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ken

RE: [flexcoders] Continue running SWF

2006-09-05 Thread Tracy Spratt
Look into Timer: http://livedocs.macromedia.com/flex/2/langref/flash/utils/Timer.html Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kumar Sent: Tuesday, September 05, 2006 10:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Continue

RE: [flexcoders] Re: AUTO DELETE ITEMS IN DATAGRID

2006-09-05 Thread Tracy Spratt
What are you expecting this to do: datagrid2.selectedIndex.AutoB() AutoB() is not a method of datagrid2.selectedIndex. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Hardt Sent: Monday, September 04, 2006 3:09 PM To:

Re: [flexcoders] Overlays

2006-09-05 Thread Michael Schmalle
Hey,check out Sho's blog, he has a Drawer component that does exactly what you want.Peace, MikeOn 9/5/06, Benjamin Dobler [EMAIL PROTECTED] wrote: Hi, i`m looking for a good way to implement overlays. Something like a sidebar that hides outside the

[flexcoders] Re: Transform XML with external CSS styleSheet via htmlText

2006-09-05 Thread Mike Britton
?xml version=1.0 encoding=utf-8? mx:Application creationComplete=initApp(); xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ private function initApp():void { var htmlString:String = a

[flexcoders] Bug in series class(es) regarding datatips

2006-09-05 Thread RBullotta
In the series class implementations (e.g. LineSeries), there appears to be a bug in the findDataPoints method that prevents dataTips from being displayed if filterData is set to false. The line: if (!isNaN(v.yFilter) !isNaN(v.xFilter)) ...looks like it should be:

[flexcoders] Re: Embed an activex in flex

2006-09-05 Thread RBullotta
Not directly, but you can use the Flex/AJAX bridge code to link Flex to the ActiveX via the browser's scripting engine. - Rick -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Firefox incompatible with ExternalInterface?

2006-09-05 Thread JClouz
I want to load a website from within my Flex application to a new browser window. When I use: var request:URLRequest = new URLRequest(url); navigateToURL(request,_blank); It works perfectly in both IE and Firefox. Problem is I need the window to pop up behind the flex app, so the flex user

[flexcoders] Re: Tree Component expandItem Animation true problem.

2006-09-05 Thread Mick Robin
Hi, Thanks Deepa for ur solution.I have tried to use custom ItemRenderer.Tweening is working fine.But how I do I change the row backgroud color when user selects a row? is there any handler to chage the selected color. I have used the following code in my ItemRenderer: Inside the