[flexcoders] increase the height of the TextArea

2007-02-05 Thread Cato Paus
/flex/201/html/ascomponents_advanced_148_1 4.html SomeOneHave a Idea ? Cato Paus

[flexcoders] Re: Error: Only one root tag is allowed.

2007-02-17 Thread Cato Paus
use the name root. use insted myRoot or something, I have runned into som bugs when using root. Cato Paus --- In flexcoders@yahoogroups.com, Dave <[EMAIL PROTECTED]> wrote: > > Newbie question here. > Got the error: Only one root tag is allowed. > > The error appea

[flexcoders] Re: text area height

2007-02-19 Thread Cato Paus
Hi I did have the same issue :) I solved it by using the worked for me. Cato --- In flexcoders@yahoogroups.com, "beecee1977" <[EMAIL PROTECTED]> wrote: > > By the way, for a TextArea control you won't need the .TextArea bit :- > ) That was for a RichTextEditor. > > --- In flexcoders@yahoog

[flexcoders] Re: Pausing a for loop

2007-02-21 Thread Cato Paus
Hi, have you try a timer() and stored the index in a temp var, and start the timer agian? Cato Paus --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Not directly. You will to structure the logic with an external counter > keeps track

[flexcoders] Re: WebService & base64Binary

2007-02-21 Thread Cato Paus
Hi have you been on this page http://www.bytearray.org they are talking about some Base64.as ... hope it helps Cato Paus --- In flexcoders@yahoogroups.com, John Starfire <[EMAIL PROTECTED]> wrote: > > I don't really know how to deal with an image, encoded with > base62Bi

[flexcoders] Re: Convert ByteArray to Bitmap

2007-02-21 Thread Cato Paus
Hi take look at the flash.display.LoaderInfo; after the open event, you can target the myLoader.LoaderInfo.height Cato Paus --- In flexcoders@yahoogroups.com, "Jayson" <[EMAIL PROTECTED]> wrote: > > I'm having a problem similar to this one.. is there a way to get

[flexcoders] Re: Tooltips are driving me crazy!

2007-02-21 Thread Cato Paus
ing 2.0.1 you will run into some bugs, you just updated montass.no to flex 2.0.1 but I dont have the code here at home, so if you interesting I can post it for you twomorrow?! Cato Paus --- In flexcoders@yahoogroups.com, "Brian Holmes" <[EMAIL PROTECTED]> wrote: > > Does

[flexcoders] Re: XML not loading.. can't see what i have wrong.

2007-02-23 Thread Cato Paus
All the release and debug flash players can be found here: http://www.adobe.com/support/flashplayer/downloads.html#fp9 Cato Paus --- In flexcoders@yahoogroups.com, "Jayson" <[EMAIL PROTECTED]> wrote: > > After trying some things on my own, I went to the help docs...

[flexcoders] Re: ArrayCollection length

