[flexcoders] Re: Browser cache problem

2009-08-03 Thread Cato Paus
http://tech.groups.yahoo.com/group/flexcoders/message/135077 --- In flexcoders@yahoogroups.com, yamunaeaswer yamunaeas...@... wrote: Hi Any one know how to remove the browser cache using flex? Thanks to Advance

[flexcoders] Re: Flex cache problem

2009-07-20 Thread Cato Paus
http://tech.groups.yahoo.com/group/flexcoders/message/135077 --- In flexcoders@yahoogroups.com, yamuna priya yamunaeas...@... wrote: Hi     Can any one help for  clear cache(SWF) using flex? Adance Thanks... Yahoo! recommends that you upgrade to the new and safer

[flexcoders] Re: Formatting my messages on this list...

2009-05-22 Thread Cato Paus
Hi, this is not a solution for your question,but if you replay from the forum with the Rich-Text Editor that still are in beta, works almost. --- In flexcoders@yahoogroups.com, laurence5905 lmacne...@... wrote: Why is it, every single time I post a message with some code in it, the

[flexcoders] Re: Printing PDF417 barcodes in Flex...

2009-05-20 Thread Cato Paus
Here you have it http://bumpslide.com/blog/tag/flex/ --- In flexcoders@yahoogroups.com, Laurence MacNeill lmacne...@... wrote: Has anybody here ever tried to print PDF417 barcodes in Flex? It's far more than a simple embed-the-font kind of thing, as you need a proper encoder to encode

[flexcoders] Re: NativeDragManager and nested components

2009-05-07 Thread Cato Paus
http://www.mikechambers.com/blog/2007/11/07/air-example-native-drag-and-drop/ --- In flexcoders@yahoogroups.com, Yves Riel r...@... wrote: Thanks Alex but I need to be able to drag from the Desktop to the App too. However, maybe I can dynamically swap the NativeDMI for the regular DMI and

[flexcoders] Re: popup progress bar will uploading file

2009-04-30 Thread Cato Paus
in the titleWindow you can call the PopUpManager.removePopUp(this); called from Complete Event as you have done, or you can dispatch the Complete Event to parent, and kill the popup ther , (The PopUpManager is a singleton so you can access it form enyware) --- In flexcoders@yahoogroups.com,

[flexcoders] Re: popup progress bar will uploading file

2009-04-30 Thread Cato Paus
Main App: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=initApp(); @ mx:Script ![CDATA[ import mx.managers.PopUpManager; import mx.containers.TitleWindow; private var popUp:PopUp = null; private function

[flexcoders] Re: Encrypt Flash SEO for Flash

2009-04-20 Thread Cato Paus
have look at http://simplifiedlogic.com/ but some company like http://www.amayeta.com/ call's it encrypting but is realy obfuscation read on http://www.preemptive.com/obfuscator.html HP have a decompiler out now for security reason HP SWFScan, a free tool developed by HP Web Security Research

[flexcoders] Re: Encrypt Flash SEO for Flash

2009-04-20 Thread Cato Paus
. 2009/4/20 Cato Paus ca...@... have look at http://simplifiedlogic.com/ but some company like http://www.amayeta.com/ call's it encrypting but is realy obfuscation read on http://www.preemptive.com/obfuscator.html HP have a decompiler out now for security reason HP SWFScan, a free

[flexcoders] Download *.docx from server

2009-04-17 Thread Cato Paus
Hi all I have a weard issue, if I upload a foo.docx to server and want to download it later using Flex and the FileReference class I got this 17/04 15:13:28 error Requested resource '/**/1.3.11 Gjennomf?ringer.docx' (%2flcds%2flic%2f5%2f1%2f2%2f1.3.1 1%20Gjennomf%ef%bf%bdringer.docx) not found

[flexcoders] Re: Download *.docx from server

2009-04-17 Thread Cato Paus
Sorry duds, I have to configer my JRun and IIS6 to handle the MIME Type ;) --- In flexcoders@yahoogroups.com, Cato Paus ca...@... wrote: Hi all I have a weard issue, if I upload a foo.docx to server and want to download it later using Flex and the FileReference class I got this 17/04 15:13

[flexcoders] Re: Flash speed test - please participate - only 1 click required !

2009-04-13 Thread Cato Paus
DO NOT TEST THIS... Trojan Horse Detected on page! --- In flexcoders@yahoogroups.com, tom93438 tcs2...@... wrote: One other test that would also be useful: Please hit: http://flatim3000.appspot.com/?fps=24 Does the same as before, but tests for 24 fps. thanks tom

[flexcoders] Re: Flash speed test - please participate - only 1 click required !

2009-04-13 Thread Cato Paus
, Paul Andrews p...@... wrote: How did you find the trojan Cato - AVG reports nothing. What trojan is it? Paul - Original Message - From: Cato Paus ca...@... To: flexcoders@yahoogroups.com Sent: Monday, April 13, 2009 11:58 AM Subject: [flexcoders] Re: Flash speed test - please

[flexcoders] Re: Flex alternative to Microsoft's Seadragon

2009-04-13 Thread Cato Paus
Here you have it for Flex Deep zoom :) http://openzoom.org/ --- In flexcoders@yahoogroups.com, Paul Andrews p...@... wrote: - Original Message - From: Hyder hyder_...@... To: flexcoders@yahoogroups.com Sent: Sunday, April 12, 2009 8:26 PM Subject: [flexcoders] Flex alternative

