RE: [flexcoders] How far can be customized a tooltip

2006-05-08 Thread Matt Chotin
Your component will dispatch a toolTipCreate event which you can catch and substitute in your own ToolTip instance.   From the docs: If you create your own IToolTip object and place a reference to it in the toolTip property of the event object that is passed to your toolTipCreate handle

RE: [flexcoders] onMouseWheel -- Works in MXML, not when embedded into HTML

2006-05-08 Thread Matt Chotin
What browser does it not work in?  Are you sure the Player has focus when you're moving the mousewheel?  Can you try flipping the wmode to opaque? Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Raheen M Shabbazz Sent: Monday, May 08, 200

RE: [flexcoders] Help with renderer in DataGrid

2006-05-08 Thread Matt Chotin
Your cell renderer can check the listData owner's selectedIndex compared to the listData.rowIndex to see if it is the selected row. For vertically centering you probably need to use an HBox and set the verticalAlignment to middle?  Going off the top of my head. Matt -Original Message-

RE: [flexcoders] Is it possible to dynamically get a PrintScreen Image?

2006-05-08 Thread Matt Chotin
I'm not looking up the APIs but basically you can create a new bitmap, then draw the topmost displayobject to that bitmap.  Then you can do whatever you want with the bitmap including use it as an image elsewhere. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Good Code Stops Working For Me Too

2006-05-08 Thread Matt Chotin
Did they contact you?  Someone said they would I think.   I don’t think we have an existing fix for it though.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Simon Fifield Sent: Monday, May 08, 2006 5:37 AM To: flexcoders@yahoogrou

RE: [flexcoders] Has this been fixed in B3

2006-05-08 Thread Matt Chotin
Apparently it’s not finding the crossdomain.xml file, I don’t think we had any bugs open on this so maybe you don’t have it available on the right ports?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dominick Accattato Sent: Saturday, May 06

RE: [flexcoders] FLEX 2 wishlist request

2006-05-08 Thread Matt Chotin
I think the goal of that dialog has always been to appear very much like a system dialog.  It would be nice if it were better looking, I agree…   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dominick Accattato Sent: Saturday, May 06, 2006 4:2

RE: [flexcoders] Dynamically scaling a custom component

2006-05-08 Thread Matt Chotin
_width may not be set until after measure() if you didn't set it explicitly.  I don't remember what we have in 1.5, look into using something like _measuredWidth instead? Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of leo4beer Sent: Sund

[flexcoders] wierdness with flex2beta3 flexstore demo app and FF

2006-05-08 Thread Barry Beattie
just did a player 9 install in IE http://flexapps.macromedia.com/flex2beta3/flexstore/flexstore.html comes up fine in FF, I get a flash message saying "content required FP8" (but 9 is installed) anyone else get this too or is it just me? -- Flexcoders Mailing List FAQ: http://groups.yah

[flexcoders] Re: Gui component events inside

2006-05-08 Thread djbrown_rotonews
In the snippet I've included below, {hours.hour} is just a reference to some static XML that contains 24 strings (one for each hour), with the value I want associated with each (ie, 23:00 etc...) timeRange is a model that contains the current endTime (another ComboBox, in the same nature as

[flexcoders] Re: Flex 2 B 2: TileList, ItemRenderer, and events.

2006-05-08 Thread Douglas Knudsen
seems Beta 3 addressed this...yeehaw! DK On 5/8/06, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > Ok, banging my head on this for far too long.  I have a Flex app using > a TileList and a custom ItemRenderer called ThumbNail.mxml. > ThumbNail.mxml is composed of say two images, a up arrow and a

[flexcoders] mx:States and caching

2006-05-08 Thread sof4real03
Is there a way to force states to recreate children objects? Using the RemoveChild does not delete the child instance. Any insight into this matter? - Sof -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-

[flexcoders] Draw Box Crop Tool?

2006-05-08 Thread Aly Sidi
Hello,This is probably a noob question..but here goes.anyone know to turn this into a MXML component What i really want is to be able to drag a box like on this site  : http://www.myheritage.com/FP/Company/faceSamples.php?s=1&u=g0&lang=ENclick the pic then click the image crop tool.i just basic

Re: [flexcoders] Individual Tab Header Colors

