Re: [flexcoders] Cross-scripting availability

2007-05-15 Thread Antoine Malpel
Sergey Kovalyov a écrit : Hi All! Is it possible to load SWF compiled from Flash 8 IDE into Flex application and access its methods and properties? If so, how? Thank you in advance! Sergey. You can't, or use Flash 9 (avm2 swf), and then you acces prop etc via SWFLoader.content._mc.prop

[flexcoders] Open accordion with rollOver

2006-11-16 Thread Antoine Malpel
Is it / how to open an Accordion's item when the pointer rollOver its Header ? How show I think to extend Panel in order to add it a button ? Simply by adding a buttun child ? Antoine

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 -- Flexcode

[flexcoders] 1.5 : components can't be cached ??

2006-08-24 Thread Antoine Malpel
          1     thanks if someone could clear my mind about this issue Antoine Malpel __._,_.___ -- 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] flex 1.5 : AMF and ports and Max users

2006-07-26 Thread Antoine Malpel
performance of the systems it connects to – our messaging performance is typically limited by the JMS server we’re talking with.   Eric   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Antoine Malpel Sent: Tuesday, July 25, 2006 12:14 PM T

[flexcoders] flex 1.5 : AMF and ports and Max users

2006-07-25 Thread Antoine Malpel
e and Max users connections ? as I notices 100 users licence's price is about 20% enterprise licences ... (20 000$ per cpu ? !) can some CPU support more than 100 users connections ? thanks Antoine Malpel - quikstore.eu project -- Flexcoders Mailing List FAQ: http://groups.yahoo

Re: [flexcoders] what is and when Do I need FDS ? 1.5 & 2

2006-07-20 Thread Antoine Malpel
re loading data through http or webservices. Here is an Adobe faq http://www.adobe.com/products/flex/productinfo/faq/ Rich On 7/20/06, Antoine Malpel <[EMAIL PROTECTED]com> wrote: > I still do not understand clearly what is the difference between a Flex > server and Flex Data Servic

[flexcoders] what is and when Do I need FDS ? 1.5 & 2

2006-07-20 Thread Antoine Malpel
so is FDS only for datas synchronisation ? ya thanks Antoine Malpel Yahoo! Groups Sponsor ~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/

Re: [flexcoders] Release & Pricing

2006-06-27 Thread Antoine Malpel
clustering you'll have to pay. On 6/26/06, Antoine Malpel < [EMAIL PROTECTED]> wrote: Free when using just One app per cpu ??? taht means I'm free to do any corpotare stuff for free using clustering for example ? Pan Tro

Re: [flexcoders] Release & Pricing

2006-06-26 Thread Antoine Malpel
Free when using just One app per cpu ??? taht means I'm free to do any corpotare stuff for free using clustering for example ? Pan Troglodytes a écrit : Here's the last they posted about it: Scott Langeberg Thu, 15 Jun 2006 09:25:11 -0700 According to Sydney Sloan (Marketin

Re: [flexcoders] Flex 1.5 : complie error = "If possible, please refactor this component." ????

2006-06-22 Thread Antoine Malpel
be the ovrall application ? could you give me some tips or an example or technique to change my architecture ? thanks Antoine Ralf Bokelberg a écrit : > > The component contains too much code. > You have to split it up into multiple components. > Cheers, > Ralf. > > >

Re: [flexcoders] flex 1.5 : forcing client to use flash player 8

2006-06-22 Thread Antoine Malpel
andip Antoine Malpel <[EMAIL PROTECTED]> wrote: My flex application generate flash 7's swfs but I also use some swfs generated in flash 8 (or flash8's flv codec) so I've like to detect if the client is trying to launch the application with a player 7 ... then

[flexcoders] Flex 1.5 : complie error = "If possible, please refactor this component." ????

2006-06-22 Thread Antoine Malpel
Sometimes when I compile my Application I get this message : Compilation Results   Errors, warnings or exceptions were found while compiling /index.mxml. Visit the online Flex documentation or API reference for further information.   2 Errors found.   Error /index-generated.as:1513 B