[flexcoders] Re: Flash player fails to install on vista!

2009-04-02 Thread Cato Paus
. Given you're a developer, I expected better - What was the error message, how is it not installing? 2009/4/2 Cato Paus ca...@...: Hi all, this is veard, I have a clean install(Windows Vista Ultimate) on my laptop and IExploer do not want to install the flash player (ActiveX

[flexcoders] Flash player fails to install on vista!

2009-04-01 Thread Cato Paus
Hi all, this is veard, I have a clean install(Windows Vista Ultimate) on my laptop and IExploer do not want to install the flash player (ActiveX) ! switching to FireFox, up yours MS!

[flexcoders] Re: How to clear cache for all major browsers (IE, Mozilla, Safari and Chrome)

2009-03-18 Thread Cato Paus
Or just do this src, ${swf}?version=1.0, and increment it each time you crate a new build, I have filed a request to adobe about this issue https://bugs.adobe.com/jira/browse/FB-16764 go and vote for it :) --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: The only

[flexcoders] Re: flex + mysql unicode support

2009-03-12 Thread Cato Paus
one or another setting in mysql, you must specify the client input to unicode (UTF8) what flex have does not matters .. but if you use UTF8 in the SQL DB you should use UTF8 in Flex --- In flexcoders@yahoogroups.com, cvsikh sonofgurugobindsing...@... wrote: Hello all, I am displaying data

[flexcoders] Re: Getting ByteArray.uncompress() to work in Flash - looking for an example text with compressed bytes

2009-03-01 Thread Cato Paus
go here http://onrails.org/articles/2007/11/27/flash-utils-bytearray-compressing\ -4-1mb-to-20k http://onrails.org/articles/2007/11/27/flash-utils-bytearray-compressin\ g-4-1mb-to-20k --- In flexcoders@yahoogroups.com, David Adams dpad...@... wrote: I've been having no luck getting Flex to

[flexcoders] TitleWindow and CloseButton