2007-02-28 Thread Cato Paus
public var companyes:Array = [{Date: "02-12-2007", Company1: 20, Company2:30},{Date: "02-09-2007", Company1: 20, Company2: 30}, {Date: "02-08-2007", Company1: 20, Company2: 30}]; public function getCompany():void{ for ( var:i:int =0 ; i < companyes.length() ; i++ ){ Alert.show(com

[flexcoders] File Exploer and Java + JRun4

2007-03-06 Thread Cato Paus
n Flex 1.5 But the java side are not my strong side. someone familier with the java.io.* ? and want on to the project ? Cato Paus

[flexcoders] ASX to mp3

2007-03-07 Thread Cato Paus
Hi all! do anyone know how to pass a asx stream into flash ? Cato

[flexcoders] Re: my application -- need help on multiple images in datagrid

2007-03-07 Thread Cato Paus
ew XMLList(); / this wath i have done to get the embeded img into my xml. hope this helps. Cato Paus --- In flexcoders@yahoogroups.com, Jeremy Tooley <[EMAIL PROTECTED]> wrote: > > I have an application I am working on where the datagrid gets po

[flexcoders] Re: my application -- need help on multiple images in datagrid

2007-03-07 Thread Cato Paus
By the way did you manage to put a pdf in your page or is it a iFrame ? I'm thinking about the CCUVS tab. Cato Paus --- In flexcoders@yahoogroups.com, Jeremy Tooley <[EMAIL PROTECTED]> wrote: > > I have an application I am working on where the datagrid gets populated >

[flexcoders] Re: my application -- need help on multiple images in datagrid

2007-03-08 Thread Cato Paus
Hi Ravi http://someurl/image.jpg"; /> try this, I havent tested it but, I think you get my point :) Cato Paus --- In flexcoders@yahoogroups.com, "Ravi Kumar Gummadi" <[EMAIL PROTECTED]> wrote: > > Yup this works fine , if you embed the image. > > But w

[flexcoders] Re: Setting the backgroundcolor of a canvas with a function - Newbie alert

2007-01-16 Thread Cato Paus
Hi use uint for colors like getColor(swift:uint):uint The uint class is primarily useful for pixel color values (ARGB and RGBA) and other situations where the int data type does not work well. For example, the number 0x, which represents the color value white with an alpha value of 255

[flexcoders] Re: Flex Builder 2.0.1 the update !

2007-01-16 Thread Cato Paus
Hi All :) I have the Build Automatic set to off, end i have tried to delete the embeded fonts in my css, but Flex stil going slow, could it have somthing to do with that I'm running on fds2 and compailing to a JRun4 server ? --- In flexcoders@yahoogroups.com, "Rick Schmitty" <[EMAIL PROTECTED]

[flexcoders] Re: Flex Builder 2.0.1 the update !

2007-01-16 Thread Cato Paus
embedded fonts. > And is slower than dirt. The fact that it wasn't slow on 2.0.0 tells us > something changed in the compilation process, and hopefully isn't > environment related. > > > > > > From: flexcoders@yahoogroups.co

[flexcoders] Re: Setting the backgroundcolor of a canvas with a function - Newbie alert

2007-01-18 Thread Cato Paus
67: Implicit coercion > of a value of type String to an unrelated type uint." > > Anyone out there that can help me on this issue ? > > Thanks in advance. > Mark > > --- In flexcoders@yahoogroups.com, "Cato Paus" wrote: > > > > Hi use uint for colors

[flexcoders] Re: tree creation

2007-01-27 Thread Cato Paus
Hi Inside your fds2 dir, if you have installed DataServicesforFlex. In the samples.war file there is a nice SQLAdmin sample. Cato --- In flexcoders@yahoogroups.com, sekar r <[EMAIL PROTECTED]> wrote: > > Dear Friends, > > i want creat tree structure in flex using database. how to connect

[flexcoders] Re: How to connect the database by java

2007-01-27 Thread Cato Paus
eing online, or offline like that. > > so i want how we can connect the database using java from flex. i installed the Data Services. > > give me some samples. > > thanks help > > > sekar > > > > > > Cato Paus

[flexcoders] Re: tabNavigator - dynamic tabs?

2007-09-25 Thread Cato Paus
lse; target.getTabAt(i).visible= false; } } ]]> Cato Paus http://www.umbrellacorp.no --- In flexcoders@yahoogroups.com, "byte.sensei" <[EMAIL PROTECTED]> wrote: > > I have a tabNavigator with 3 mx:Canvas tabs, each containing a dataGrid >

[flexcoders] Re: How to get screen coordinate from child application

2007-09-25 Thread Cato Paus
Hi Mark.. here is some code hope it helps you on to a solution http://www.adobe.com/2006/mxml <http://www.adobe.com/2006/mxml> " layout="absolute"> Cato Paus http://www.umbrellacorp.no --- In flexcoders@yahoogroups.com, "M

[flexcoders] FileReference - A petition for Astro ! [ by Thibault Imbert ]

2008-01-02 Thread Cato Paus
rray.org/?p=119 http://blog.andre- michelle.com/2007/198/ --Cato Paus 03:51, 2 Jan 2008 (PST) Retrieved from "http://labs.adobe.com/wiki/index.php/Talk:Astro";

[flexcoders] Re: basic open source video player

2008-01-02 Thread Cato Paus
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails\ &productId=2&postId=1921&loc=en_US <http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetail\ s&productId=2&postId=1921&loc=en_US> Cato Paus --- In flexcoders@yahoogroups.co

[flexcoders] Re: is this how to use commitProperties

