[flexcoders] Re: Disable Deep Linking

2008-08-29 Thread Jean-Luc ESSER
This actually disables not only deep linking, but but all browser interaction. How can you disable deep linking without disabling historyManager ? I have an application which i made with Flex 2, and i was using HistoryManager. Now in Flex 3, HistoryManager does not work anymore and deep linking

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-22 Thread Jean-Luc ESSER
Hello Shannon, Thank you for taking the time to look into this. I don't really understand what you're doing here... Are you saying that with your code, you can show in your flash app the swf or gif that gets writen by the js call ? The main problem is that the js call may be a call to another js

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-22 Thread Jean-Luc ESSER
Sorry, i get your code now. What you is what i tried before, that is triggering the writing of the dart ad from flex, and positionning it in a div on a layer over your flex app. There are two limitations here : You cannot deal with expandable ads (because the ad is contained in a div) You cannot

[flexcoders] Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Jean-Luc ESSER
If someone finds a solution to this one, i'll pay him strawberries ! Is there a way of doing a js document.write in Flex ? Explanantion : Today i have a website with DART tags like this one : script !-- document.write('script language=JavaScript

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Jean-Luc ESSER
I don't see the ad networks providing such a solution... It would mean, because of the redirects from one network to the other, that every single network makes this move. I think the move has to come from adobe, in a way or another. Adobe ? Jean-Luc ESSER Leader of the French Flex User Group

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Jean-Luc ESSER
, that is ads from different ad networks. Jean-Luc ESSER --- In flexcoders@yahoogroups.com, Paul DeCoursey [EMAIL PROTECTED] wrote: Perhaps you should be talking with Doubleclick, it looks like they have a Flash in Flash solution for DART. http://www.doubleclick.com/us/products

[flexcoders] Re: Background transparancy

2007-03-07 Thread Jean-Luc ESSER
Hello Benoit ! How you doing ? To all : I'm trying to extend the transparency problem to a more complex problem : How would you, in Flex, make possible to expand some content over your html page, so that html content is accessible (you can interact with it) when not expanded. That is what you

[flexcoders] Cleaning a file in eclipse ?

2006-07-27 Thread Jean-Luc ESSER
Hi all ! I'm not talking about about the 'clean project' here. Is there a way to clean your file for all unused imports for exemple ? I know this is somehow possible in Java in eclipse, but it doesn't seem to work with Flex. Best, Jean-Luc __._,_.___ -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Cleaning a file in eclipse ?

2006-07-27 Thread Jean-Luc ESSER
Nice tip Benoit ! I should have asked the question on flexeurs, but Tim would have been sad ;) Adobe : If you can hear us for 2.01 update ;) Best, JL - Original Message - From: Benoit Hediard To: flexcoders@yahoogroups.com Sent: Thursday, July 27, 2006 11:04

[flexcoders] TODO and FIXME in Builder ?

2006-07-19 Thread Jean-Luc ESSER
Maybe missed it, but did'nt find anybody asking how to implement the TODO and FIXME tasks in Builder. This is a must for every eclipse users, specially when working in teams, but it does not work for mxml or asfiles (maybe they are not parsed). Is there a simple way to have it work ?

Re: [flexcoders] Help with Flex Store Demo Instalation

2006-07-19 Thread Jean-Luc ESSER
 I'd say don't look any further... Best, JL - Original Message - From: Ian Skinner To: flex@houseoffusion.com ; [EMAIL PROTECTED] ; flexcoders@yahoogroups.com Sent: Wednesday, July 19, 2006 6:54 PM Subject: [flexcoders] Help with Flex Store Demo Instalation

Re: [flexcoders] TODO and FIXME in Builder ?

2006-07-19 Thread Jean-Luc ESSER
Dirk, Something like this ? override protected function normalDay():NormalDay { myNewDay:JackBauersDay = new JackBauersDay; _normalDay.nbHours = myNewDay.nbHours; return _normalDay; } Here you go ! Best, JL - Original Message - From: Dirk Eismann To:

Re: [flexcoders] Loading external css and setting a:hover style for htmlText

2006-07-17 Thread Jean-Luc ESSER
I didn't tried it, but from help, this should work : package { import flash.display.Sprite; import flash.text.StyleSheet; import flash.text.TextField; import flash.text.TextFieldAutoSize; public class StyleSheetExample extends Sprite { public function StyleSheetExample() { var