2009-02-25 Thread Cato Paus
Wath I want help with is: are there a another way to do this, private function thisCreationComplete(event:FlexEvent):void {trace('OverWriteWarning::thisCreationComplete'); for(var i:int = 0; titleBar.numChildren i; i++){ if(titleBar.getChildAt(i) is Button) { var butt:Button =

[flexcoders] Re: Gumbo / Flex 4 release date estimate?

2009-02-21 Thread Cato Paus
How to handle the bugeting, we have the Upgrade Plan and Maintenance on Flex builder and LCDS it works greeat each year we pay Adobe a sum, and we always have the last software :) http://www.adobe.com/support/programs/customer/platinum.html --- In flexcoders@yahoogroups.com, Jason

[flexcoders] Re: ToolTip stay until closed

2009-02-19 Thread Cato Paus
Here is a Nice one :) http://www.adobe.com/devnet/flex/samples/fig_callout/ --- In flexcoders@yahoogroups.com, flexaustin flexaus...@... wrote: Is it possible to make a tooltip stay on until its closed? Maybe put an x in the top right corner or something. I don't see any properties

[flexcoders] Alex Harui DataGrid and DTO question

2009-02-14 Thread Cato Paus
Hi Alex is there somway to force the datagird to use the DTO getters and setters insted of columns ? ex: mx:DataGrid FileDTO /FileDTO /mx:DataGrid

[flexcoders] Re: Global variable

2009-02-11 Thread Cato Paus
Flex treat images as global, if you ref it in one componet and a another componet, flex only use the one loaded first into memory. --- In flexcoders@yahoogroups.com, christophe_jacquelin christophe_jacque...@... wrote: Hello, How to declare a global variable (for several mxml files)

[flexcoders] To Alex Harui

2009-02-04 Thread Cato Paus
Hi can you please add your blog address to your email signature :)

[flexcoders] Re: Shared Objects And Modules

2009-02-02 Thread Cato Paus
http://livedocs.adobe.com/flex/3/html/lsos_5.html --- In flexcoders@yahoogroups.com, thelordsince1984 lore...@... wrote: --- In flexcoders@yahoogroups.com, Marco Catunda marco.catunda@ wrote: Lorenzo, When the doc says the same domain it means that flash player should get module

[flexcoders] Go and Vote for beter Flex builder! (Cache Buster)

2009-01-27 Thread Cato Paus
https://bugs.adobe.com/jira/browse/FB-16764

[flexcoders] Re: Go and Vote for beter Flex builder! (Cache Buster)

2009-01-27 Thread Cato Paus
running as a builder before your flex build. Cheers Ralf. On Tue, Jan 27, 2009 at 10:40 AM, Cato Paus ca...@... wrote: https://bugs.adobe.com/jira/browse/FB-16764

[flexcoders] Cache Buster, HTML Wrapper SOLVED

2009-01-22 Thread Cato Paus
Hi all, I have ben poking around on this Cache issue, and did find out this: In some cases, the browser will not refresh your application properly, even if the cache has been emptied, which can be very frustrating. by adding a script which will add a random number on the end of a query

[flexcoders] Re: services-config.xml question

2009-01-22 Thread Cato Paus
--- In flexcoders@yahoogroups.com, tchredeemed apth...@... wrote: Basically, right now my setup looks like this: !-- SECURE -- !-- channel-definition id=rubyamf class=mx.messaging.channels.SecureAMFChannel --

[flexcoders] Re: Need some Help in implementing Log out functionality

2009-01-16 Thread Cato Paus
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showDetails\ postId=5401productId=2loc=en_US http://www.adobe.com/cfusion/communityengine/index.cfm?event=showDetail\ spostId=5401productId=2loc=en_US on this link, you can get my, login and logout logic handled by a singleton, and

[flexcoders] Re: swf caching

2009-01-13 Thread Cato Paus
Hi Tracy, How can I do that ? --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: You could modify the html wrapper to append a unique string to the swf url. Tracy From: flexcoders@yahoogroups.com

[flexcoders] Re: swf caching

2009-01-13 Thread Cato Paus
] On Behalf Of Cato Paus Sent: Tuesday, January 13, 2009 4:07 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: swf caching Hi Tracy, How can I do that ? --- In flexcoders@yahoogroups.com mailto:flexcoders% 40yahoogroups.com , Tracy Spratt tspratt@ wrote: You could modify

