[flexcoders] Cursor change on Image

2010-09-05 Thread Christophe
Hello, When I move the mouse on an image the cursor is automatically changing from the arrow to a vertilcal line (I use a Drag and Drop). But I never use cursor Manager instruction. How to avoid this change of the cursor on an image ? Thank you, Christophe,

[flexcoders] File Upload with php on Mac

2010-09-05 Thread Christophe
Hello, What is the specificity of the Mac plateform, because my upload function with AS3 and Php is working on Pc but not on Mac. Thank you, Christophe,

[flexcoders] Drag and Drop question

2010-09-05 Thread Christophe
Hello, How to Drag an Image A on the Image B. The image A replace the image B. And the image B come to replace the image A automatically. (There is a swapping). I use DragDropHandler and dragEnterHandler. Thank you, Christophe,

[flexcoders] Pb with SwfLoader

2010-08-29 Thread Christophe
Hello, When I use SwfLoader to load an external swf with resizing it, there is a zoom on all my application ? Thank you, Christophe,

[flexcoders] Flex appli to Air.

2010-08-27 Thread Christophe
Hello, Is it fast to convert a Flex appli to an Air Appli ? Did the database should be local to the client ? Thank you, Christophe,

[flexcoders] TabNavigator skin

2010-08-25 Thread Christophe
Hello, How to draw a vertical gradient inside the panels of a TabNavigator ? Thank you, Christophe Jacquelin,

[flexcoders] Appli. Text color

2010-08-24 Thread Christophe
Hello, How to setup the text color of all the text in an application ? Thank you, Christophe,

[flexcoders] String format

2010-08-17 Thread Christophe
Hello, I have an int : 500 And I would like to have a string with 0 before. String : 000500 How to format such a string ? Thank you, Christophe,

[flexcoders] Checkbox on Image

2010-08-13 Thread Christophe
Hello, How to superimpose a mx:checkbox on a mx:image ? Thank you, Christophe,

[flexcoders] textInput modification

2010-08-12 Thread Christophe
Hello, How to know when a textInput has been modified ? Thank you, Christophe,

[flexcoders] CheckBox in TileList

2010-08-12 Thread Christophe
Hello, How to add chekbox in a Tile List, and how to get the values of the check box in the main program ? Thank you, Christophe,

[flexcoders] TCPDF and Flex

2010-08-08 Thread Christophe
Hello, I am searching examples on how to generates Php files with TCPDF from a Flex application. Which function to use in the Flex application ? Thank you, Christophe,

[flexcoders] Browse And Image File

2010-08-08 Thread Christophe
Hello, How to get an image from the local desktop and display it in the flex application (without moving the image file to the server) ? Thank you, Christophe,

[flexcoders] Display Desktop image

2010-07-30 Thread Christophe
Hello, How to display an image from the user desktop in a flex application, without to upload it to the server ? Thank you, Christophe,

[flexcoders] Computation request

2010-07-29 Thread Christophe
Hello, When there are too much computation in a Flex application, and the customer is waiting (and can go away), is it a solution to make some computations in Php ? and which instructions to use to launch the php function in parallel from the flex application ? Thank you, Christophe,

[flexcoders] Upload image

2010-07-23 Thread Christophe
Hello, I have an upload image function found on internet based on a URLRequest, but it's not working each time on all browsers, and on Mac and PC. Does someone know a good Upload image function with sources ? Thank you, Christophe,

[flexcoders] Apple Mac detection

2010-07-20 Thread Christophe
Hello, How to know if the client computer is a Mac or a PC ? To add specific instructions for the Mac version. Thank you, Christophe,

[flexcoders] Upload component

2010-07-08 Thread Christophe
Hello, I am searching a reliable component to upload images from a FlashBuilder 4 application. Thank you, Christophe,

[flexcoders] Generate xml file

2010-07-05 Thread Christophe
Hello, Which library or tools to generate xml files ? E4X ? Thank you, Christophe,

[flexcoders] Uninstall Flash Player

2010-07-04 Thread Christophe
Hello, How to uninstall Flash Player 10.1 (on Firefox) to get back to Flash Player 10.0 ? Thx, Christophe,

[flexcoders] Alchemy with FP 10.1

2010-07-02 Thread Christophe
Hello, Does Adobe Alchemy projects writen under Flash Player 10, are working with Flash Player 10.1 ? Thx, Christophe,