[flexcoders] TileList's Horizontal Gap

2006-07-12 Thread Jean-Luc ESSER
Sorry for asking this again, but i have been trying for a week or so to add an horizontal gap between renderers in a Tile List. I don't want to use specific columnWidth and/or padding in the renderer. I want real gap. So thatbackgroundColor for the cell for exemple won't fill the gap. Gap

Re: [flexcoders] Re: TileList's Horizontal Gap

2006-07-12 Thread Jean-Luc ESSER
: [flexcoders] Re: TileList's Horizontal Gap Hey Jean-Luc,Set the horizantalGap property on the container that the TileList is in.-TH--- In [EMAIL PROTECTED]ups.com, "Jean-Luc ESSER" [EMAIL PROTECTED] wrote: Sorry for asking this again, but i have been trying for a week or

Re: [flexcoders] TileList's Horizontal Gap

2006-07-12 Thread Jean-Luc ESSER
] TileList's Horizontal Gap Hi Jean Luc, can't you create an itemRenderer, which draws the horizontalGap itself? Maybe by placing a colored box at top and bottom? Another possibility would be to subclass TileList and add horizontalGap to it. Cheers,Ralf On 7/12/06, Jean-Luc ESSER

Re: [flexcoders] Dynamic ItemRenderer

2006-07-12 Thread Jean-Luc ESSER
I guess the best way of handling this would be to have a generic itemRenderer and load the corresponding components inside it, depending on a data value passed to the List dataProvider. That's how i would do it. You can also do it in the List container via actionScript if you want, by

Re: [flexcoders] Dynamic ItemRenderer

2006-07-12 Thread Jean-Luc ESSER
BTW, David, are you from France ? If so, are you aware of the creation of the French Flex Community ? http://www.flexeurs.org If you are interested, come say hello. Jean-Luc ESSER http://www.flexeurs.org - Original Message - From: ROUSSELIE David ROSI/SIFAC

Re: [flexcoders] SWF Loader

2006-07-12 Thread Jean-Luc ESSER
Jester, Does this mean that there is no way of getting a loaded swf to play, pause or stop without using localConnection ? JL - Original Message - From: JesterXL To: flexcoders@yahoogroups.com Sent: Wednesday, July 12, 2006 3:07 PM Subject: Re: [flexcoders] SWF

Re: [flexcoders] Re: cant set alpha for scrollbar

2006-07-07 Thread Jean-Luc ESSER
Didn't try it, but i think you can skin your scroll bar... Designing a translucid scroll bar in flash should do the trick. I'll be interested to see if you can get it to work. Best, JL - Original Message - From: hank williams To: flexcoders@yahoogroups.com

[flexcoders] Passing argument to ItemRenderer ?

2006-07-07 Thread Jean-Luc ESSER
Hi all ! Let's say you have a TileList with a dataProvider : mx:TileList dataProvider="{myDataProvider}" itemRenderer="myIR"/ Now you want to pass a new Variable to the ItemRenderer myIR. Would you append this var to myDataProvider (and if so how ?) so it is accessible via "data.myVar" ?

[flexcoders] Gap in a TileList ?

2006-07-07 Thread Jean-Luc ESSER
Anyone figured out how to specify an horizontal or vertical Gap in a TileList ? Works fine in a Tile, with repeaters, but not in a tile list. Thanx, JL __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Gap in a TileList ?

2006-07-07 Thread Jean-Luc ESSER
and item renderer margins.regards,rob On 7/7/06, Jean-Luc ESSER [EMAIL PROTECTED] wrote: Anyone figured out how to specify an horizontal or vertical Gap in a TileList ? Works fine in a Tile, with repeaters, but not in a tile list. Thanx

Re: [flexcoders] [Flex2] Changes to the Cairngorm package structure

2006-07-06 Thread Jean-Luc ESSER
I believe Cairngorm is just Adobe's vision of architecture, there is no licensing on this and you can refactor it as you wish. But what do you need to do ? Before refactoring, make sure you really need to. Cairngorm has been created with the voice of large clients developping large Flex

[flexcoders] ScrollBar eating content

2006-07-05 Thread Jean-Luc ESSER
In beta3, when using an auto scroll bar in a Box with content sized to 100% width and no height, when the scrollbar appeared, the content was resized accordingly so the scroll bar could fit in. In final version, the scroll appears on top of the content, thus eating some of it ! I find

