[flexcoders] SWF to save scores via php: how different is IIS to unix?

2009-08-05 Thread John McCormack
My SWFs sends scores to a php script. This script locks an xml file and saves the sorted scores in it. When the SWFs and php are served from a Unix environment it works fine. These SWFs might be deployed on a Unix server, an IIS server or across a school network ( Microsoft?). Can anyone offer a

[flexcoders] Does AdvacedDataGridColumn supports effects at all????

2009-08-05 Thread garfild190
Hi guys, I need to activate the hideEffect on columns, Can I do it? pls advise guys Yours Jo

[flexcoders] embedding swf fonts

2009-08-05 Thread xelf...@rocketmail.com
I have been handed a .swf file called akzidenz.swf I have tried to embed only to get the following error: "Unable to transcode akzidenz.swf" After some quick research this apparently is common, and I thought this article was interesting (http://curiousmindsmedia.wordpress.com/2009/06/04/embeddin

RE: [flexcoders] Loading Images

2009-08-05 Thread Chet Haase
Since img is in a ViewStack, it seems like it's probably not yet instantiated. If it hasn't been made visible yet, then it won't be instantiated and it will be null, so your call to load() will fail as it does below. If you're trying to display the larger version of the image and the thumbnails

[flexcoders] how to find a dynamic object in a function?

2009-08-05 Thread coder3
Hi All, This might be a simple question, but I have no clue: For example, I use mx:Repeater to create a list of radioButton, each inside a vBox, so the code is like this:

[flexcoders] Loading Images

2009-08-05 Thread Fernando Cabredo
Hi, The purpose of the lines of code below is to display a ListBox at the left pane and a Tile List at the right pane. When an image is double-clicked in the Tile List, I would like to display an enlarge version of the image. However, I am encountering this error when I want to load the selecte

Re: [flexcoders] Messaging to only one consumer (me).

2009-08-05 Thread Andrew Voronin
Any thoughts? -- View this message in context: http://www.nabble.com/Messaging-to-only-one-consumer-%28me%29.-tp24804180p24832498.html Sent from the FlexCoders mailing list archive at Nabble.com.

[flexcoders] HTMLLoader - proxy, caching, general control

2009-08-05 Thread ilya_persky
Hi to everyone! :) We are trying to use HTMLoader (builtin WebKit) in AIR application and we rent into the bunch of problems because of the luck of control over internal webkit engine. 1) we can't find how to make HTMLoader work via proxy 2) can't hook on just loading some resource - load() fun

[flexcoders] Adobe User Research: Flex Developers

2009-08-05 Thread petrauebel
Adobe is conducting a User Research study to learn more about the work flows of Flex Developers (users). If you are currently working with Flex in a professional capacity we would really like to hear from you. If you are interested in providing Adobe with feedback about your use of Flex and ot

Re: [flexcoders] How to get "resizecursor" when resizing a custom chrome window in AIR?

2009-08-05 Thread Doug Arthur
Did anyone ever figure this one out? On Thu, Jan 10, 2008 at 1:52 AM, ola.muldal wrote: > I've tried a few diffrent solutions, but I am abit confused about what > is going on when resizing. > > I have a flex panel which acts as the chrome. This is set to 100% > width and height in the "Windowe

[flexcoders] Can I use wireshark to override a crossdomain file?

2009-08-05 Thread luvfotography
I need to test a program on my local machine and a website that I don't own has a restricted crossdomain file. Can a program like wireshark modify the call to somewesite.com/crossdomain.xml and change it on the fly to '' or is there some other way to test locally and override the crossdomain file

RE: [flexcoders] How to make variables persist across application