[flexcoders] Send SMS

2010-06-27 Thread Christophe
Hello, Which component can I use for sending SMS from my AS3 application ? Thx, Christophe,

[flexcoders] Amfphp Error

2010-06-16 Thread Christophe
Hello, I have this error: AMFPHP runtime error Do you have such an error ? Thx, Christophe,

[flexcoders] Framework choice

2010-06-14 Thread Christophe
Hello, Which easy to learn framework to use to have a modular application ? Thank you, Christophe

[flexcoders] CustomCursor Position

2010-06-11 Thread Christophe
Hello, How to limit the x position of a CustomCursor (to be fixed at a given value) ? Thx, Christophe,

[flexcoders] Yes/No RadioButton

2010-06-11 Thread Christophe
Hello, I have two radio buttons: Yes and No. At the beginning they are unchecked. Then I press on Yes to select Yes. How to desactivate Yes, if we click a second successive time on Yes. Thank you, Christophe,

[flexcoders] Facebook Application

2010-06-09 Thread Christophe
Hello, Is it possible to create a facebook application with Flex ? Thank you, Christophe,

[flexcoders] Unicode Characters

2010-06-08 Thread Christophe
Hello, How to display unicode characters (for Japanese language , ...) in a flex application ? Thank you, Christophe

[flexcoders] Picassa, Photobucket t Flex mashups

2010-06-06 Thread Christophe
Hello, There are examples on the web of Mashups with Flex and Flickr. I am searching other examples with Photobuckett and Picassa. Thank you, Christophe,

[flexcoders] Several swf for an application

2010-06-04 Thread Christophe
Hello, How to decompose an application into several swf files with a common list of variables ? Thank you, Christophe,

[flexcoders] Read Email

2010-05-31 Thread Christophe
Hello, How to read Email with joined files from a flex application ? Thank you, Christophe,

[flexcoders] Flash Player Parameters

2010-05-28 Thread Christophe
Hello, Is it possible to change the Flash Player Parameters settings by software instead of manually ? Thank you, Christophe,

[flexcoders] Storage of encryption key

2010-05-28 Thread Christophe
Hello, I encrypt string data inside mySql, with a key. Where to store the key in the Flex project to be invisible ? Thank you, Christophe

[flexcoders] Restrict the movements of a customCursor

2010-05-27 Thread Christophe
Hello, I want that a customCursor with a fixed y position value. But the field mouseX is read only. How to limit the movements of the custom cursor ? Thank you, Christophe,

[flexcoders] Busy cursor at Load

2010-05-27 Thread Christophe
Hello, When I load my SWF application, there is a BusyCursor during one minute before to access to the application. Why there is a busy cursor and how to cancel it ? Thank you, Christophe,

[flexcoders] Superimpose checkbox

2010-05-24 Thread Christophe
Hello, How to superimpose a checkbox on an image in a tile list ? Thank you, Christophe,

[flexcoders] Logout question

2010-05-12 Thread Christophe
Hello, How to know if a user on a flex application is logout. Because the logout is not always made with the logout button, he can close the explorer. Thank you, Christophe,

[flexcoders] Server power for Appli

2010-05-10 Thread Christophe
Hello, Which type of server to choose to have a faster execution of a flex application for the customer ? Thank you, Christophe,

[flexcoders] onCreationComplete function too slow

2010-05-07 Thread Christophe
Hello, myFunction is launched with this instruction: applicationComplete=myfunction But it is too slow, because there is a lot of parameters to compute. Is it possible to make computations in the Preloader.as for an application ? Thank you, Christophe,

[flexcoders] Cube animation

2010-05-03 Thread Christophe
Hello, I am searching an example of a flax animation of a rotating cube with a image on each side. Thank you, Christophe,

[flexcoders] Alive Pdf To Slow

2010-04-21 Thread Christophe
Hello, I generate a Report with Alive Pdf from my web application. But the Pdf appears in about 3 minutes. it is too long for the customers. How to generates more rapidly a Pdf ? Thank you, Christophe,

[flexcoders] Pb with a Carousel

2010-04-21 Thread Christophe
Hello, I use a 3D carousel made by dougmccune. In a new Flex Project the Carousel is working, but when I copy the code in my application, it is very slow. What could be the problem ? Thank you, Christophe Jacquelin,