[flexcoders] Re: Tree and array data

2008-12-19 Thread Cato Paus
bind the isBranch = {yourobject.haschilderen} or create your own TreeDataDescriptor by implemnting the ITreeDataDescriptor interface --- In flexcoders@yahoogroups.com, Dan Vega danv...@... wrote: I don't think its just icon though is it? It needs to be a branch with an arrow next to it

[flexcoders] Re: File Explorer

2008-12-17 Thread Cato Paus
Waht server are you using ? Java ? if so I can dig up an old project form flex2 --- In flexcoders@yahoogroups.com, Dan Vega danv...@... wrote: I am building a full featured file explorer and I am stuck on one part of the application. On the left hand side I will have a base root directory

[flexcoders] Re: File Explorer

2008-12-17 Thread Cato Paus
I have emailed you the project, I see that you are using JRun4 --- In flexcoders@yahoogroups.com, Dan Vega danv...@... wrote: I am building a full featured file explorer and I am stuck on one part of the application. On the left hand side I will have a base root directory (root) and a

[flexcoders] Re: Padding/spacing before the first line in a TextArea

2008-12-16 Thread Cato Paus
Have you try this paddingTop: 0; paddingBottom: 0; paddingRight: 0; paddingLeft: 0; on TextArea? --- In flexcoders@yahoogroups.com, bjorn itrashm...@... wrote: Any ideas on where I might find more info about this? .. or people who might know more ...

[flexcoders] Re: speed of the for each looping

2008-12-11 Thread Cato Paus
data and Flex for the Show :) and we are able to alter the data on the RFID tag with just Flex and no install of a third party application. The customer is very very happy. --- In flexcoders@yahoogroups.com, Cato Paus [EMAIL PROTECTED] wrote: Hi, all you experts :) I'm tying to speed up my

[flexcoders] Re: Socket and Pop3

2008-12-10 Thread Cato Paus
http://www.bytearray.org/?p=27 --- In flexcoders@yahoogroups.com, quantum_ohm [EMAIL PROTECTED] wrote: Hi All ! I'm building a POP3 mail client in AIR, and can't figure out how to dispatch events (or where ) to send all the commands one after each other in a unique same shot. For

[flexcoders] Re: Socket and Pop3

2008-12-10 Thread Cato Paus
solve my problem... :-( --- In flexcoders@yahoogroups.com, Cato Paus cato1@ wrote: http://www.bytearray.org/?p=27 --- In flexcoders@yahoogroups.com, quantum_ohm charly.antoine@ wrote: Hi All ! I'm building a POP3 mail client in AIR, and can't figure out how

[flexcoders] Re: speed of the for each looping

2008-12-10 Thread Cato Paus
if you need to get the i you can use the getItemIndex::ArrayCollection --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Josh McDonald dznuts@ wrote: *nods* I find that it's often much easier to read when you use for..in and for

[flexcoders] speed of the for each looping

2008-12-09 Thread Cato Paus
Hi, all you experts :) I'm tying to speed up my application and I use a lot of exsample for (var i:int = 0; i 5; i++) { trace(i); } so is the for each looping faster ?

[flexcoders] Re: speed of the for each looping

2008-12-09 Thread Cato Paus
code that accounts for .01% of your application's CPU usage. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Cato Paus [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] speed

[flexcoders] Re: Multithreading Concept in Flex

2008-12-08 Thread Cato Paus
Go and wote for Change :) http://bugs.adobe.com/jira/browse/FP-93 --- In flexcoders@yahoogroups.com, jitendra jain [EMAIL PROTECTED] wrote: Hi friends,        I read Alex's PseudoThread blog and it is quite useful information. My frustration starts with Flex consumer that

[flexcoders] Re: The Online Flex Builder!

2008-11-25 Thread Cato Paus
Found it at http://osflash.org/flexible :) --- In flexcoders@yahoogroups.com, Cato Paus [EMAIL PROTECTED] wrote: Hi all, I remeber taht someone did create a FlexBuilder in a flash-application, but I'cant remeber where, someone have the url ?