[flexcoders] flex 1.5 : forcing client to use flash player 8

2006-06-22 Thread Antoine Malpel
My flex application generate flash 7's swfs but I also use some swfs generated in flash 8 (or flash8's flv codec) so I've like to detect if the client is trying to launch the application with a player 7 ... then telling him to download player 8 to use the application... I don't have idea of how

[flexcoders] flex; 1.5 : how to preload images when you get the urls dynamically ?

2006-06-16 Thread Antoine Malpel
(Flex 1.5) Does someone know a good technique to manage loading of images when the list of the images' sources are get using a RemoteObject's method ? I actually use this : 1. Get the list of urls using a RemoteObject 2. Assign the result in a Model 3. As the TileList that displays the imag

Re: [flexcoders] Re: Flex 1/5 : still fail to lock input...

2006-06-12 Thread Antoine Malpel
;parent' movieClip (canvas) it then doesn't move when I resize the windows... Antoine Malpel Renaun Erickson a écrit : Here is some test code I created: 8"?> http://www.macromedia.com/2003/mxml" xmlns="*"> Is this what you expect to ha

[flexcoders] Flex 1/5 : still fail to lock input...

2006-06-08 Thread Antoine Malpel
Again I ask this because I really didn't find the solution var inputBlocker; function setBlockingCursor() { // Create an "empty" UIObject popup that blocks user input CursorManager.setBusyCursor(); inputBlocker = popupWindow(UIObject); } function removeBlockingCursor() { // Remov

[flexcoders] € char may not appear on linux servers

2006-06-08 Thread Antoine Malpel
Hi, I run my application locally on a WindowsXP and the £$€ whatever char appear well... But When I upload the application to my Dedian production serveur the € (EURO) char do not appear, havind instead an empty square char... Do I need to specify something in flex / tomcat conf files ? upload s

Re: [flexcoders] how can I load text from a file

2006-06-07 Thread Antoine Malpel
Thanks all for anwsering I should precise I use FLEX 1.5 .. can't theses objects ... Tracy Spratt a écrit : Use HTTPService or URLLoader().   Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Antoine Malpel

[flexcoders] how can I load text from a file

2006-06-06 Thread Antoine Malpel
Hi I have a text containing a big big big html text that I need to put inside a mx:texarea in my app I don't how to load the content of this file in order to set the value of htmltext ... Any example ? Yahoo! Groups Sponsor ~--> You can search rig

Re: [flexcoders] help me

2006-06-06 Thread Antoine Malpel
You need to tell if you allready have the remote Object coded... in JSP ? DIBYADYUTI CHAKRABORTY a écrit : i am new to this group and also in flex tools. please if any body can help me over the flex remote object data service. i want to devlop a simple web project using flex,and w

[flexcoders] flex 1.5 : how to lock Application during popup creation process ?

2006-06-02 Thread Antoine Malpel
I use a lot of PopUpManager.createPopUp( ) in order to avoid "background" interface's buttons etc.. this works well ! the use can only interact with the PopUp-ed object... But I noticed that when a user click a second time on the same button well... the popup is created two times ... I t

[flexcoders] Flex 1.5 :: centerPopup works with a swf inside the loaded class ?

2006-06-01 Thread Antoine Malpel
help ? :D thanks Antoine Malpel -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] Flex 1.5 : change the loaded swf framerate

2006-05-31 Thread Antoine Malpel
I don't understand how to use a given framerate for an imported SWF (Loader) because the swf I use should run at 7 frames per second but it just seems to run very faster ... It seems there is no way to force that via code from flash, what about Flex ? -- Flexcoders Mailing List FAQ: htt

[flexcoders] 1.5 : how to do an Image Pan ? (startDragLike)

2006-05-30 Thread Antoine Malpel
x:Image, a Loader.content ? ... Thanks for helping Antoine Malpel -- 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] swf (loadMovie) from an external swf deosn't work ?