[flexcoders] Question on TextInput

2010-04-19 Thread Christophe
Hello, How to limit the value of a textInput to be a Number between 0 and 12 ? Thank you, Christophe,

[flexcoders] Operations on DateField

2010-04-19 Thread Christophe
Hello, How to make operation on DateField ? I want to know which will be the day in 5 weeks, or 2 weeks ago. Thank you, Christophe,

[flexcoders] Polygon intersection

2010-04-19 Thread Christophe
Hello, I am searching a function in AS3 for the intersection of 2 polygons. I have find gpcas.swc but there is no documentation. Thank you, Christophe,

[flexcoders] Generate Flash Flv

2010-04-13 Thread Christophe
Hello, How to generate a flash video flv for YouTube from a flex application ? Thank you, Christophe,

[flexcoders] Animations with Flex

2010-04-12 Thread Christophe
Hello, I am searching a Swc library for doing Swf animations from images, with the setup of a timer between the display of the images. Thank you, Christophe,

[flexcoders] Google map mashup

2010-04-01 Thread Christophe
Hello, For a Flex/Google map mashup, how to get longitude and latitude from an IP address ? Thank you, Christophe,

[flexcoders] Skype Combo

2010-04-01 Thread Christophe
Hi, How to have a skype like combo on a flex application ? (With a phone number that the user can call with Skype if he wants). Thnk you, Christophe,

[flexcoders] Display mySql Table in Flex

2010-04-01 Thread Christophe
Hello, For a back office, how to display the mySql tables (I use amfphp) inside the flex application ? Is there is a solution to modify from flex the values in the table ? Thank you, Christophe,

[flexcoders] Adwords on Flex app

2010-04-01 Thread Christophe
Hello, Is it a good solution to put the link of a Google adwords directly on a Flex application ? Does someone has try this ? Thank you, Christophe,

[flexcoders] Amfphp and require_once

2010-03-31 Thread Christophe
Hello, When I use a foreign class in my Amfhp service part, with the line: require_once(myclass.php); Amfphp does not work anymore. I have the error message: Channel disconnected. What can I do? Thx, Christophe,

[flexcoders] mx:image question

2010-03-25 Thread Christophe
Hello, After the instruction : myImage.source = test.jpg There is a delay before the image is updated on the client computer. How to be sure that the image is updated ? Thank you, Christophe,

[flexcoders] Lock an application

2010-03-25 Thread Christophe
Hello, How to lock the execution of a flex application, on only one given Url ? (To avoid the unwanted use of the application by someone else). Thank you, Christophe,

[flexcoders] Computation and Flex

2010-03-24 Thread Christophe
Hello, When a Flex application has too much of computation needs, how to execute this computations on the server side, and in which languages ? And how communicate these computations between the client computer and the server ? Thank you, Christoph

[flexcoders] AS3 Polygon union

2010-03-23 Thread Christophe
Hello, I am searching functions in AS3 for doing operations on Polygons (Union, Intersection). Thank you, Christophe,

[flexcoders] Embedded an image list

2010-03-22 Thread Christophe
Hello, How to embed an image list in a swf for a galery ? At this time, the image file paths are in a xml ? Thank you, Christophe,

[flexcoders] Email in TextInput

2010-03-22 Thread Christophe
Hello, How to verify that a mx:TextInput content is a valid email address ? Thx, Christophe,

[flexcoders] Euros/Dollars conversion tools

2010-03-20 Thread Christophe
Hello, I am searching a system to receive with a script the Euro/Dollars conversion every day. How to do this with Flex? Thank you, Christophe,

[flexcoders] Arrows for TabNavigator

2010-03-19 Thread Christophe
Hello, How to cancel the left and right arrow event for a TabNavigator ? Thank you, Christophe,

[flexcoders] DateField month's name

2010-03-19 Thread Christophe
Hello, In a date field, how to setup the name of the month (Ex: 18 March 2010). And how to have the month in the language of the interface ? Thank you, Christophe,

[flexcoders] Re: Pb with Amfphp

2010-03-18 Thread Christophe
/amfphp/gateway.php; class=flex.messaging.endpoints.AMFEndpoint/ /channel-definition /channels /services-config Thank you, Christophe, --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: How are you setting up the channel for AMFPHP? Is it with AS3 code