2006-05-08 Thread jeremy lu
thanks Gordon, another new api scrub ? :-)On 5/9/06, Gordon Smith <[EMAIL PROTECTED]> wrote: Close... that should be getTabAt(), not getChildAt(). The tabs are actually grandchildren of the TabNavigator; they are children of the TabBar that is a child of the TabNavigator.   -

RE: [flexcoders] Individual Tab Header Colors

2006-05-08 Thread Gordon Smith
Close... that should be getTabAt(), not getChildAt(). The tabs are actually grandchildren of the TabNavigator; they are children of the TabBar that is a child of the TabNavigator.   - Gordon   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jeremy lu Se

Re: [flexcoders] Individual Tab Header Colors

2006-05-08 Thread jeremy lu
you can getChildAt() to get the individual button instance then setStyle() on it. see if this work.On 5/9/06, Tim Hoff <[EMAIL PROTECTED]> wrote: I read a great post recently that showed how to apply styles toindividual tab headers in a tabNavigator with AS3.  And like an idiot,I failed to boo

RE: [flexcoders] Flex 2 beta 3 available

2006-05-08 Thread JB
Title: Flex 2 beta 3 available Hi Deepa and Geoffrey,Thank so much for your help.I just am re-compiling everything,and it sounds like this will fix everything.I also am reading the documentation on labs.Thanks very much for your help. I am still a newbie, but still stoked!JohnDeepa Subramaniam <

RE: [flexcoders] Flex 2 beta 3 available

2006-05-08 Thread Deepa Subramaniam
Title: Flex 2 beta 3 available You need to re-build your swfs to be compliant with the Beta 3 source code and be sure to use the player that is packaged with the Beta 3 build. There should be documentation on the labs site that call out code changes in the Flex framework and in the Player

RE: [flexcoders] Validation framework and changing the way tooltips get "triggered" (F2B2)

2006-05-08 Thread Deepa Subramaniam
If you're using Flex 2, check out triggerEvent in the Validator class. That allows you to specify which event triggers the validation. I believe by default this happens when you remove focus from the component, but you can use triggerEvent to customize the behavior. -deepa -Original Messa

[flexcoders] Re: Flex 2 beta 3 available

2006-05-08 Thread Geoffrey Williams
http://labs.adobe.com/wiki/index.php/Flex:Beta_2_to_Beta_3_Changes import flash.utils.Timer --- In flexcoders@yahoogroups.com, JB <[EMAIL PROTECTED]> wrote: > > Hi, > I just downloaded the new flash player 9(mac version), but I get this error: > VerifyError: Error #1014: Class flash.util::Tim

Re: [flexcoders] Flex 2 beta 3 available

2006-05-08 Thread JB
Title: Flex 2 beta 3 available Hi,I just downloaded the new flash player 9(mac version), but I get this error:VerifyError: Error #1014: Class flash.util::Timer could not be found.    at mx.managers::SystemManager/initialize()    at mx.managers::SystemManager/::initHandler()Does anyone know why t

[flexcoders] Flex 2 beta 3 available

2006-05-08 Thread João Fernandes
Title: Flex 2 beta 3 available Just to say that Flex 2 Beta 3 is already available on labs ! João Fernandes -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Individual Tab Header Colors

2006-05-08 Thread Tim Hoff
I read a great post recently that showed how to apply styles to individual tab headers in a tabNavigator with AS3.  And like an idiot, I failed to bookmark it.  Does anyone have a quick link that shows how to do this?  I searched, but came up dry. As always - thanks, Tim Hoff -- Fl

RE: [flexcoders] WebService Flex 2.0

2006-05-08 Thread Geoffrey Williams
WebService calls are asynchronous... [NotTested]: wsdl="http://localhost/Flex2T_WebServiceTest/Service1.asmx?wsdl"  id="CustomerServices" fault="mx.controls.Alert.show(event.fault.faultstring)" >     -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Out of memory error

2006-05-08 Thread Chaitu Vadlapatla
  Hey All,     I am seeing the following error right now   “An out of memory error has occurred. You can prevent these errors in the future by increasing your heap size before you start the workbench using the –vmargs –Xmx command line option”   Any help would be greatly appreciate

RE: [flexcoders] Re: Drag and drop DataGrid to Tree