[flexcoders] Cairngorm 2 Events ! Arghhhhhhhhhh !

2006-06-28 Thread Jean-Luc ESSER
;) Steven, did i miss something, or do i have to change all the event dispatching when upgrading from beta 3 to final ?! I'm a little lost... CairngormEventDispatcher... What should i change my dispatchEvent(myCairngormEvent) to ? I already changed all onFault and onResult to type *

Re: [flexcoders] Cairngorm 2 Events ! Arghhhhhhhhhh !

2006-06-28 Thread Jean-Luc ESSER
Thanx Steven. I read the release notes, but as i was not familiar with previous version (.99), it does'nt reallytalk to me ! Anyways, i'll find a way to get around this. That's precisely what i love about betas ;) Good meetings, Best, Jean-Luc. - Original Message - From:

Re: [flexcoders] Flash player is not a debugger?

2006-06-28 Thread Jean-Luc ESSER
Same issue here. Tried reverting to the beta 3 player, won't work either. Uninstalled everything and back on, same problem... Can't find a debug player anywhere... JL - Original Message - From: Daniel Tuppeny To: flexcoders@yahoogroups.com Sent: Wednesday, June 28,

Re: [flexcoders] Flex 2 final, Cairngorm ServiceLocator/Delegate implementation?

2006-06-28 Thread Jean-Luc ESSER
Hello Benoit, I've been playing around this matter all day long ;) You'll have to type your onResult and onFault to * instead of OnXXX, and cast your event when declaring your var myEvent = CAST(event.result); You actually drop the call (event.call.result) which is not defined in rpc

Re: [flexcoders] Re: Flash player is not a debugger?

2006-06-28 Thread Jean-Luc ESSER
ff from my post. Did not help a bit. Are you all on another local other then US, it may have something to do with it.. Jason --- In [EMAIL PROTECTED]ups.com, "Jean-Luc ESSER" flex@ wrote: Same issue here. Tried reverting to the beta 3 player, won't work either. Un

Re: [flexcoders] Another simple flex newbie question

2006-06-23 Thread Jean-Luc ESSER
The answer is Cairngorm ! (sorry, couldn't resist) :D JL - Original Message - From: hank williams To: flexcoders@yahoogroups.com Sent: Friday, June 23, 2006 3:09 PM Subject: [flexcoders] Another simple flex newbie question How do you modularize MXML.In

Re: [Junk E-Mail - LOW] [flexcoders] Another simple flex newbie question

2006-06-23 Thread Jean-Luc ESSER
You'll have to specify .* to get to the files inside your directory. MyComp="MyComponents.*" should work. Jean-Luc. - Original Message - From: hank williams To: flexcoders@yahoogroups.com Sent: Friday, June 23, 2006 5:02 PM Subject: Re: [Junk E-Mail - LOW]

Re: [Junk E-Mail - LOW] [flexcoders] Another simple flex newbie question

2006-06-23 Thread Jean-Luc ESSER
Slash notation ???!!! Is that actually working ? Anyway, you should use dot notation, as said previously. To add to my previous post, if you wish to go down several directories, you keep using dot notation : MyDir1.MyDir2.* for example. Be carefull about case sensitive. Best, Jean-Luc.

Re: [flexcoders] Please Adobe. Unanswered questions, and building the community

2006-06-22 Thread Jean-Luc ESSER
Hello Sourcecodia, Just my own 0.02 here: The way i see a community is that it is a community. I mean that Adobe has not the entire responsability of answering one and every question posted in this forum. Myself, i had a few questions which have never been answered, well, then what ? I

[flexcoders] How to have multiple states in same component ?

2006-06-22 Thread Jean-Luc ESSER
How would you deal with multiple states in the same component ? Imagine a panel wich has states like state 1 is opened and state 2 is closed. Now i would imagine a state 3 is blue and state 4 is red. But i cannot mix them because currentState takes only one value ! Only way out is

Re: [flexcoders] How to have multiple states in same component ?

2006-06-22 Thread Jean-Luc ESSER
Thanx Jason, but my question was global. Of course i can find a way of doing this particular task by binding colors or whatever. What i was trying to find is a best practice for such situations. This example was just for making a point. Using it in a Cairngorm architecture would make

[flexcoders] [To Michael Schmalle] Rendered from dataProvider ?

2006-06-19 Thread Jean-Luc ESSER
Michael, i saw one of your posts where you said : " Once you have established that the list has been rendered from the dataProvider " I assume you mean when the List has finished working with its dataProvider (including finished drawing its itemRenderers with their data). If so, how

Re: [flexcoders] [To Michael Schmalle] Rendered from dataProvider ?

2006-06-19 Thread Jean-Luc ESSER
the height based on rows.I remember Manish said the rowHeight property and I said calculateHeight().You rquestion is alittle nebulus, do you mean an event that signifies everything has been drawn?Or measurements?Peace, Mike On 6/19/06, Jean-Luc ESSER [EMAIL PROTECTED] wrote

Re: [flexcoders] [To Michael Schmalle] Rendered from dataProvider ?

2006-06-19 Thread Jean-Luc ESSER
TW, thanks for this question becasue that is a very important event!Ok, double on that, LayoutManger says FlexEvent.UPDATE_COMPLETE ;-) Peace, Mike On 6/19/06, Jean-Luc ESSER [EMAIL PROTECTED] wrote: Hi Mike, Yes i mea