[flexcoders] Re: The Online Flex Builder!

2008-11-25 Thread Cato Paus
: [EMAIL PROTECTED] ups.com on behalf of Cato Paus Sent: Mon 24/11/2008 19:20 To: [EMAIL PROTECTED] ups.com Subject: [flexcoders] The Online Flex Builder! Hi all, I remeber taht someone did create a FlexBuilder in a flash-application, but I'cant remeber where, someone have the url

[flexcoders] The Online Flex Builder!

2008-11-24 Thread Cato Paus
Hi all, I remeber taht someone did create a FlexBuilder in a flash-application, but I'cant remeber where, someone have the url ?

[flexcoders] Re: Flex: getting the current directory

2008-11-19 Thread Cato Paus
Hi :) you can accsess the url like this var url:String = Application.application.url; take a look at About exchanging data with Flex applications in Flex Help. --- In flexcoders@yahoogroups.com, renzeullo [EMAIL PROTECTED] wrote: Hi guys, Quick question: Is there a way to get the

[flexcoders] Re: Flex Book wish :)

2008-11-11 Thread Cato Paus
Actionscript design patterns: http://www.amazon.com/Advanced-ActionScript-3-Design-Patterns/dp/0321426568 , http://www.amazon.com/ActionScript-3-0-Design-Patterns-Programming/dp/0596528469 Paul - Original Message - From: Cato Paus [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

[flexcoders] Flex Book wish :)

2008-11-11 Thread Cato Paus
a wish book, which addresses the disign pattern and flex framework, that I had purchased on spot.

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