2006-05-24 Thread Antoine Malpel
m the swf ? If not what is the good to integrate my swf ? reCode it all from Flex ? Any help and / or tutorials' links will be grantly appreciated... Antoine Malpel a écrit : Well Flex I useverion 1.5 of Flex as Flex  2.0 is still beta ;) Xavi Beumala a écrit : > Which flex version a

Re: [flexcoders] swf (loadMovie) from an external swf deosn't work ?

2006-05-23 Thread Antoine Malpel
Well Flex I useverion 1.5 of Flex as Flex  2.0 is still beta ;) Xavi Beumala a écrit : > Which flex version are you running? > > X. > > On 5/23/06, *Antoine Malpel* <[EMAIL PROTECTED] > > wrote: > > I use a swf in a popup in my application, everything's

[flexcoders] swf (loadMovie) from an external swf deosn't work ?

2006-05-23 Thread Antoine Malpel
I use a swf in a popup in my application, everything's fine about interactity except that swfs that should be loaded in this swf are not loaded from flex application like they are when I play the swf in flash player. Flex doesn't support such a thing ? -- Flexcoders Mailing List FAQ: ht

[flexcoders] preload an Array of Image Flex 1.5

2006-05-15 Thread Antoine Malpel
I have some canvas in my application but because to display them I want to preload some Images (like 50 of them) displaying a personalized MC displaying the "global" swf loading (img + canvas etc) So How can I do this ? * If I first load all these images, will they be cached well I call for

Re: [flexcoders] how do I modify values with controls ? (flex 1.5)

2006-05-11 Thread Antoine Malpel
e, it comes back to the initial Object.field value ... Tom Chiverton a écrit : > >>> On Thu, May 11, 2006 at 11:37 AM, in message > <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] wrote: > > Hey please nobody can help me there ? :'( > > > > Antoine Malpel a é

Re: [flexcoders] how do I modify values with controls ? (flex 1.5)

2006-05-11 Thread Antoine Malpel
Hey please nobody can help me there ? :'( Antoine Malpel a écrit : > As I said I do not understand how I can modify a value (As object) as it > get it's value from it, > when I try to update the object values by using the change event it rest > my change to the initial

[flexcoders] how do I modify values with controls ? (flex 1.5)

2006-05-10 Thread Antoine Malpel
As I said I do not understand how I can modify a value (As object) as it get it's value from it, when I try to update the object values by using the change event it rest my change to the initial object's value... this is something I can't find in example... I would be very thankful for help .

Re: [flexcoders] No header in Datagrid : how ?

2006-05-10 Thread Antoine Malpel
showHeaders="false" Jean-Luc ESSER a écrit : > 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 m

[flexcoders] basic data binding

2006-05-10 Thread Antoine Malpel
for user perfil modifying I use some TextInput, I can get the actuals value text="{clientInfos.nom}" but this doesn't work so I cannot modify my values !     change="clientInfos.nom = event.target.text;" /> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/gro

[flexcoders] ComboBox Fields

2006-05-09 Thread Antoine Malpel
I need to store the result of a Remote Object's method into a ComboBox The comboBox fills but I don't understand how I could specify the ID field and label field so all the field are collapsed in label ... Didn't find this in API doc /// -- Flexcoders Mailing List FAQ: http://groups.yahoo

[flexcoders] Repeaters ?

2006-05-09 Thread Antoine Malpel
For a shopping cart I tried to display the content of the cart using a Repeater. When the Repeater is creating the "rows" of the card I can get the values of the dataprovider with repeaterId.currentItem.fieldName so I can display the prod name etc. but then I would like to "store" for each

[flexcoders] getting get http params in flex 1.5

2006-05-09 Thread Antoine Malpel
Hi, I'm Antoine and I'm new to this mailing list, I started to learn Flex 1.5 the fastest as I could but there as several obsured point remaining. So I'll start by my fisrt problem. My Flex App containts two main parts, the home and the store. I'd like to load only one of this two parts depe