[flexcoders] Barcode component for Flex2

2007-03-06 Thread fritzdimmel
Hi! I got the Barcode component from Antonio I. Aguilar J. and ported it to Flex2. The component is able to draw type 128C barcodes. I add three files here, for Barcode generation (Barcode.as -- the drawing component itself, BarcodeGenerator.as -- the generator component which invokes Barcode.as

[flexcoders] Re: Saving image data to shared objects

2007-02-21 Thread fritzdimmel
with your server and call it as needed using a 'fscommand'. There may be something in Apollo that can help and also I believe an application like Zinc might help you. --- In flexcoders@yahoogroups.com, fritzdimmel fritz.dimmel@ wrote: Hi. We're developing a occasionally connected

[flexcoders] Re: WebService base64Binary

2007-02-21 Thread fritzdimmel
Has anybody been able to do this? I need exacte the same thing! Thanks Fritz --- In flexcoders@yahoogroups.com, John Starfire [EMAIL PROTECTED] wrote: I don't really know how to deal with an image, encoded with base62Binary, that I receive from a webservice (e.g.

[flexcoders] Saving image data to shared objects

2007-02-15 Thread fritzdimmel
Hi. We're developing a occasionally connected client with Flex 2.0. We need to get some images when online and to store them in a sharedobject. But when I do this, in the SharedObject is just the information about the image, but not the image (binary data) itself. How can I do this? Is there a

[flexcoders] Re: Validator: disable active validator

2007-02-08 Thread fritzdimmel
).enabled = true; } } } I hope, this may help someone too :-) You've to play around, when to enable and disable your validators, but I think, you'll get this! Bye, Fritz --- In flexcoders@yahoogroups.com, fritzdimmel [EMAIL PROTECTED] wrote: Hi. I've a form who's creation time is very

[flexcoders] Validator: disable active validator

2007-02-07 Thread fritzdimmel
Hi! I've a form with many controls (TextInputs, ...) to validate. Everything works fine but I can't figure out, how to accomplish this: I have, let's say, a TextInput, and the validation for this returns false. The textinput gets a red border. Now I want to have a possibility to disable the

[flexcoders] Re: Validator: disable active validator

2007-02-07 Thread fritzdimmel
? Mitch --- In flexcoders@yahoogroups.com, fritzdimmel fritz.dimmel@ wrote: Hi! I've a form with many controls (TextInputs, ...) to validate. Everything works fine but I can't figure out, how to accomplish this: I have, let's say, a TextInput, and the validation for this returns false

[flexcoders] Prevent focus Out in editable datagrid, if validator says invalid

2006-11-08 Thread fritzdimmel
Hi! Is it possible to not let a user leave a editable column in a datagrid with a custom textinput with a validator, to focus out (leaving the edit mode). If the user has to input a number and there's a NumberValidator, how can I prevent letting the user leave the textinput? Thanks, Fritz --

[flexcoders] Re: Use a Popup as itemEditor in Datagrids

2006-10-31 Thread fritzdimmel
the renderer by listening to itemEditEnd. This is just a high level thought. There are some other details, but the concept would probably work with a bit of tweaking. --mike --- In flexcoders@yahoogroups.com, fritzdimmel fritz.dimmel@ wrote: Hi! I'm searching for a solution, to use e.g

[flexcoders] Use a Popup as itemEditor in Datagrids

2006-10-30 Thread fritzdimmel
Hi! I'm searching for a solution, to use e.g. a popup-window as itemEditor in a flex datagrid. Using a Textinput, NumericStepper, Checkbox, ... is quite easy, but I want to have a little bigger (in size) component. Now I have the problem that, when I use a custom Panel component as itemEditor,

[flexcoders] Aborting operations

2006-08-07 Thread fritzdimmel
Hi! What I want: I want to create a custom AS class, named TimeoutManager. This class then executes some tasks from my app, but if one task needs longer than a specified timeout (via Timer class / TimerEvent.TIMER_COMPLETE), it should stop the task. I only found an attribute requestTimeout for

[flexcoders] Layers or sth like that...

2006-01-03 Thread fritzdimmel
Hi! I want to do the following: I have a component which creates a Canvas. Into this canvas are loaded different other Canvas' from another component. In my main app file, I want to make another canvas of a smaller size in which the custom component are loaded in, and I only want to see the things

[flexcoders] Re: 1st flex 2 project, startup problems

2005-12-17 Thread fritzdimmel
Hey! At first: a big thank you, I'm gonna try to get this work on monday at my office! Well: I can't tell you exactly what I want to do, I just wanted to know how that stuff works. I already knew the creationComplete things. I wanted to know, how to use the Flash Events. Finally I have to port a

[flexcoders] 1st flex 2 project, startup problems

2005-12-16 Thread fritzdimmel
Hi!I want to start a net flex2 project.What I want to do is is to have some mxml files and some as classes.The main app should be a mxml.I've: (mymxml.mxml)?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml" xmlns="*" mx:Label id="myLabel" text="no