[flexcoders] Download directory

2010-03-17 Thread Christophe
Hello, Is it possible to change the browser download directory from the Flex application ? Thank you, Christophe,

[flexcoders] Pb with Amfphp

2010-03-17 Thread Christophe
a connection to 'amfphp' What is the reason of this message ? Thank you, Christophe,

[flexcoders] Send a fax

2010-03-15 Thread Christophe
Hello, Is it possible to send a Fax from a Flex application ? Thank you, Christophe,

[flexcoders] Cloud computing with Flex

2010-03-09 Thread Christophe
Hello, Is it possible to do Cloud computing (on Amazon EC2, ..) with Flex or Air ? Do you have any examples ? Thank you, Christophe,

[flexcoders] Zip Swc

2010-03-08 Thread Christophe
Hello, I am searching a component to create zip file with password. Thank you, Christophe,

[flexcoders] Galery component

2010-03-05 Thread Christophe
Hello, I am searching a nice galery component to see images, to include in my Flex Application. Thank you, Christophe,

[flexcoders] [ANN] Spring ActionScript 1.0 Release Candidate 1

2010-03-05 Thread Christophe Herreman
an Inversion of Control Container, APIs for building tailored MVC architectures, extensions for the Cairngorm and PureMVC frameworks and several other utilities. For more info, please see the official announcement at http://www.herrodius.com/blog/273 cheers, Christophe -- Christophe Herreman http

[flexcoders] Pb with mx:List

2010-03-03 Thread Christophe
Hello, I have a List, but the selected item is selected only when I click on the element, when I mouve the mouse the items is getting unselected. How to keep the element selected ? Thank you, Christophe,

[flexcoders] Foreign interfaces

2010-03-01 Thread Christophe
Hello, Is it possible to make an interface with Japanese or Chinese Characters with Flex ? Thank you, Christophe,

[flexcoders] Repertory for confidentiality

2010-02-26 Thread Christophe
Hello, For a photo editing application which has photos coming from customers. Where to store customers photos to keep confidentiality, and how to call them in the Flex application to display ? Thank you, Christophe,

[flexcoders] Pb with mx:image and Path on server

2010-02-23 Thread Christophe
as properties. What is the solution ? Thank you, Christophe,

[flexcoders] Scalable drawings in a Canvas

2010-02-20 Thread Christophe
Hello, I would like to draw some graphics (with Sprite) inside a Canvas for replacing a background image. But, I would like that this drawing is scalable. How to develop that ? Thank you, Christophe

[flexcoders] Pb with Directories

2010-02-16 Thread Christophe
Hello, I have a directory for images at the same level of the www directory server. When I use mx:image source = ../Images/test.JPG / It does not find the image. How to solve this problem ? Thank you, Christophe,

[flexcoders] Combo and mouse roulette wheel selection

2010-02-11 Thread Christophe
Hello, I have a combo in my Flex Application. I want to navigate into the combo when the user is using the mouse roulette wheel selection. How to add this functionality ? Thank you, Christophe,

[flexcoders] Credit Card number encryption

2010-02-11 Thread Christophe
Hello, I use Flex and Amfphp with php / mySql. In the database, I want to encrypt Credit card number with MD5. How to add this functionnality ? Thank you, Christophe,

[flexcoders] Augmented reality in Flex

2010-02-06 Thread Christophe
Hello, Does there is augmented reality projects for Ecommerce developped in Flex ? Thank you, Christophe,

[flexcoders] Size of an application

2010-02-06 Thread Christophe
Hello, My application has a size of 900 Kb. What is the meam size of a RIA application ? Thank you, Christophe,

[flexcoders] Google combo like Flex interface

2010-02-03 Thread Christophe
Hello, I have a client table in a mySql database, and I want to propose in a Flex RIA a search interface for the client list name. How to make a search interface like in the Google Combo. When you type the word 'a', it propose all the words beginning by 'a' ? Thank you, Christophe,

[flexcoders] States functions

2010-02-02 Thread Christophe
Hello, I am searching a solution of replacement for the States instructions. Thank you, Christophe,

[flexcoders] Web development with Flex

2010-01-31 Thread Christophe
Hello, Is it possible to developp Html/php classical websites with Flex animations instead of Flash animations, because I don't know Flash, but only Flex ? Thank you, Christophe,

[flexcoders] User manual

