[flexcoders] Re: Trying to use FileSystemList

2008-05-14 Thread Cato Paus
  Thanks again for your time. - Original Message From: Cato Paus [EMAIL PROTECTED] no To: [EMAIL PROTECTED] ups.com Sent: Monday, May 12, 2008 4:13:44 PM Subject: [flexcoders] Re: Trying to use FileSystemList Hi I zip'ed it up for you, you can get it at: http://flexcoders

[flexcoders] Re: Datagrids in FlexMDI

2008-05-14 Thread Cato Paus
Hi Julian, Yes I have the same issue, her is a link to the solution I'm working on to implement into the MDI, I'm using Flex3 http://blogs.adobe.com/flexdoc/2007/03/creating_resizable_and_draggab.ht\ ml http://blogs.adobe.com/flexdoc/2007/03/creating_resizable_and_draggab.h\ tml --- In

[flexcoders] AnyOne Doing som project on Flex/Air + RFID or NFC

2008-05-14 Thread Cato Paus
Hi all I'm currently working on a project where we are going to connect a Nokia 6131 NFC mobil phone to our application through java, some one else?

[flexcoders] Re: Datagrids in FlexMDI

2008-05-14 Thread Cato Paus
First off all try to turn off the mdiCanvas.effectsLib = MDIVistaEffects; --- In flexcoders@yahoogroups.com, julian.leach [EMAIL PROTECTED] wrote: Hi We've recently started using FlexMDI and we really like the functionality. However, we are experiencing performance problems with any

[flexcoders] Re: Datagrids in FlexMDI

2008-05-14 Thread Cato Paus
to take a look at the stuff you wrote. We'll let you know how we got on with that. We are also going to take a look at superpanel - a link to which was published in one of the comments below your example. Thanks again Julian --- In flexcoders@yahoogroups.com, Cato Paus

[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 window

[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

[flexcoders] Re: Resize Titlewindow(Hide contents while Resize) = Closed

2008-05-12 Thread Cato Paus
Hi if someone have the same issue here is the link :) http://blogs.adobe.com/flexdoc/2007/03/creating_resizable_and_draggab.ht ml --- In flexcoders@yahoogroups.com, Cato Paus [EMAIL PROTECTED] wrote: Hi all, I Have some trubel with my TitleWindow (MDI window) I have a window with a datagird

[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 only for

[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] 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 =

[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 { var pattern:RegExp = /DataGridHeader/; var

[flexcoders] Re: Overriding the mouseClickHandler in DataGrid

2008-04-22 Thread Cato Paus
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 you have a better suggestion? override protected function mouseClickHandler(event:MouseEvent):void { var

[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 blog

[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

[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

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

2008-04-16 Thread Cato Paus
= 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: Ok, gotcha! You need to use

[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 a

[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 masking

[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

[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

[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,

[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

[flexcoders] Re: progress bar with remote objects

2008-03-12 Thread Cato Paus
; } as you can 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 my item grid is an mxml file

[flexcoders] Re: Query Related to Popup Windows

2008-03-11 Thread Cato Paus
the same control when it is hosted in the popup window created using flexmdi. Regards, Jehanzeb --- Cato Paus [EMAIL PROTECTED] wrote: You should check out http://brianjoseph31.typepad.com/smashedapples/flexmdi/index.html Cato Paus www.umbrellacorp.no --- In flexcoders

[flexcoders] Re: Query Related to Popup Windows

2008-03-11 Thread Cato Paus
(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 cato1@ wrote: You should check out http

[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 the

[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 tweaking those files

[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

[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 :)

[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.DiskFileItemFactory% %@

[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. --- In

[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.

[flexcoders] Where did the list gooo?!

2008-02-21 Thread Cato Paus
eh

[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] FileReference - A petition for Astro ! [ by Thibault Imbert ]

2008-01-02 Thread Cato Paus
://www.bytearray.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=2postId=1921loc=en_US http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetail\ sproductId=2postId=1921loc=en_US Cato Paus --- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] [EMAIL PROTECTED

[flexcoders] Re: tabNavigator - dynamic tabs?

2007-09-25 Thread Cato Paus
; target.getTabAt(i).visible= false; } } ]] /mx:Script mx:TabNavigator creationComplete=tabNavigatorCreatonCompleteHandler(event) width=100% height=100% !-- your comps here -- mx:TabNavigator / Cato Paus http://www.umbrellacorp.no --- In flexcoders@yahoogroups.com

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

2007-09-25 Thread Cato Paus
, global.y); } ]] /mx:Script mx:Button x=0 y=0 label=Get coordinates click=button_clickHandler(event)/ mx:TextArea id=textArea right=0 left=0 bottom=0 top=30/ /mx:Application Cato Paus http://www.umbrellacorp.no --- In flexcoders@yahoogroups.com, Mark Ingram [EMAIL

[flexcoders] Cool TextEffec

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

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

2007-03-08 Thread Cato Paus
Hi Ravi mx:Image id=image1 source=http://someurl/image.jpg; / mx:Image id=image2 source={image1} / 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

[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
={fileList [f].fileName} path={fileList[f].path} isBranch={fileList[f].children} icon=imgFolder/); / 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

[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 from an xml file

[flexcoders] File Exploer and Java + JRun4

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

[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++ ){

[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... I have the function exactly

[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 of your position, so that you can

[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 base62Binary, that I receive from

[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 the height of an image

[flexcoders] Re: Tooltips are driving me crazy!

2007-02-21 Thread Cato Paus
/mx:Application I used it on my latest app. http://www.montass.no by the way this is made in Flex 2 if your running 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

[flexcoders] Re: text area height

2007-02-19 Thread Cato Paus
Hi I did have the same issue :) I solved it by using the mx:Text/ 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] Re: Error: Only one root tag is allowed.

2007-02-17 Thread Cato Paus
/mx:dataProvider /mx:Tree /mx:Panel /mx:Application one tip don't 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

[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: 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 the

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

2007-01-27 Thread Cato Paus
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 [EMAIL PROTECTED] wrote: Hi Inside your fds2 dir, if you have installed

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

2007-01-18 Thread Cato Paus
--- In flexcoders@yahoogroups.com, Cato Paus cato1@ wrote: 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

[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

[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
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.com [mailto:[EMAIL PROTECTED] On Behalf Of Cato Paus Sent: Tuesday, January 16, 2007

<    1   2