Re: [flexcoders] [To Michael Schmalle] Rendered from dataProvider ?

2006-06-19 Thread Jean-Luc ESSER
ompleteQueue, it goes backwards, children to parent.I would think you could check for the base components instance.If you find out that you cannot, I don't understand what is going on by looking at the LayoutManager. It seems pretty simple.Peace, MikePS show me some co

Re: [flexcoders] [To Michael Schmalle] Rendered from dataProvider ?

2006-06-19 Thread Jean-Luc ESSER
, MikePS show me some code so I can try what you are doing! :) On 6/19/06, Jean-Luc ESSER [EMAIL PROTECTED] wrote: Well i tried that, and it looks like it is fired several times during the population of the List. So i

Re: [flexcoders] [To Michael Schmalle] Rendered from dataProvider ?

2006-06-19 Thread Jean-Luc ESSER
] Rendered from dataProvider ? I see, I also see yahoo is messing up again, I think yo might have got my last message.I am adding this to my list of questions ;-)I don't know the answer right now. I had tested this also.Peace, Mike On 6/19/06, Jean-Luc ESSER [EMAIL PROTECTED

Re: [flexcoders] [To Michael Schmalle] Rendered from dataProvider ?

2006-06-19 Thread Jean-Luc ESSER
think yo might have got my last message.I am adding this to my list of questions ;-)I don't know the answer right now. I had tested this also. Peace, Mike On 6/19/06, Jean-Luc ESSER [EMAIL PROTECTED] wrote: Mike, here is what

[flexcoders] ItemRenderer cannot override data when in TileList ?!

2006-06-16 Thread Jean-Luc ESSER
I have an itemRenderer in which i do an override of set data. Works fine when i put itin a List, does not work when in a TileList ! Looks like the Image and the Text do not exist yet !?! (null object reference) Anyone ? Best, Jean-Luc. ** code of the itemRenderer ** ?xml version="1.0"

[flexcoders] TileList performance issue

2006-06-16 Thread Jean-Luc ESSER
When used with a complex itemRenderer, performance between List and TileList is amazing ! I'm even thinking of replacing all my TileLists by a mix of Lists and/or Repeaters... But before doing that, i want to know if you have found ways to have a TileList perform better (keeping

Re: [flexcoders] Re: Event when Data is Loaded ?

2006-06-15 Thread Jean-Luc ESSER
.html#event:complete Jim - From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED]ups.com] On Behalf Of Jean-Luc ESSER Sent: Friday, June 09, 2006 6:29 AM To: [EMAIL PROTECTED]ups.com Subject: [SPAM] [fl

Re: [flexcoders] Resizing Container's children in FLEX

2006-06-15 Thread Jean-Luc ESSER
Did you try an autoLayout to false in your parent ? Don't know how to do it from the child though. JL - Original Message - From: iuliub To: flexcoders@yahoogroups.com Sent: Thursday, June 15, 2006 4:23 PM Subject: [flexcoders] Resizing Container’s children

[flexcoders] Event when Data is Loaded ?

2006-06-09 Thread Jean-Luc ESSER
Hi there, I'm trying to show a component on stage only when its dataProvider hasfinished populating the component. Let's take for exemple a datagrid with an itemRenderer. How would i set my datagridproperty to visible only when all data from its dataProvider has been loaded and its