2006-05-08 Thread Franca Daniel
Thank you Paul,   But in that example they use a List and alll work very well , but when you turn it to Tree (Grid to Tree), that exemple dont work anymore. Have a Idea why ? --- Paul Williams <[EMAIL PROTECTED]> escreveu: - Also have a loo

RE: [flexcoders] How can I sort a hash in Actionscript?

2006-05-08 Thread Francis Cheng
ActionScript 3.0 does have a hash class, named Dictionary, which you can find in the flash.utils package. You can rewrite your "o" Object as a Dictionary, but ActionScript 3.0 doesn't have the equivalent of the 'sort' keyword in Perl where you can do something like: // Perl code foreach $key (s

[flexcoders] Re: Gui component events inside

2006-05-08 Thread Tim Hoff
You might also wan't to check this out: http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectID=231  Cheers, Tim --- In flexcoders@yahoogroups.com, "djbrown_rotonews" <[EMAIL PROTECTED]> wrote:>> I've got the following GUI component that updates a value inside an > mx:Model I'v

[flexcoders] Re: Gui component events inside

2006-05-08 Thread Tim Hoff
Each control (Repeater, comboBox) needs to utilyze binding.  If you use an arrayCollection as the dataProvider for all your controls, you can easily manipulate and bind the data that resides in the model (preferably modelLocator). TH --- In flexcoders@yahoogroups.com, "djbrown_rotonews" <[

[flexcoders] Tree get each node as required

2006-05-08 Thread David Harris
Hi guys, I am in the process of creating a tree that may end up with ALOT of nodes, so would like to get the nodes back as the user expands a node. I am guessing this is quite a common thing to require, so can anyone point me to an exmaple I can grab and look at? Cheers -- Flexcoders Ma

[flexcoders] Gui component events inside

2006-05-08 Thread djbrown_rotonews
I've got the following GUI component that updates a value inside an mx:Model I've defined: dataProvider="{hours.hour}" change="timeRange.STARTTIME=cbStartTime.selectedItem.data"/> I'm in the process of adding a construct around one of my GUI panels that contains about 4 ComboBoxes (inclu

[flexcoders] Re: Is it possible to dynamically get a PrintScreen Image?

2006-05-08 Thread Tim Hoff
I wonder if you could use the print function result, but bypass sending it to the printer. TH --- In flexcoders@yahoogroups.com, "Raheen M Shabbazz" <[EMAIL PROTECTED]> wrote: > > I've got a dynamic application that can be in any number of > view-states.  Generally speaking, no two states ar

[flexcoders] Re: WebService Flex 2.0

2006-05-08 Thread Tim Hoff
Listen before you send. [Bindable]. --- In flexcoders@yahoogroups.com, "vestcomprogrammer" <[EMAIL PROTECTED]> wrote: > > I have the follwing code and I have to click on the button twice to > get the value that the web services send back.  Is there a way to > fix this problem? > > > > >

RE: [flexcoders] WebService Flex 2.0

2006-05-08 Thread Karl Johnson
Yes, you should be setting a result handler for the web service operation, and showing your alert on result or fault. Your code will not work on the first click because the web service has not returned by the time you display the alert. Karl Karl Johnson Cynergy Systems, Inc. -Original

Re: [flexcoders] How far can be customized a tooltip

2006-05-08 Thread Jaime Bermudez
Found this post, but I imagine that this applies to Flex 1.5.  I'd like to create a custom toolTip in Flex 2.0 that would behave like a toolTip, but would be able to take a dataObject as a parameter and would have some formatting.   I don't this this is possible w/ the toolTip styles available i

[flexcoders] Creating a two item grid row with addChild. Need big time help.

2006-05-08 Thread Jeremy Rottman
I am working with some test code to create a two item grid row using add child. I can create a single item grid row, and have it output my test but it does work when I try to add two items. I return from my cfc, an array that holds all the information to populate this. Depending on how many I r

[flexcoders] WebService Flex 2.0

2006-05-08 Thread vestcomprogrammer
I have the follwing code and I have to click on the button twice to get the value that the web services send back.  Is there a way to fix this problem? wsdl="http://localhost/Flex2T_WebServiceTest/Service1.asmx?wsdl"  id="CustomerServices" fault="mx.controls.Alert.show(event.fault.fa

[flexcoders] onMouseWheel -- Works in MXML, not when embedded into HTML

2006-05-08 Thread Raheen M Shabbazz
My app is listening for the onMouseWheel event.  If I directly view the mxml application, it works just fine.  If, however, I embed the swf into an html (in my case JSP) page, the onMouseWheel is never triggered in the swf -- only in the parent html page (which scrolls up and down accordingly). 

Re: [flexcoders] Re: Adding a "close button" to a tab? (Flex 1.5)

2006-05-08 Thread P Trisnadi
I found the solution I needed from the archive dated June 8, 2005 (wow!) This is great, because now I can "close" my tabs in my TabNavigator.There are 2 other problems, though:1. if I create a new child, the previously "closed" tab re-appears as a tab-less child. So visually, I have tab0, then a

[flexcoders] Is it possible to dynamically get a PrintScreen Image?

2006-05-08 Thread Raheen M Shabbazz
I've got a dynamic application that can be in any number of view-states.  Generally speaking, no two states are the same. I've got a method set up to change the view-state by listening to the mouse wheel.  The has the effect of "zooming" the view-state of my application.  I put that in quotes b

Re: [flexcoders] Re: Error thrown when opening a TitleWindow

2006-05-08 Thread Misael
Ok, I´ve done it but still doesnt work. I´ve created the winBanco.mxml file http://www.adobe.com/2006/mxml" xmlns="*" layout="absolute">                                                                                                            And now am using this new main MXML app

[flexcoders] How can I sort a hash in Actionscript?

2006-05-08 Thread rigidcode
If I have an Object (there's no hash class in Actionscript 3 right??), is there a way to sort it according to one of it's member's properties? For example: var o:Object = new Object(); o['something'] = new Thing(); Thing(o['something']).order= 20; o['another'] = new Thing(); Thing(o['another

Re: [flexcoders] reading id3 tags off external mp3 files?

2006-05-08 Thread arpit mathur
Can anyone send me a quick example of how to read id3s on mp3s?...my code doesnt work and i am not sure waht i am doing wrong -arpit\ - Original Message From: arpit mathur <[EMAIL PROTECTED]>To: flexcoders@yahoogroups.comSent: Sunday, May 7, 2006 6:27:18 AMSubject: [flexcoders] reading

[flexcoders] Flex 2 B 2: TileList, ItemRenderer, and events.

2006-05-08 Thread Douglas Knudsen
Ok, banging my head on this for far too long.  I have a Flex app using a TileList and a custom ItemRenderer called ThumbNail.mxml. ThumbNail.mxml is composed of say two images, a up arrow and a down arrow for example.  I really want to be able to make it so that if the user clicks on the up or

RE: [flexcoders] Flex 2.0 b2: XML

2006-05-08 Thread Deepa Subramaniam
You can delete any portion of an XML document by using the 'delete' operator in e4x. -deepa -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tyombria Sent: Saturday, May 06, 2006 12:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

[flexcoders] Re: Error thrown when opening a TitleWindow

2006-05-08 Thread Doug Lowder
Try commenting out the three PopUpManager calls and see what happens.  The winBanco TitleWindow is defined as part of your application, but you are also instantiating it as a popup window.  This is probably not what you want.  If you want winBanco to be a draggable popup window, move the def

RE: [flexcoders] Re: Weird behavior with Flex 1.5 and ISAPI Filter

2006-05-08 Thread João Fernandes
No I haven’t,   Anyway it’s solved, there was missing a mapping for the connector. We found out because without those mappings it worked (don’t ask me how).   Anyway, thanks for  helping,   João Fernandes Dep. Informática - Área de Desenvolvimento Cofina media Avenida João Cris

[flexcoders] Re: Error #1009: null has no properties.

2006-05-08 Thread Tim Hoff
I doubt that this has anything to do with the view states.  You probably have a field or binding in the accordion control that isn't being initialized or set to to a value before the control is shown.  Just a thought. Tim Hoff --- In flexcoders@yahoogroups.com, sreedhar reddy <[EMAIL PROT

[flexcoders] Re: Weird behavior with Flex 1.5 and ISAPI Filter

2006-05-08 Thread Doug Lowder
Just curious, but do you have the IE ActiveX hotfix applied?  Sounds like something similar to what I saw with the hotfix applied, although I'm not using IIS. --- In flexcoders@yahoogroups.com, João Fernandes <[EMAIL PROTECTED]> wrote: > > Hi there, > >  > > I'm having this issue with my

[flexcoders] Re: WebService Trouble PRT 2

2006-05-08 Thread ben.clinkinbeard
http://www.mail-archive.com/flexcoders@yahoogroups.com/ --- In flexcoders@yahoogroups.com, Faisal Abid <[EMAIL PROTECTED]> wrote: > > Sorry for posting agan , i lost the previous emails due to a thunderbird > crash an im posting this again > > *Okay look this is my code so far What am i doin

RE: [flexcoders] Installing Flex 2 beta 2 with flash remoting against multi-home ColdFusion.

2006-05-08 Thread Ian Skinner
Can anybody point me to documentation or explanation of just what one needs to put into the endpoint uri parameter in the flex-enterprise-services.xml file? I think I am close to getting the phones example running.  I can get the Flex frame work to run, I can see the container in the browser.

RE: [flexcoders] Flex 2 - i18n

2006-05-08 Thread Tobias Patton
http://livedocs.macromedia.com/labs/1/flex20beta2/1159.html -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Devis Sent: Monday, May 08, 2006 5:30 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 2 - i18n HI, we are develop

[flexcoders] Error thrown when opening a TitleWindow

2006-05-08 Thread Misael
Can someone tell me why this code keeps throwing an error? It says: TypeError: Error #1009: null has no properties.    at mx.containers.utilityClasses::CanvasLayout/measure()    at mx.core::Application/mx.core:Application::measure()    at mx.core::UIComponent/::measureSizes()     at mx.core::UI

Re: [flexcoders] Calendar pop-up window out of the bound

2006-05-08 Thread Anant Gilra
Hi David,Looks like a bug. Where exactly is the DateField placed, when it goes out of the bounds. Could you share the code/log a bug for this.Thanks,Anant.On 5/8/06, dodenoros <[EMAIL PROTECTED]> wrote: HiDateField component is used in application for display and choose thedate. Pressing on "br

Re: [flexcoders] Calendar pop-up window out of the bound

2006-05-08 Thread jeremy lu
I ran into this problem (along with PopUpMenuButton and several other comonents), digging into it now, guess I will have to override showSubMenu() or similar method to get the pop-up back in bound.will report back if I found the solution. On 5/8/06, dodenoros <[EMAIL PROTECTED]> wrote: HiDateFie

[flexcoders] 15th May Sydney Developers study group

2006-05-08 Thread Chris Velevitch
On Monday 15th May, we'll be looking at the Using Events and Data Binding in Flex. Please read the articles prior to the meeting (see http://www.flashdev.org.au/program). At the meeting, the moderator will lead discussion and with questions about the topic. The meeting is on at 6:30pm for 7pm st

RE: [flexcoders] Weird behavior with Flex 1.5 and ISAPI Filter

2006-05-08 Thread João Fernandes
Tom,   I don’t get any _javascript_ error and I get the generated code is the one expected. I tested with FF and IE, with Flash Player 8 and 8.5 and nothing works.   For 1 ½ year everything worked fine with this configuration and now I can’t have it working. I even copied a working i

Re: [flexcoders] Error #1009: null has no properties.

2006-05-08 Thread Michael Schmalle
Hi, If you are using on the Accordion, try setting the property of the AddChild tag's creationPolicy to 'all'. This way all the children are created and you shouldn't get this error, I had same issues with the TabNavigator. Any other options, well I don't know about yet ;-) The null has no

RE: [flexcoders] Good Code Stops Working For Me Too

2006-05-08 Thread Simon Fifield
Have support made any response to this issue at all?   I still have no solution.   Simon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: 16 April 2006 23:35To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Good Code Stops Working For Me Too

RE: [flexcoders] Slider update

2006-05-08 Thread Sönke Rohde
Perfect, thanks! Sönke > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Eismann > Sent: Monday, May 08, 2006 2:16 PM > To: flexcoders@yahoogroups.com > Subject: RE: [flexcoders] Slider update > > Hi, > > you'll have to set liveDra

Re: [flexcoders] Flex 2 - i18n

2006-05-08 Thread Devis
HI, we are develop a beta PDM program with Flex 2, into a J2EE architecture. I wish to use I18n for message and UI Label component client side, i have read that flex 2 support i18n but i have not found documentation about this, can you help me. Devis - Original Message - From: "Tom Chi

[flexcoders] ApplicationDomain Problems Partitioning Flex 2 (Beta 2) swf

2006-05-08 Thread Nathan Smith
Say I have a plugin type framework and i'm wanting to load swf's into this framework at runtime using a Loader.I also want to protect my framework so that plugins (swf's) can't access my mx.core.Application.application (and it's members).I figured I could do this by loading plugins into their o

[flexcoders] Help with renderer in DataGrid

2006-05-08 Thread flexabledev
I am struggling with trying to figure out the best way to implement a renderer that would conditionally display iconic buttons in a DataGrid column if the Row has been selected.  Also, when variableRowHeight is set to "true" how does one make sure that text is vertically centered in the rows who

[flexcoders] Error #1009: null has no properties.

2006-05-08 Thread sreedhar reddy
Hi,   I am working with view states.  Here, i am getting problem when i moved to next state by clicking a button.  the moment i click the button, that takes me to new state and there i have accordian component. here, when i want to brose through the accordian it is showing error as follows:

Re: [flexcoders] Weird behavior with Flex 1.5 and ISAPI Filter

2006-05-08 Thread Tom Chiverton
> If I use http://mydevbox/myflexapp.mxml >   (IIS with ISAPI > Filter) it shows movie not loaded. Do you get a _javascript_ error or anything ? If you look at the HTML source of the page, is it trying to load from somewhere that isn't

RE: [flexcoders] Slider update

2006-05-08 Thread Dirk Eismann
Hi, you'll have to set liveDragging = true on the HSlider Dirk. > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Sönke Rohde > Sent: Monday, May 08, 2006 1:53 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Slider update >

Re: [flexcoders] Flex 2 - i18n

2006-05-08 Thread Tom Chiverton
>>> On Mon, May 8, 2006 at 12:21 PM, in message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > hi, > sorry for this post again... but can you give me some docs or examples > please Of what ? i18n is a big subject - what are you trying to do ? Tom Chiverton **

[flexcoders] Calendar pop-up window out of the bound

2006-05-08 Thread dodenoros
Hi DateField component is used in application for display and choose the date. Pressing on "browse date" button the calendar pops up. But the calendar is out of bounds of flex window, so half of it is not visible. What is the parameter that enables to locate the calendar in specific place (n

[flexcoders] Let's put Flex on the (Frappr) map

2006-05-08 Thread Chris Velevitch
http://www.frappr.com/flexdevelopers Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40ya

[flexcoders] Slider update

2006-05-08 Thread Sönke Rohde
Hi, I am using the Hslider but I need the update-event not only when the slider is release but already when the slider is dragged and has a new position. I tried to use the thumbDrag-event but the value-property of the event is NaN. Am I missing something, is it a bug? Thanks, Sönke --

[flexcoders] Weird behavior with Flex 1.5 and ISAPI Filter

2006-05-08 Thread João Fernandes
Hi there,   I’m having this issue with my devbox, I use IIS 5 ISAPI Filter to map to my flex container. For 1 ½ year everything worked fine but now, no swf is displayed. If I have errors in my code, the compiler throws them but if no error is found I get “movie not loaded” and nothing d

[flexcoders] Flex 2 - i18n

2006-05-08 Thread Devis
hi, sorry for this post again... but can you give me some docs or examples please Thank's in advance Devis -- 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] Re: Drag and drop DataGrid to Tree

2006-05-08 Thread Paul Williams
Also have a look at the following sample chapter: http://labs.adobe.com/wiki/index.php/Flex_Framework:tutorials:tfts_drag_drop And if you're still stuck, post another question :) Paul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexnadob

[flexcoders] user login

2006-05-08 Thread mbordallo
Hi all! I'm trying to deploy a typically login system but i'm not sure what's the best way. I've tryied implement it using jsp sessions and working with share objects. Can anybody tell me the best solution?? Thanks in advance. -- Manuel Bordallo [EMAIL PROTECTED] -- Flexcoders Mail