zuuzuu.com
ZuuZuu | www.zuuzuu.com
http://www.zuuzuu.com/node/1
viconflex.blogspot.com
Vic on Flex: October 2007
http://viconflex.blogspot.com/2007_10_01_archive.html
Thursday, October 25, 2007. Not another Flex, AmfPHP, Cairngorm CodeGen! You can get all the gory details by clicking on this link:. Http:/ www.crazedcoders.com/php/codegen.php. Posted by Vic Rubba. Subscribe to: Posts (Atom). Click on the logo above to visit our site. View my complete profile. Not another Flex, AmfPHP, Cairngorm CodeGen! Wipe and Fade Transitions. Real Estate Listings Search.
viconflex.blogspot.com
Vic on Flex: November 2007
http://viconflex.blogspot.com/2007_11_01_archive.html
Tuesday, November 13, 2007. Losing the RollOverColor in TileList. Unfortunately there doesn't seem to be any way to disable the rollOverColor, and maybe someone can shed some light on an easier solution. I ended up extending TileList with my own mxml component and overriding the drawitem function, as follows:. Xml version=1.0 encoding=utf-8? Mx:TileList xmlns:mx=http:/ www.adobe.com/2006/mxml. Import mx.controls.listClasses.IListItemRenderer;. Protected override function drawItem(item:IListItemRenderer,.
viconflex.blogspot.com
Vic on Flex: April 2007
http://viconflex.blogspot.com/2007_04_01_archive.html
Friday, April 27, 2007. Mapping VO's from Flex to PHP using AMFPHP. I sometimes wonder why it is that I never seem to blog till shortly after the midnight hour. oh well. life just gets too crazy when the sun is up. So as it happens, one of my minions spent the better part of today putting together php classes, using a nifty code generator found called DAO Generator. Passing VO's from PHP seems to be very well covered in numerous articles on the web, and it involves mainly adding a var $ explicitType="tut...
viconflex.blogspot.com
Vic on Flex: Why no Sandbox Violation running from Bin?
http://viconflex.blogspot.com/2008/08/why-no-sandbox-violation-running-from.html
Wednesday, August 13, 2008. Why no Sandbox Violation running from Bin? Ever noticed that once you copy your html/swf files from the bin folder in your flex project to another file location, or just move the bin folder itself, your flex application no longer happily makes the remote data calls that only worked a minute ago in Flexbuilder? Error #2170: Security sandbox violation: file:/ /program files/my proggy/APITest.swf cannot send HTTP headers to http:/ myservice/DIRTNAPPY/. And will act as they would ...
viconflex.blogspot.com
Vic on Flex: mx.controls.Text: preventing scroll on select
http://viconflex.blogspot.com/2008/08/mxcontrolstext-preventing-scroll-on.html
Friday, August 08, 2008. Mxcontrols.Text: preventing scroll on select. I played around with this, but seriously, the mx.controls.Text class really doesn't give one much to work with. On browsing through the sdk source, I discovered I'd probably have better luck working with the wrapped UITextField. In the end I tapped into the scroll event and the alwaysShowSelection attribute of the UITextField to get me where I needed to go. It's been a long week so I'm just going to post up a link to the solution here.
viconflex.blogspot.com
Vic on Flex: February 2009
http://viconflex.blogspot.com/2009_02_01_archive.html
Wednesday, February 11, 2009. BlazeDS Getting Started App Revisited. If you've been following my blog you'll know that although I'm a huge Flex guy, Java tends to be something I perceive more as a necessity in getting the job done. I've never been a full time hard core Java developer (my brother takes the honors in that category) and so, most of my posts regarding Java or Hibernate are through the eyes of someone who HAS to know enough to be dangerous. Using JNDI to declare database and SMTP services.
viconflex.blogspot.com
Vic on Flex: April 2008
http://viconflex.blogspot.com/2008_04_01_archive.html
Friday, April 11, 2008. Invalid Embed directive in stylesheet. On a few occasions now, for no really apparent reason, suddenly our Problem Pane will be spammed with tons of messages all sort of looking like this:. Invalid Embed directive in stylesheet - can't resolve source 'Embed(source = "/assets/common.swf", symbol = "AccordionHeader disabledOverSkin")'. Posted by Vic Rubba. Subscribe to: Posts (Atom). Click on the logo above to visit our site. View my complete profile. Wipe and Fade Transitions.
viconflex.blogspot.com
Vic on Flex: February 2008
http://viconflex.blogspot.com/2008_02_01_archive.html
Sunday, February 17, 2008. Working With BlazeDS Beta 1. Last week we successfully ported an AIR application. From amfphp to BlazeDS. The code for this application was almost completely generated by a new generator we're working on (coming soon! With the announcement of BlazeDS, we kinda shelved our php generator. Modified the context.xml found in the META-INF folder - the packaged one was producing Valve Errors. Created a very simple Flex application that calls the above java class function test(string).