Re: [flexcoders] Event when Data is Loaded ?

2006-06-09 Thread Jean-Luc ESSER
Nope, this won't work as the updateComplete event is dispatched xx times during the process ! No way to identify which one is the last one. Anyone ? JL - Original Message - From: Dirk Eismann To: flexcoders@yahoogroups.com Sent: Friday, June 09, 2006 2:04 PM

Re: [flexcoders] Event when Data is Loaded ?

2006-06-09 Thread Jean-Luc ESSER
I'm not loading data via URLLoader. Maybe you got me wrong. Sorry if i wasn't clear. Whichever data is sent to my DataGrid's dataProvider, i want to handle an event after the datagrid has loaded all this data. In my specific case, my dataProvider is binded to a valueObject in the

Re: [flexcoders] F2B3: useHandCursor property of Text control

2006-06-09 Thread Jean-Luc ESSER
I have the exact same problem, anddo not have a solution. If you put handCursor on a Box where you text resides, it does not work either. Best, JL - Original Message - From: Jim Robson To: flexcoders@yahoogroups.com Sent: Friday, June 09, 2006 3:18 PM Subject:

Re: [flexcoders] Re: Dispatching multiple events in order with cairngorm

2006-06-01 Thread Jean-Luc ESSER
Thanx Tim i'm gonna look into this, but i'm worried about one issue : In case of a command launching an effect in a component, when the effect starts, it means the command has executed, thus invocating the next command. What if i want to wait for effectEnd before invoking next command...

Re: [flexcoders] Re: Dispatching multiple events in order with cairngorm

2006-06-01 Thread Jean-Luc ESSER
Of Jean-Luc ESSER Sent: 01 June 2006 10:35 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Dispatching multiple events in order with cairngorm Thanx Tim i'm gonna look into this, but i'm worried about one issue : In case of a command launching an effect in a component, when the effect

Re: [flexcoders] Cairngorm question

2006-06-01 Thread Jean-Luc ESSER
You'll have everything you need on Steven's Blog : http://weblogs.macromedia.com/swebster/ CG2 is in Beta3 right now. Download it here : http://weblogs.macromedia.com/swebster/archives/Cairngorm2b3.zip Best, Jean-Luc PS: Steven, di you hear something about a cgStore ? Just kidding :)

Re: [flexcoders] Re: Newbie : How do i listen to a value ? Cairngorm inside.

2006-05-24 Thread Jean-Luc ESSER
, Jean-Luc - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, May 24, 2006 9:58 AM Subject: Re: [flexcoders] Re: Newbie : How do i listen to a value ? Cairngorm inside. On Tuesday 23 May 2006 16:53, Jean-Luc ESSER wrote: I meant

Re: [flexcoders] Re: Newbie : How do i listen to a value ? Cairngorm inside.