2009-08-05 Thread Gordon Smith
You have several options. Perhaps the simplest is to declare public var userid:String; in your Application. The login popup can then access this var as Application.application.userid and set it. Other possibilities include a LoginInfo class with static vars (so that any code can just acces

[flexcoders] using resize effect for closing dataGridColumn - need help

2009-08-05 Thread garfild190
Hi guys, I created a header renderer for my AdvancdDataGrid grouped columns. this renderer has an image which enables me to hide the upper column and its children columns when I click on it. How can I create an effect, that will cause my column to be closed slowly, let say in a duration of 1 se

RE: [flexcoders] Moving flex app (coldfusion) to a production server

2009-08-05 Thread Scott
I'm not a fan of hard coding anything... I stumbled on this doc for Air apps and setting up remote objects dynamically. I thought I'd post it on here for future reference. http://sujitreddyg.wordpress.com/2008/07/03/creating-blazeds-channels-at -runtime/ Off to play with this a bit; it

[flexcoders] Re: Month-calendar control (with MATE test-app and Degrafa skins)

2009-08-05 Thread max.nachlinger
Pedro and Kevin, Those are great ideas and I can't wait to implement them. Thanks so much for reviewing my silly app. --Max

[flexcoders] DataService Destination Clustering is not working

2009-08-05 Thread Dharmendra Chauhan
Hi All , We are trying to get clustering configured for our application so that DataService's Destination keep serving the cleint in case of any server failure . We are using F5 hardware load balancer. We have set up a default-cluster, using tcp and while creating DataService Destination

Re: [flexcoders] Month-calendar control (with MATE test-app and Degrafa skins)

2009-08-05 Thread Kevin Mulvihill
I agree ­ nice work. A couple of usability suggestions: 1) Users often check after clicking a link or a button to see if they went where they expected. We can help them by matching page titles with the links or, in this case, matching the window title (³New Event²) with the button text (³Add Even

RE: [flexcoders] Moving flex app (coldfusion) to a production server

2009-08-05 Thread Scott
Where does it pull the server name from? Is it where the flex app was called from? To make this a little more complex; this is an Air application so it's installed locally. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Joha

[flexcoders] Code analyzer

2009-08-05 Thread gregholliday
I was recently introduced to a tool called PMD (http://pmd.sourceforge.net/) which analyzes java code. I was wondering if anyone knew of a similar tool for Flex code.

[flexcoders] Flex Builder vs Embedded Fonts

2009-08-05 Thread warrenonflex
Recently I had the need to embed font's in my Flex 3 application. I used the CSS code (see below) to embed the fonts and make them global. Worked great except Builder went nuts. The Builder display doesn't look like the website. Elements are shifted about, text doesn't line up properly (for exam

[flexcoders] How to make variables persist across application

2009-08-05 Thread spuy...@ymail.com
Is there a way to have the variables I set in a pop-up window (think login), persist and be accessible even when that pop-up is closed? For example, I have an application that uses a pop-up login window to control access to the application. The user supplies userid, password and role. When th

[flexcoders] problem to connect with j2ee and WTP in flex

2009-08-05 Thread Fahrur rozi
Dear all my friends, I'm from Indonesia, I'm newbie in flex. I have problem with flex, i have made project with j2ee and WTP, but when i run it in browser, i found the error like bellow : Apache Tomcat/6.0.20 - Error reportHTTP Status 404 - /ggsn2/ggsn2.html -- *type

Re: [flexcoders] Month-calendar control (with MATE test-app and Degrafa skins)

2009-08-05 Thread Pedro Sena
Nice, A double-click in date to add new event would be cool. Regards, PS On Wed, Aug 5, 2009 at 1:51 PM, max.nachlinger wrote: > > > If you can use this in a project, great! If you think the code sucks, drop > me a line and let me know why (view-source is enabled on the build). > > http://home

[flexcoders] Month-calendar control (with MATE test-app and Degrafa skins)

2009-08-05 Thread max.nachlinger
If you can use this in a project, great! If you think the code sucks, drop me a line and let me know why (view-source is enabled on the build). http://home.comcast.net/~max.nachlinger/monthCalendar/ --Max

[flexcoders] Flex & 3d Tweening and best practice/results for Text

2009-08-05 Thread djhatrick
I have a displayObject, a panel, doing 3d stuff with the panel... However after I tween my object to z=0, the text looks blurry after the animation has stopped. Is there a way to make the text look sharp: fontAntiAliasType="advanced" I've tried but that gives not-passable results. Thanks, Pa

Re: [flexcoders] Moving flex app (coldfusion) to a production server

2009-08-05 Thread Johannes Nel
I have noticed a lot of developers tend to put hardcoded paths in there to be able to debug since they use flex projects and not server projects. On Wed, Aug 5, 2009 at 5:03 PM, Tom Chiverton wrote: > > > On Wednesday 05 Aug 2009, Johannes Nel wrote: > > then change it to > > > class="flex.messa

RE: [flexcoders] ItemRenderer that switches to edit mode depending on where it's clicked

2009-08-05 Thread Tracy Spratt
My advice also. I only use the built-in editing functionality for simple drop-in renderers. For any ting more complex, I handle the dataProvider updating myself. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yaho

Re: [flexcoders] Moving flex app (coldfusion) to a production server

2009-08-05 Thread Tom Chiverton
On Wednesday 05 Aug 2009, Johannes Nel wrote: > then change it to > class="flex.messaging.endpoints.RTMPEndpoint"/> Curly braces are the default, and are filled in at run time by the client, for the record. -- Helping to evangelistically seize mission-critical revolutionary extensible pattern

Re: [flexcoders] Moving flex app (coldfusion) to a production server

2009-08-05 Thread Johannes Nel
if you setup your services config to point to a specific server like this: then change it to so for example my amf channel endpoint is defined as this http://{server.name}:{server.port}/{context.root}/messagebroker/amf"; class="flex.messaging.endpoints.AMFEndpoint"/>

Re: [flexcoders] Moving flex app (coldfusion) to a production server

2009-08-05 Thread Tom Chiverton
On Wednesday 05 Aug 2009, Scott wrote: > I've been working on my development environment on my notebook for a > while now. I've got Flex and CF loaded locally along with CF's built in > web server. I discovered that it seems the services-config.xml may be > what tells the flex app to connect to a

Re: [flexcoders] Re: Amfphp inside module

2009-08-05 Thread Yesaya handoyo
Hi,i have followed your instruction,i try to change the sdk..Right now there are no problem...By the way,i declare import mx.modules.*; before instead of import mx.modules.ModuleLoader; Could it be the main problem? Thanks.. On 8/5/09, valdhor wrote: > Are you using Flex Builder? If so,

RE: [flexcoders] Voice transmission

2009-08-05 Thread Scott
My recommendation for learning: 1) pick out an app that you want to create and just start working with the code 2) If you are fairly new to programming in general then attend training http://www.adobe.com/cfusion/partnerportal/index.cfm?event=partnerfinder &showtab=training& 3)

[flexcoders] Moving flex app (coldfusion) to a production server

2009-08-05 Thread Scott
I've been working on my development environment on my notebook for a while now. I've got Flex and CF loaded locally along with CF's built in web server. I discovered that it seems the services-config.xml may be what tells the flex app to connect to a specific server. How do I move a development

[flexcoders] Re: Amfphp inside module

2009-08-05 Thread valdhor
Are you using Flex Builder? If so, when it hits the break point Flex Builder should automatically change to the Debugging Perspective (If it doesn't, select Window->Perspective->Flex Debugging). It should also have automatically selected the Variables tab (If it hasn't, select Window->Variables)

Re: [flexcoders] Re: Amfphp inside module

2009-08-05 Thread Yesaya handoyo
When i debug,in the console doesn't show anything about it..What i'm curious is if i use it as a component instead of modules,it works fine,no error at all..Also i'm using flex 3.4 sdk..Does it have anything related with the sdk?Thanks.. On 8/5/09, valdhor wrote: > Perhaps the problem is with you