[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 to get

[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 data and

[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 wrote: I have sent it to you on your [EMAIL

[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 :) ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=intApp(event); mx:Script

[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: Help: filterFunction and Dates

2008-10-27 Thread Cato Paus
the filterFunction is not reset to null. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Cato Paus [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help: filterFunction and Dates Date: Sun

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

[flexcoders] Re: Help: filterFunction and Dates

2008-10-26 Thread Cato Paus
://www.truviso.com -Original Message- From: Cato Paus [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help: filterFunction and Dates Date: Thu, 23 Oct 2008 17:02:27 - Hi if you use java as backend do you serilaze

[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 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 can I

[flexcoders] Re: Help: filterFunction and Dates

2008-10-26 Thread Cato Paus
1,2,3,4 I don't think ListCollectionView composes filterFunctions. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Cato Paus [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help

[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
it does the same thing. I¹ll use this as a starting point, cheers! -- Blair From: Cato Paus cato1@ Reply-To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Date: Thu, 23 Oct 2008 17:02:27 - To: flexcoders@yahoogroups.com

[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 starts?

[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();

[flexcoders] Show progress while using for()

2008-09-09 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-09 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 it seems the for() have to complete

[flexcoders] Re: Dynamic destination of remote object?

2008-09-09 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. Can we

[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] 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=1921productId=2 http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetail\ spostId=1921productId=2 --- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

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

[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 gregjessup@ wrote:

[flexcoders] Re: Flash USB-API :)

2008-07-20 Thread Cato Paus
mailto:flexcoders% 40yahoogroups.com , Cato Paus cato1@ wrote: Hi I know abouth the MerApi http://www.merapiproject.net/index.php, but My use-case is: I'm developing a TV-FlexApplication for a cutsomer that wants to use a tv remote controller to change the channels that I'm stremaing form satelitte

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

[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

RE: [flexcoders] Datagrid Password Column?

2008-06-11 Thread Cato Paus Skrede
Do this on the textInput borderStyle=none alpha=0.0 -Opprinnelig melding- Fra: [EMAIL PROTECTED] .com [mailto:[EMAIL PROTECTED] ps.yahoo.com] Sendt: 11. juni 2008 08:31 Emne: RE: [flexcoders] Datagrid Password Column? A TextInput just contains a TextField and draws border and background

[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 code (is

[flexcoders] Re: Datagrid Password Column?

2008-06-11 Thread Cato Paus
you can do this to: ?xml version=1.0 encoding=utf-8? mx:TextInput xmlns:mx=http://www.adobe.com/2006/mxml; creationComplete=initThis() displayAsPassword=true borderStyle=none alpha=0.0 focusEnabled=true mx:Script ![CDATA[ private function initThis():void {

[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: SWC Encrypt 2.0 - Does it work?

2008-06-05 Thread Cato Paus
? Anybody willing to copy and paste your code, is just as willing to copy your encrypted .SWC file. Source code is like love - it only has value if you give it out. -Josh On Wed, Jun 4, 2008 at 5:45 PM, Cato Paus [EMAIL PROTECTED] wrote: Hello again everyone, how can we

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

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

2008-06-05 Thread Cato Paus
, 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@yahoogroups.com, arieljake arieljake@ wrote: does anyone know why only the mxml version

[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

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

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

[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? Have you

[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 would I

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

2008-06-03 Thread Cato Paus
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- obfuscated one. On Tue, Jun 3, 2008 at 11:49 AM, Cato Paus [EMAIL PROTECTED] wrote: right now the Flex framework is too much to decode

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

[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: Panel with no borders. How To?

2008-05-31 Thread Cato Paus
. you probaly will find wath your looking for :) Cato Paus http://www.umbrellacorp.no --- In flexcoders@yahoogroups.com, Manu Dhanda [EMAIL PROTECTED] wrote: Hii I need a panel with no border or say with border with ZERO width. How can I get this done? Thanks. -- View

[flexcoders] Re: Flash USB-API :)

2008-05-25 Thread Cato Paus
Of Cato Paus Sent: Friday, May 23, 2008 9:35 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flash USB-API :) Hehe Totaly Agree with you on Joe Random, but I put my trust on Adobe to find a solution :) --- In flexcoders@yahoogroups.com mailto:flexcoders% 40yahoogroups.com

[flexcoders] Re: Flash USB-API :)

2008-05-25 Thread Cato Paus
Update on the case :) https://bugs.adobe.com/jira/browse/FP-247 --- In flexcoders@yahoogroups.com, Cato Paus [EMAIL PROTECTED] wrote: WE need to vote again :) https://bugs.adobe.com/jira/browse/FP-247 I realy hope we can have USB communication in AIR and Flash Player :) I can imagine

[flexcoders] Re: Flash USB-API :)

2008-05-23 Thread Cato Paus
Hehe Totaly Agree with you on Joe Random, but I put my trust on Adobe to find a solution :) --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 22 May 2008, Cato Paus wrote: I realy hope we can have USB communication in AIR and Flash Player :) USB

[flexcoders] Flash USB-API :)

2008-05-22 Thread Cato Paus
WE need to vote again :) https://bugs.adobe.com/jira/browse/FP-247 I realy hope we can have USB communication in AIR and Flash Player :) I can imagine many different type of applications which can communicate with different devices connected over USB, atleast my phone (over bluetooth or

[flexcoders] Re: Flash Player 10 is in prerelease!

2008-05-15 Thread Cato Paus
Yes, Yes, Yes! we have File uploade and downloade to localhost :) it's a greeat day :) Woowo --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: http://labs.adobe.com/technologies/flashplayer10/ Gordon Smith Adobe Flex SDK Team

[flexcoders] Re: Question about IISTestProjectFlex3 project

2008-05-15 Thread Cato Paus
Ah, yes of course, I have the Flex data servises 2.5.6 running in this project, sorry I will take that away and send you new files :) --- In flexcoders@yahoogroups.com, Jon Santos [EMAIL PROTECTED] wrote: - Forwarded Message From: Jon Santos [EMAIL PROTECTED] To: [EMAIL

  1   2   >