2006-05-24 Thread Jean-Luc ESSER
ll missing something ? Best, Jean-Luc. - Original Message - From: "Tom Chiverton" [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, May 24, 2006 12:27 PM Subject: Re: [flexcoders] Re: Newbie : How do i listen to a value ? Cairngorm inside. On Wednesday 24 May 2006 1

[flexcoders] Newbie : How do i listen to a value ? Cairngorm inside.

2006-05-23 Thread Jean-Luc ESSER
How do i "listen" to a value change in a var ? Let's say i have a component CompA. In this component is a function FunctionA which needs to be triggered when an event is dispatched from a component CompB. Using Cairngorm, i dispatch an event from CompB, running a Command. For now, i

Re: [flexcoders] Re: Newbie : How do i listen to a value ? Cairngorm inside.

2006-05-23 Thread Jean-Luc ESSER
--- In flexcoders@yahoogroups.com, Jean-Luc ESSER [EMAIL PROTECTED] wrote: How do i listen to a value change in a var ? Let's say i have a component CompA. In this component is a function FunctionA which needs to be triggered when an event is dispatched from a component CompB. Using Cairngorm

Re: [flexcoders] Re: Newbie : How do i listen to a value ? Cairngorm inside.

2006-05-23 Thread Jean-Luc ESSER
inside. On Tuesday 23 May 2006 16:30, Jean-Luc ESSER wrote: 2/ But if it is more complex, i would agree on writing a new command. But when dispatching an event from any component, it means that the destination view (where command should execute) should be passed as a parameter. Commands don't

Re: [flexcoders] Re: Newbie : How do i listen to a value ? Cairngorm inside.

2006-05-23 Thread Jean-Luc ESSER
of the pattern, but extracting it this way lets you, for example, unit tests it's functionality and keeps the Model and View separate. -- Jean-Luc ESSER To: flexcoders@yahoogroups.com [EMAIL PROTECTED] cc: Sent

Re: [flexcoders] Re: Cairngorm Sample Store

2006-05-23 Thread Jean-Luc ESSER
Last i heard from Steven was that they were trying to find time to put that online asap. They are under lot of pressure with internal projects. They didn't forget about it, we just need to be patient. Best, Jean-Luc - Original Message - From: Stefan Schmalhaus [EMAIL PROTECTED] To:

[flexcoders] Force a List to resize ? How ?

2006-05-19 Thread Jean-Luc ESSER
I have a VBox, no height specified (i want it to grow depending on his child). Inside this box i put a List with xx rows. How do i force my List to take the height of all its rows ? That is, i don't want my list to scroll, i want it to resize so it shows all rows, and returns its height

Re: [flexcoders] Force a List to resize ? How ?

2006-05-19 Thread Jean-Luc ESSER
If i do that, it works fine, but how can i get the height of an item dynamically ? I need it if for example font-size for my item changes dynamically, it won't always be 17 ! Also, computing the height like this eats more ressources no ? -JL - Original Message - From:

Re: [flexcoders] Force a List to resize ? How ?

2006-05-19 Thread Jean-Luc ESSER
Thanx Jim, i'll do that. -JL - Original Message - From: Jim Robson To: flexcoders@yahoogroups.com Sent: Friday, May 19, 2006 2:19 PM Subject: RE: [flexcoders] Force a List to resize ? How ? OK, I was assuming a constant item height. Yes, you’ll have

Re: [flexcoders] Re: Problem transcoding FlashType font

2006-05-18 Thread Jean-Luc ESSER
You'll have to transform your opentype to true type. A few tools can accomplish that, TransType (FontLab) is one of them. www.fontlab.com Jean-Luc. - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, May 18, 2006 10:16 AM Subject:

Re: [flexcoders] Release Dates?

2006-05-18 Thread Jean-Luc ESSER
 Upgrade to new player can be done inside the player now so it is not really an issue anymore. Anyway it used to be 6 months for 50% and one year for 80% covered with a new release (if i remember correctly). Jean-Luc. - Original Message - From: Stanislav Zayarsky

Re: [flexcoders] Release Dates?

2006-05-18 Thread Jean-Luc ESSER
inside the player now??? --- Jean-Luc ESSER [EMAIL PROTECTED] wrote: Upgrade to new player can be done inside the player now so it is not really an issue anymore. Anyway it used to be 6 months for 50% and one year for 80% covered with a new release (if i remember correctly). Jean-Luc

Re: [flexcoders] Top Ten Reasons

2006-05-18 Thread Jean-Luc ESSER
Hell ! I'm one of them !!! - Original Message - From: Tim Hoff To: flexcoders@yahoogroups.com Sent: Thursday, May 18, 2006 12:59 PM Subject: [flexcoders] Top Ten Reasons Knowing the enormous pressures, that we all currently face, on getting-to-market,

[flexcoders] Padding around Text or Label

2006-05-15 Thread Jean-Luc ESSER
Hello there ! I've been trying to get rid of the top and bottom padding of a Text or Label, so that i can stick for example an image just underneath a Label, with no space at all showing in between. There is no such property on a Label, and it has no effect on a Text. It looks like a

Re: [flexcoders] Re: Cairngorm Sample Store

2006-05-11 Thread Jean-Luc ESSER
I couldn't agree more on what you say ! For sure, the Cairngorm Store in its F2B3 version will be very very helpfull ! Looks like it should come out any day (week?) now (just hoping here) ! Just guessing here : Your cairngorm files folder could be in a

[flexcoders] No header in Datagrid : how ?

2006-05-10 Thread Jean-Luc ESSER
I didn't manage to find a way of not having any header in a datagrid. Setting headerHeight property to 0 does not really work as the little black arrow keeps appearing (partially) in the upper right corner of the column. Anyone to tell me which property i'm missing here ? --