2008-02-10 Thread Cato Paus
Hi duds where do you get the code colors from ? --- In flexcoders@yahoogroups.com, Sherif Abdou <[EMAIL PROTECTED]> wrote: > > my bad, i for some reason sent it to flexComponents instead instead of flexcoders so sorry for double post > i am just wondering if this is how it usually gets used > /**

[flexcoders] Re: AdvancedDataGrid - Changing the background color on a row.

2008-02-21 Thread Cato Paus
Also take a look at this http://weblogs.macromedia.com/pent/archives/2007/02/index.cfm Cato --- In flexcoders@yahoogroups.com, "Dominic Pazula" <[EMAIL PROTECTED]> wrote: > > Awesome! Thanks. I had put this on the back burner and was working > on the lower hanging fruit for my project. >

[flexcoders] Catch null items in datagrid

2008-02-21 Thread Cato Paus
Hi all, I have a problem with my datagrid, I will try to layout a sample for you here, I'm about to create a tasklist, this tasklist will have some task's in it, when select one row I can use the event.currentTarget.selectedItem to get it, But if the user clikc below the item on an empty row. T

[flexcoders] Where did the list gooo?!

2008-02-21 Thread Cato Paus
eh

[flexcoders] Hi All we all want Flex TO Rock

2008-02-29 Thread Cato Paus
flash.net.FileReference API we currently have in Flash Player 9. One of the most disappointing thing we have when playing with bytes in Flash Player 9 is the FileReference API. Let's say you call the FileReference.browse() method to select a file. Once selected, you have no way to get a ByteA

[flexcoders] Re: Upload files using Hibernate and Java

2008-02-29 Thread Cato Paus
Hi. I know it's not possible to create an bytearray form a file on local app, but you can send it to server and back to application trowh the loader and get the bytes form there and then pass it back to java as byte[] and put in a sql db But WOTE for this :) https://bugs.adobe.com/jira/browse/S

[flexcoders] Cool TextEffec

2007-05-08 Thread Cato Paus
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails\ &postId=4441&productId=2

[flexcoders] Double post from FlexCoders?

2008-08-29 Thread Cato Paus
I get two copy's from all post in my mail, someone else ?

[flexcoders] Re: Double post from FlexCoders?

2008-08-29 Thread Cato Paus
Jup you'r Outlook did run the rule twise! :) --- In flexcoders@yahoogroups.com, "Cato Paus" <[EMAIL PROTECTED]> wrote: > > I get two copy's from all post in my mail, someone else ? >

[flexcoders] Show progress while using for()

2008-09-08 Thread Cato Paus
Hi all :) I have a text file that i put into flex. I do some parising on the data, I use the for() logic, but I would like to show/use the prgressBar (i,fileData.length) but it seems the for() have to complete! and then all the data just comes in one big bang!

[flexcoders] Re: Show progress while using for()

2008-09-08 Thread Cato Paus
--- In flexcoders@yahoogroups.com, "Cato Paus" <[EMAIL PROTECTED]> wrote: > > Hi all :) > > I have a text file that i put into flex. I do some parising on the > data, I use the for() logic, but I would like to show/use the prgressBar > (i,fileData.length) but i

[flexcoders] Re: Dynamic destination of remote object?

2008-09-08 Thread Cato Paus
channel = new AMFChannel('my-amf', 'http://{server.name}: {server.port}/flex/messagebroker/amf'); in your as file. --- In flexcoders@yahoogroups.com, "xmwang1982" <[EMAIL PROTECTED]> wrote: > > Hi, > > So far as I know all destinations of remote object must be defined in > remote-cofig.xml. >

[flexcoders] Custom DataGrid and Custom itemRenderer and Custom Event

2008-10-16 Thread Cato Paus
Here is my code from the TaskDG that extends Datagrid, waht I want is to lisen for the event from the custom itemRenderer added to the column with ClassFactory! switch (filterState) { case 0: this.columns = new Array(); co

[flexcoders] Re: my boss wants the impossible.. or is it?

2008-10-22 Thread Cato Paus
http://www.onflex.org/ted/2006/07/flex-2-preloaders-swf-png-gif-examples.php --- In flexcoders@yahoogroups.com, "al-al :D" <[EMAIL PROTECTED]> wrote: > > Hi guys, I have a weird question. Is there a way to change, modify or > remove the application loading component everytime a Flex program > st

[flexcoders] Re: Help: filterFunction and Dates

2008-10-23 Thread Cato Paus
Hi if you use java as backend do you serilaze the object ? if so you can map the date objec to the date object in actionscript and back.. here is a datefilter connetced to a arraycollection. public function chkToDay():void { //Allways set to null first else you get filter inside

[flexcoders] Re: Help: filterFunction and Dates

2008-10-23 Thread Cato Paus
ng. This leaves the underlying date > > > alone, but displays it in whatever format that is specified. > > > > > > -TH > > > > > > --- In flexcoders@yahoogroups.com > > <mailto:flexcoders%40yahoogroups.com> , > > > Blair Cox blai

[flexcoders] Re: Help: filterFunction and Dates

2008-10-26 Thread Cato Paus
http://www.devshed.com/c/a/PHP/The-Basics-of-Serializing-Objects-in-PHP/ --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > See how messy this gets; when dates are represented as strings. Look > into AMFPHP serialization/deserialization. If you get back a date, > in

[flexcoders] Re: Help: filterFunction and Dates

2008-10-26 Thread Cato Paus
> foo.refresh(); > trace(foo); > > --- produces --- > > 1,2,3,4 > (Array)#0 > [0] 1 > [1] 3 > (Array)#0 > [0] 2 > [1] 4 > 1,2,3,4 > > I don't think ListCollectionView composes filterFunctions. > > -- > Maciek Sakrejda

[flexcoders] Re: Refresh Screen Counter

2008-10-26 Thread Cato Paus
Hi mister look at this http://tech.groups.yahoo.com/group/flexcoders/message/124722 --- In flexcoders@yahoogroups.com, "itdanny2002" <[EMAIL PROTECTED]> wrote: > > I have below sample code which display > the result of counter. How ca

[flexcoders] Re: Help: filterFunction and Dates

2008-10-26 Thread Cato Paus
filterFunction = null; > foo.refresh(); > trace(foo); > > --- produces --- > > 1,2,3,4 > (Array)#0 > [0] 1 > [1] 3 > (Array)#0 > [0] 2 > [1] 4 > 1,2,3,4 > > I don't think ListCollectionView composes filterFunctions. > > -- > Maciek S

[flexcoders] Re: Help: filterFunction and Dates

2008-10-27 Thread Cato Paus
> foo.refresh(); > > trace(foo); > } > > It produces the exact same output, even though the filterFunction is not > reset to null. > > -- > Maciek Sakrejda > Truviso, Inc. > http://www.truviso.com > > -Original Message- > From: Cato Paus <

[flexcoders] Re: Custom dataDescriptor and custom ICollectionView

2008-10-30 Thread Cato Paus
Hi if You can use arrayCollection you can use this class just change the MainChapterListVO, SubChapterListVO to your "Data Class" waht I do here is I have a arraycollection called MainChapterListVO this holds data and a arraycollection named SubChapterListVO, the SubChapterListVO also holds data

[flexcoders] Ecard Designer in Flex ? How to build one in Flex

2008-10-30 Thread Cato Paus
Hi enyone have some code or links on the issue?

[flexcoders] Re: Barcode Scanners and Flex

2008-11-05 Thread Cato Paus
Hi Fidel, I wrote a litle app some weeks ago where I tested a RFID reader that emulate keyboard, here it is if you want it :) http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="intApp(event);"> -

[flexcoders] Re: Around image in new flash text engine

2008-11-10 Thread Cato Paus
I want to know too ! --- In flexcoders@yahoogroups.com, "cenkhchuluun" <[EMAIL PROTECTED]> wrote: > > Hello guys~ I'm planning to develop a rich text editor using flex. One > big task is that make it possible to insert image within text content > surrounded by texts, I mean inline image. As you

[flexcoders] Re: How to get image data and save it?

2008-11-10 Thread Cato Paus
Hi i posted you a message on markflex2007 with some source code look at the flex project it reads bytes form the database. --- In flexcoders@yahoogroups.com, "markflex2007" <[EMAIL PROTECTED]> wrote: > > Hi, > > I develop an AIR application. I use file browser to select a image > file and I want

[flexcoders] Re: How to get image data and save it?

2008-11-10 Thread Cato Paus
I have sent it to you on your [EMAIL PROTECTED] with all the source code.. or do you use a other email? --- In flexcoders@yahoogroups.com, "markflex2007" <[EMAIL PROTECTED]> wrote: > > Hi, > > I develop an AIR application. I use file browser to select a image > file and I want to get the image da

[flexcoders] Re: How to get image data and save it?

2008-11-10 Thread Cato Paus
I have sent you a copy of the source to at [EMAIL PROTECTED] --- In flexcoders@yahoogroups.com, Barry Gee <[EMAIL PROTECTED]> wrote: > > any chance of getting that code too? its a problem im trying to fgure > out too. > > thanks > > Barry. > > > Cato Paus

[flexcoders] Re: Panel with no borders. How To?

2008-05-31 Thread Cato Paus
aly: paddingBottom="0" paddingLeft="0" paddingRight="0" paddingTop="0" play with these params. you probaly will find wath your looking for :) Cato Paus http://www.umbrellacorp.no --- In flexcoders@yahoogroups.com, Manu Dhanda <[EMAIL PROTECTED]> w

[flexcoders] Re: please need help with dataGrid and checkBox

2008-06-01 Thread Cato Paus
package { import flash.display.DisplayObject; import flash.events.KeyboardEvent; import flash.events.MouseEvent; import flash.text.TextField; import mx.controls.CheckBox; import mx.controls.dataGridClasses.DataGridListData; import mx.controls.listClasses.ListBase; /** * The Renderer. *

[flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-03 Thread Cato Paus
Hi Mister I have tested both the swc and swf encrypt, and I have hell of a big project running the Flex RSL and Flex Data Services, and lots of remoteobjects, And I have no problems with the swc 2.0 and swf 5.0 --- In flexcoders@yahoogroups.com, "jmfillman" <[EMAIL PROTECTED]> wrote: > > Has any

[flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-03 Thread Cato Paus
I have tested it the code looks like spageti! --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Monday 02 Jun 2008, jmfillman wrote: > > Has anyone had experience using SWC Encrypt 2.0, by Amayeta? Does it > > work, or would I just be wasting my money? > > Hav

[flexcoders] Re: programmatically using RemoteObject

2008-06-03 Thread Cato Paus
Here is a part of my way to do it this is only for the connection, you have to use "flexComRo.yourjavamethod "and you have to create a handler for tath if you need to. you have to put the destination in the remote-config.xml import flash.events.Event; import flash.events.EventDispatcher;

[flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-03 Thread Cato Paus
right now the Flex framework is too much to decode. decoders only hang that I know of --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Monday 02 Jun 2008, jmfillman wrote: > > Has anyone had experience using SWC Encrypt 2.0, by Amayeta? Does it > > work, or wo

[flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-03 Thread Cato Paus
ll of it can still be decompiled with the Sothink decompiler (maybe the >decompiler just knows how to decrypt whatever encryption is used). >SWFEncrypt does seem to obfuscate the code though. A decompiled SWF that has >been run through SWFEncrypt is harder to read than a non- o

[flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-03 Thread Cato Paus
anyone tested this one http://www.kindisoft.com/products/ --- In flexcoders@yahoogroups.com, "jmfillman" <[EMAIL PROTECTED]> wrote: > > Has anyone had experience using SWC Encrypt 2.0, by Amayeta? Does it > work, or would I just be wasting my money? I'm trying to protect a > component I plan t

[flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-04 Thread Cato Paus
Hello again everyone, how can we protect our code? How should we go forward in order to protect the methods used to change the senistive information on user data, some blogs on this? I found one at a remote-finfig.xml and the use of session id http://www.flexpasta.com/index.php/2008/03/18/flex-

[flexcoders] Re: DataGrid What is the limit?

2008-06-04 Thread Cato Paus
According to the flex doc Maximum size 5000 by 5000. --- In flexcoders@yahoogroups.com, "Nadeem Manzoor" <[EMAIL PROTECTED]> wrote: > > Hello Flex Gurus > > What is the maximum row count that a DataGrid Component can display at a > time? > > Same Question is for Column so DataGrid > > -- >

[flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-05 Thread Cato Paus
> Mike > > On Wed, Jun 4, 2008 at 3:57 AM, Josh McDonald <[EMAIL PROTECTED]> wrote: > > > I still can't see what you hope to achieve with these solutions? Anybody > > willing to copy and paste your code, is just as willing to copy your > > encrypt

[flexcoders] Re: mx.rpc.remoting.remoteobject and the endpoint property

2008-06-05 Thread Cato Paus
take look at this http://tech.groups.yahoo.com/group/flexcoders/message/115062 --- In flexcoders@yahoogroups.com, "arieljake" <[EMAIL PROTECTED]> wrote: > > does anyone know why only the mxml version of remoteobject has the > endpo

[flexcoders] Re: mx.rpc.remoting.remoteobject and the endpoint property

2008-06-05 Thread Cato Paus
ders@yahoogroups.com, "Cato Paus" <[EMAIL PROTECTED]> wrote: > > > take look at this > http://tech.groups.yahoo.com/group/flexcoders/message/115062 > <http://tech.groups.yahoo.com/group/flexcoders/message/115062> > > > > > --- In flexcoders@yahoogro

[flexcoders] Re: Deep Zoom (Silverlght) in Flex??

2008-06-09 Thread Cato Paus
http://theflashblog.com/?p=351 --- In flexcoders@yahoogroups.com, "slash_n_rose" <[EMAIL PROTECTED]> wrote: > > Hi All > > Is there any flex component like a Silverlight Deep Zoom? > > Regards > Jerry >

[flexcoders] Re: not sure why COLLECTION_CHANGE listener is not firing.

2008-06-11 Thread Cato Paus
look at this mx.events.CollectionEventKind --- In flexcoders@yahoogroups.com, "Derrick Anderson" <[EMAIL PROTECTED]> wrote: > > Hi, I'm using the Guasax framework in my application- and in my model I am > adding a collection change event listener, but it is never getting fired- > here is my c

[flexcoders] Re: Datagrid Password Column?

2008-06-11 Thread Cato Paus
you can do this to: http://www.adobe.com/2006/mxml"; creationComplete="initThis()" displayAsPassword="true" borderStyle="none" alpha="0.0" focusEnabled="true"> --- In flexcoders@yahoogroups.com, "Dennis Falling" <[EMAIL PROTECTED]> wrote: > > I have an editable D

[flexcoders] Re: Digital Camera Control in Flex?

2008-06-20 Thread Cato Paus
Flash 10 will have access to local files :) We voted and we got it :) --- In flexcoders@yahoogroups.com, "nathanpdaniel" <[EMAIL PROTECTED]> wrote: > > You should check out the VideoDisplay component for starters. If you > want to do that with a Flex based web app, look into Networking and >

[flexcoders] Re: convert the file selected to upload to byteArray

2008-07-01 Thread Cato Paus
read about it here, flash Player 10 supports local file load and save. http://labs.adobe.com/technologies/flashplayer10/ --- In flexcoders@yahoogroups.com, "Dan Blackman" <[EMAIL PROTECTED]> wrote: > > LlggG > Sent from my Verizon Wireless BlackBerry > > -Original Message- > From: "s

[flexcoders] Re: Flash USB-API :)

2008-07-20 Thread Cato Paus
lution to allow direct TWAIN image scanning in my Flex > application. The only problem with it is that the ExternalInterface > doesn't seem very reliable for exchanging more than small simple > variables - very long strings and binary data seems to cause troubles. > >

[flexcoders] Re: I do not like flex 3 any more!!!!

2008-07-22 Thread Cato Paus
Hehe totally agree with you, I'm realy look forward to Flex4 and FlashPlayer10 --- In flexcoders@yahoogroups.com, "hworke" <[EMAIL PROTECTED]> wrote: > > > See this presentation by Ely. You will know why: > > http://tv.adobe.com/#v=http%3A//adobe.edgeboss.net/flash/adobe/adobetvpr\ od/adc_prese

[flexcoders] Re: Flex Dashboard

2008-07-22 Thread Cato Paus
Hi In this project of your, do you store the module as byte in the db ? --- In flexcoders@yahoogroups.com, "gjessup1" <[EMAIL PROTECTED]> wrote: > > Added a code project for those interested > http://code.google.com/p/flex-dashboard/ > > --- In flexcoders@yahoogroups.com, "gjessup1" wrote: > >

[flexcoders] Re: Hslider scrubber won't work with some flv files

2008-07-24 Thread Cato Paus
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails\ &postId=1921&productId=2 --- In flexcoders@yahoogroups.com, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > http://reeni

[flexcoders] Re: Upload files using Hibernate and Java

2008-02-29 Thread Cato Paus
I use this at the moment, but are looking into uploade with air and bytestream. here is my jsp <%@ page contentType="text/html;charset=windows-1252"%> <%@ page import="org.apache.commons.fileupload.servlet.ServletFileUpload"%> <%@ page import="org.apache.commons.fileupload.disk.DiskFileItemFacto

[flexcoders] Re: Flex Builder complaint

2008-03-04 Thread Cato Paus
was all empty inside but the bytes was the, Gald I had a working backup :) Cato Paus --- In flexcoders@yahoogroups.com, Paul Decoursey <[EMAIL PROTECTED]> wrote: > > I just imported some projects from Flex 2 into Flex 3 and it wiped out > my html-templates... I spent hours

[flexcoders] Re: Query Related to Popup Windows

2008-03-11 Thread Cato Paus
eature > (control) when it is contained in the main application > UI. FeatureAsPopup.jpg displays the same control when > it is hosted in the popup window created using > flexmdi. > > Regards, > Jehanzeb > > --- Cato Paus <[EMAIL PROTECTED]> wrote: > > > Yo

[flexcoders] Re: Query Related to Popup Windows

2008-03-11 Thread Cato Paus
> > Thanks in advance. > > Regards, > Jehanzeb > > --- Cato Paus <[EMAIL PROTECTED]> wrote: > > > I imported the project that I sent you, in flex3 and > > it works fine > > here, the combobox stil works :) > > > > --- In flexcoders@yahoogroups.

[flexcoders] Re: File download:

2008-03-11 Thread Cato Paus
fr.download('your file url', 'your_variable this will bee the new name on the file you downloade'); --- In flexcoders@yahoogroups.com, "shekharsinbox" <[EMAIL PROTECTED]> wrote: > > Hi , > > I am using filerefrence.download() to download a file. > > > filereference.browse allows to filter

[flexcoders] Re: progress bar with remote objects

2008-03-12 Thread Cato Paus
see from the code the I send a referace from the pb into my updateCustFileListBundle(pb:ProgressBar) and alter the variables. It don't show you bytes loaded but it shows something is going on :) Cato Paus www.umbrellacorp.no --- In flexcoders@yahoogroups.com, "Tom Preet" <[

[flexcoders] Re: DataGrid as an itemRenderer

2008-03-12 Thread Cato Paus
Hi have you try to set the variableRowHeight to true on the datagrid? Cato Paus www.umbrellacorp.no --- In flexcoders@yahoogroups.com, "markgoldin_2000" <[EMAIL PROTECTED]> wrote: > > Can datagrid be an itemrenderer for a column in another datagrid? If > yes, then if

[flexcoders] Re: MP3 web site

2008-03-13 Thread Cato Paus
Hello Ansar, I'm wonder if you should use the Loader for this, because it have a contentLoaderInfo that you can poke in. Just a thought. Look it up in the API Cato Paus www.umbrellacorp.no --- In flexcoders@yahoogroups.com, "mailtoanzer" <[EMAIL PROTECTED]> wrote: >

[flexcoders] Re: Adding Flex Server to existing Project

2008-03-14 Thread Cato Paus
Hi. Create a new Flex project with the Server technology you choose, and copy your source into flexbuilder, works for me, or maybe there is a anther way, let us know :) --- In flexcoders@yahoogroups.com, Anthony Cintron <[EMAIL PROTECTED]> wrote: > > Is it possible to add a Flex Server to an e

[flexcoders] Re: Automate build for large apps?

2008-03-25 Thread Cato Paus
Hi I would recomend you to check out the www.theriabook.com Chapther 6 is about End-to-End Rapid Application Development with Flex Data Management Services, the Chapther is about using build.xml Java, Flex,Ant and SQL. isbn on the book: ISBN 0-9777622-2-x --- In flexcoders@yahoogroups.com, "fl

[flexcoders] Re: How do I set width to 100% in actionscript?

2008-03-26 Thread Cato Paus
var can:Canvas = new Canvas(); can.percentHeight = 100; // setting it back to default can.percentHeight = undefined; --- In flexcoders@yahoogroups.com, Sherif Abdou <[EMAIL PROTECTED]> wrote: > > you could always do somet

[flexcoders] Re: Need help passing data to a title window

2008-03-26 Thread Cato Paus
first of all the datagrid is not initialized before it is drawn on the screen, you can use public get and set, and a bindable var that holds your data, or you can send the data after you catch the creationComplete event on the titlewindow. --- In flexcoders@yahoogroups.com, "valdhor" <[EMAIL P

[flexcoders] Re: Custom Panel

2008-03-29 Thread Cato Paus
--- In flexcoders@yahoogroups.com, "Dmitry Miller" <[EMAIL PROTECTED]> wrote: > > I am trying to create a custom Panel with a custom shaped bar. I am > currently working on bar having the top corners rounded. I think I > should use setMask method however I could not find any documentation > how ma

[flexcoders] Re: Accessing local files in Flex

2008-03-31 Thread Cato Paus
https://bugs.adobe.com/jira/browse/SDK-14245 --- In flexcoders@yahoogroups.com, "Remya" <[EMAIL PROTECTED]> wrote: > > My application issues a service call, which returns data containing > file locations. These locations point to images in my local system. I > need to populate these images into

[flexcoders] Re: How to download a BLOB from database....using Java

2008-04-16 Thread Cato Paus
this.info = info; } public byte[] getPicture() { return picture; } public void setPicture(byte[] picture) { this.picture = picture; } } Cato Paus --- In flexcoders@yahoogroups.com, "Jim Hayes" <[EMAIL PROTECTED]> wrote: > &g

[flexcoders] Re: File selection problem

2008-04-17 Thread Cato Paus
FileReference - A petition for Astro WE NEED YOUR VOTE ! Hi All! If We Want New Features in Flahs Player we will all need to VOTE! I have submited it as a Feature Request. Follow the link and create a accont and vote for it! http://bugs.adobe.com/jira/browse/SDK-14245 By the way we all

[flexcoders] Re: ERROR 1009

2008-04-21 Thread Cato Paus
at creationComplete in your comp set the style. or you can try the initialize event to, read up on the display events :) --- In flexcoders@yahoogroups.com, "smbrinkley6" <[EMAIL PROTECTED]> wrote: > > This is really starting to get on my nerves. I have a TextArea in a > Repeater that displays

[flexcoders] Re: file indexing

2008-04-21 Thread Cato Paus
hi is this what your looking for: http://flexcoders.no the back end is in java --- In flexcoders@yahoogroups.com, "ghus32" <[EMAIL PROTECTED]> wrote: > > Hello Everyone, > > is it possible to show a file directory/tree on my server in a flex > tree or datagrid?? > > Thanks >

[flexcoders] Re: file indexing

2008-04-21 Thread Cato Paus
Hi I zip'ed it up for you, you can get it at: http://flexcoders.no/flex/zip/classes.zip -> WEB-INF Classes! http://flexcoders.no/flex/zip/IISTestProjectFlex3.zip -> Flex3 project http://flexcoders.no/flex/zip/remoting-config.zip -> the remoting- config.xml file in web-inf -> flex. --- In flexc

[flexcoders] Overriding the mouseClickHandler in DataGrid

2008-04-22 Thread Cato Paus
Hi Alex, do you have a better suggestion? override protected function mouseClickHandler(event:MouseEvent):void { var pattern:RegExp = /DataGridHeader/; var test:String = String(event.target); if(pattern.test(test)){ var r:IListItemRenderer; r = mouseEve

[flexcoders] Re: Overriding the mouseClickHandler in DataGrid

2008-04-22 Thread Cato Paus
it shall say: if(!pattern.test(test)){ --- In flexcoders@yahoogroups.com, "Cato Paus" <[EMAIL PROTECTED]> wrote: > > Hi Alex, do you have a better suggestion? > > override protected function mouseClickHandler(event:MouseEvent):void > { > va

[flexcoders] Re: Overriding the mouseClickHandler in DataGrid

2008-04-22 Thread Cato Paus
_ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Cato Paus > Sent: Tuesday, April 22, 2008 6:23 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Overriding the mouseClickHandler in DataGrid > > > > Hi Alex, do

[flexcoders] Re: Editting Blank Row in DataGrid

2008-04-26 Thread Cato Paus
Hi I have a solution that pops up an popup with the fields from the datagrid and if you want to add or replace or delete, with this solution you can double click on an empty row, or a row with data in the datagrid to pop the popup. And I have sub-classed the datagird so when the user click out

[flexcoders] Re: Trying to use FileSystemList

2008-05-09 Thread Cato Paus
check out the http://flexcoders.no --- In flexcoders@yahoogroups.com, "txakin" <[EMAIL PROTECTED]> wrote: > > > Hi all > > In my flex application i try to use the FileSystemList component...but i > donĀ“t have the library flash.filesystem.File > > If i see in interneti can read is onl

[flexcoders] Resize Titlewindow(Hide contents while Resize)

2008-05-12 Thread Cato Paus
Hi all, I Have some trubel with my TitleWindow (MDI window) I have a window with a datagird(width="100%" heigth="100%") and 2 itmerenderers, these itemrenderes are optimized, but when I resize the window, the itemrenderes are calculating the width and height on every frame. What I want is a win

[flexcoders] Re: Trying to use FileSystemList

2008-05-12 Thread Cato Paus
Hi I zip'ed it up for you, you can get it at: http://flexcoders.no/flex/zip/classes.zip -> WEB-INF Classes! http://flexcoders.no/flex/zip/IISTestProjectFlex3.zip -> Flex3 project http://flexcoders.no/flex/zip/remoting-config.zip -> the remoting- config.xml file in web-inf -> flex. --- In flexcod

  1   2   >