AW: [flexcoders] Flex 2 Beta 2, which files and folders to upload to web hosting?

2006-06-29 Thread Benjamin Dobler
I would export the bin folder and upload all of it`s content. Right-click on bin folder --> Select Export and then select File System For more detailed information check the deployment documentation at flex.org benz Benjamin Dobler RIA Development web: http://www.richapps.de mail: [EM

AW: [flexcoders] FlexBuilder - cannot access local resource - used to work in b3

2006-07-02 Thread Benjamin Dobler
Try adding this compiler option in your project settings (right-click on your project-->properties-->Flex Compiler-->under additional compiler arguments): -use-network=false Good luck benz Benjamin Dobler RIA Development web: http://www.richapps.de mail: [EMAIL PROTECTED] > -U

[flexcoders] Cairngorm starter question

2006-07-19 Thread Benjamin Dobler
O.k. this could become stupid... I`m I the process of learning the cairngorm framework. As a "traditional" flash developer there are some things that are hard to understand. I think I understood the general flow of the cairngorm architecture and I successfully implemented it in a project i`m worki

AW: [flexcoders] Isn´t there any release of Adobe Ap ollo yet? Alpha maybe....

2006-10-31 Thread Benjamin Dobler
I would like to know if we will have the possibility to execute command line tools. If so the possibilities are really endless. At the moment i`m building a lot of apps with zinc and if it misses some functionality I simply write a tool that I use via the command line in the background

[flexcoders] splitting textarea lines into an array

2006-11-07 Thread Benjamin Dobler
Hi,   Does anyone has a nice solution for converting text in a textArea component into items of an array so that each line is an item of the array.   Thanx   Benz __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Sea

[flexcoders] optimizing html output from RichTextEditor Component

2006-06-07 Thread Benjamin Dobler
Hi list, can anyone share good strategies for optimizing the html output from the RichTextEditor Component. It uses a lot of unnecessary p- and Textformat- tags. Is there a way of forcing the use of b-tags or any other solutions? Thanx benz Yahoo! Groups Sponsor

[flexcoders] Flash Data Services - help needed

2006-08-23 Thread Benjamin Dobler
Hi everyone,   finally i found the time to try out the data services. I`m using tomcat 5.5 and Java Open Transaction Manager form my basic setup. I was able to run the samples that ship with fds but now when i try to set up my own projects i get stuck with some errors. I get the follo

[flexcoders] ByteArray - Custom Class

2006-08-29 Thread Benjamin Dobler
Hi,   i started playing with the Socket Class and Byte Arrays. So far i`ve a Java Socket Server that sends all the Byte Data back to all listening clients. One client sends for example an array. This comes perfectly back too all connected clients. All the data is still intact and i can

AW: [flexcoders] ByteArray - Custom Class

2006-08-29 Thread Benjamin Dobler
ut.text+="\n"+typeof customClass; byteObj.writeObject(customClass);   socket.writeBytes( byteObj ); socket.flush();     coool!         Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Benjamin Dobler Gesendet: Dienstag, 29. August 2006 20:39

AW: [flexcoders] ByteArray - Custom Class

2006-08-29 Thread Benjamin Dobler
I wrote a blog entry explaining how getClassAlias can be used to clone instances and keep class references intact. http://www.richapps.de/?p=34   cheers Benz     Von: Benjamin Dobler [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 29. August 2006 22:37 An: 'flexc

AW: [flexcoders] Flex 2 patch timeline

2006-08-30 Thread Benjamin Dobler
Jack, i don`t get your point. This really is the first time we are right in the process of things. We have the labs – we see what`s happening! For example the AsDoc tool. For me that`s kind of a nice update. I`m very happy with how Adobe is providing us with new tools to play. That said

[flexcoders] Overlays

2006-09-05 Thread Benjamin Dobler
Hi,   i`m looking for a good way to implement overlays. Something like a sidebar that hides outside the application and if an event occurs animates on stage and lies above all gthe other content. I`ve seen an example of this but can not find it.   Thanx   Benjamin __._,_.___

AW: [flexcoders] Overlays

2006-09-06 Thread Benjamin Dobler
out Sho's blog, he has a Drawer component that does exactly what you want. Peace, Mike On 9/5/06, Benjamin Dobler < [EMAIL PROTECTED]> wrote: Hi,   i`m looking for a good way to implement overlays. Something like a sidebar that hides outside the application and if an e

AW: [flexcoders] Re: Macromedia's Sho Kuwamoto says he put sample code on flex2 site but it's not there

2005-10-19 Thread Benjamin Dobler
You`ll need Flash Player 8.5 alpha. It`s included if you download flex builder 2. Benjamin Dobler RIA Development web: http://www.richapps.de mail: [EMAIL PROTECTED] > -Ursprüngliche Nachricht- > Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im > Auftrag von j

[flexcoders] RIAs

2005-06-02 Thread Benjamin Dobler
Hi All,   Does anyone remember when the word RIA (Rich Internet Application) first appeared. Who invented the term? I think it was someone at MM but i can`t remember.     Benjamin     RichApps.de RIA Development   Benjamin Dobler   web:   | http://www.richapps.de mail

AW: [flexcoders] RIAs

2005-06-02 Thread Benjamin Dobler
That`s the one i thougt   Thanx jesse     RichApps.de RIA Development   Benjamin Dobler   web:   | http://www.richapps.de mail:   | [EMAIL PROTECTED] Von: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Im Auftrag von JesterXL Gesendet

AW: [flexcoders] RIAs

2005-06-02 Thread Benjamin Dobler
Thanx that`s really helpful! Benjamin Dobler RIA Development web: http://www.richapps.de mail: [EMAIL PROTECTED] > -Ursprüngliche Nachricht- > Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im > Auftrag von John Dowdell > Gesendet: Donnerstag, 2. Juni 200

AW: [flexcoders] Flex 1.5 price

2005-03-31 Thread Benjamin Dobler
Why no open source Flex? I mean the swf format is open. The tools are their. Merging components, creating Actionscript components It`s all doable and there is nothing magical about flex. In fact I think that a flex like system is just the next logical step for flash development. All th

AW: [flexcoders] Re: Loading CSS dynamically at runtime?

2005-05-23 Thread Benjamin Dobler
> I spent an hour or two writing a class that seems to do the trick > using a combination of TextField.StyleSheet and CSSStyleDeclaration - > it can be done... :-) > I would be extremely interested in your approach! Yahoo! Groups Links <*> To visit your group on the web, go to: http

AW: [flexcoders] Re: Loading CSS dynamically at runtime?

2005-05-23 Thread Benjamin Dobler
> Benjamin, > > Create a class (cssl) with a TextField.StyleSheet (tss) attached and > utilise its load() or parseCSS() method. Then loop through the CSS style > objects created within tss using _css or _style properties (ugly but > there doesn't seem to be a function to get these out). For each