2010-01-21 Thread Christophe
Hello, Does the user manual is still existing for a flex application ? Or did the FAQ is sufficient ? Thank you, Christophe,

[flexcoders] IP adress for Language

2010-01-20 Thread Christophe
Hello, I have a bilingual Flex application. French and English. How to automatically set the French or English version in function of the IP adress localisation of the client PC ? Thank you, Christophe,

[flexcoders] Question about injection

2010-01-11 Thread Christophe
Hello, How to avoid hacking techniques like injection from a text input in a flex application ? Thank you, Christophe,

[flexcoders] Banner in Flex

2010-01-10 Thread Christophe
Hello, I am searching examples of Flex source code for doing banners. Thank you, Christophe,

[flexcoders] Adaptation of an application to the screen size

2010-01-09 Thread Christophe
Hello, How to adapt a flex application to the screen size ? By setting all the width and height values in percentage ? Do you have a method ? Thank you, Christophe,

[flexcoders] Function to download an image

2010-01-09 Thread Christophe
Hello, There is the upload function to upload an image to the client PC to the server, but is it possible to have a download function to put an image from the server to the client PC ? Thank you, Christophe,

[flexcoders] PowerPoint in a swf

2010-01-04 Thread Christophe
Hello, How to integrate a PowerPoint presentation in a SWF Flex application ? Do you know a component ? Thank you, Christophe,

[flexcoders] Read Dicom Images

2009-12-30 Thread Christophe
Hello, I try to use this source to read Dicom image in a RIA, but it does not working. http://sourceforge.net/projects/dicomflash/ Do you have any experiment to read Dicom images ? Thank you, Christophe,

[flexcoders] Making Flash Animations

2009-12-28 Thread Christophe
Hello, Is it possible to make basics animations with Flex for inclusion in a php web site ? (Because I don't know Flash). Thank you, Christophe,

Re: [flexcoders] Passing View to Presentation Model

2009-12-17 Thread Christophe Herreman
new PModel(this) should do the trick without casting. This usage is really defeating the purpose of the Presentation Model pattern though. The PM should not know anything about the view it works for. regards, Christophe -- Christophe Herreman http://www.herrodius.com http

Re: [SPAM] Re: [flexcoders] var token:AsyncToken = service.[str](); how to get this working?

2009-12-17 Thread Christophe Herreman
Try this: var operation:Operation = remoteObject.getOperation(methodName) as Operation; operation.arguments = parameters; var token:AsyncToken = operation.send(); regards, Christophe -- Christophe Herreman http://www.herrodius.com http://www.springactionscript.org http://www.as3commons.org

[flexcoders] Encrypt image with http://crypto.hurlant.com

2009-12-16 Thread Christophe
Hello, I an trying to encrypt an image with the livrary http://crypto.hurlant.com. But the encrypted pixels have a different lenght than the original pixels. Do you know wich algorithm and mode to select ? Thank you, Christophe,

[flexcoders] Modify Image in The assets

2009-12-10 Thread Christophe
Hello, How to modify pixels on an image in the assets folder, then to save it in the same folder on the server. Thank you, Christophe,

[flexcoders] Random Number genrator

2009-12-06 Thread Christophe
Hello, I am searching a random number generator in AS3 where you can setup the seed. Thank you, Christophe,

[flexcoders] Encrypt image

2009-12-06 Thread Christophe
Hello, I am working on a flex medical application. Image are stored on the server and the Flex application display the images. How to encrypt the images when they are transfered on the internet network between the server and the client computer ? Thank you, Christophe,

[flexcoders] htmledit and Flex back office

2009-12-04 Thread Christophe
Hello, I have a database mySQL with my Flex application. But the use of htmlEdit to view the tables is too long, I am searching for a faster way to view tables in a back office. Thank you, Christophe,

[flexcoders] phpMyAdmin and Flex

2009-12-04 Thread Christophe
Hello, I have a database mySQL with my Flex application. But the use of phpMyAdmin to view the tables is too long, I am searching for a faster way to view tables in a back office. Thank you, Christophe,

[flexcoders] Starting with Cairngorm or PureMvc

2009-12-01 Thread Christophe
Hello, Is it easy to learn and use Cairngorm or PureMvc. I have a one year application and I would like to use these frameworks to structured it. Thank you, Christophe,

  1   2   >