[flexcoders] strange behaviour of List

2006-10-11 Thread Robert Wąs
I have editor of xml content with "remove" button. Simple code with click handler: delete offfers.offer.(@id=itemsList.selectedItem.id)[0] where offer is XML type, itemsList is List type widget Problem is that delete removes xml node and ALL values of id attributes from my xml tree? What happen

Re: [flexcoders] mxmlc -increment not working.

2006-10-02 Thread Robert Wąs
option is: -incremental and works for me Robert Was Paul Spitzer wrote: Did anyone ever figure this out? I've having the same problem. I'm trying to use incremental compiling w/ ANT but am getting the following error... "Failed to match the compile target with ... Administr

[flexcoders] Font size limit

2006-10-01 Thread Robert Wąs
Is any technical rule for flash player that prevents set "fontSize" style above about 130? In flash ide i can set font size to very large sizes but if i have only flex compiler i can't. I try on "native" TextField too with similar result. Below my test class package { import flash.display

[flexcoders] loading font in runtime

2006-10-01 Thread Robert Wąs
I build interface where user select font form list, font is loaded and applied to text in textarea. I found that my method works only once on, subsequent loading not embed new font. What can i fix? 1. template class for compiling with embedded font package { import flash.display.Sprite;

[flexcoders] loading font in runtime [fixed]

2006-09-30 Thread Robert Wąs
It was something with flex internals, flex can't register class with different variables values. Following works for me package { import flash.display.Sprite; public class [EMAIL PROTECTED]@ extends Sprite { [Embed(source='../../@FONT_FILE@', fontName='@FONT_NAME@', mimeTy

[flexcoders] mxmlc call from php

2006-09-20 Thread Robert Wąs
I have following ant macro to compile flex2 application: I want call mxmlc from php apache module, trying move ant macro to php function "exec()" but without success. Anybody d

[flexcoders] complex object in cairngorm

2006-07-23 Thread Robert Wąs
In the examples that i know i not found solution how persist complex objects in server side (for me sql) storage. For example following structure: Group -name Product -name -imageURL -price Model -color Group has 1...n Products, Product has 1...n Models Temporary i have VO for every objects, but

Re: [flexcoders] Flex AMFPHP and VOs

2006-07-23 Thread Robert Wąs
u are using PHP 5, does it worked also on PHP 4? 2006/7/22, Robert Wąs <[EMAIL PROTECTED]>: registerClassAlias( "vd.vo.ProductVO", ProductVO ) php: class ProductVO{     public $_explicitType="vd.vo.ProductVO"; ... works for me i

Re: [flexcoders] Flex AMFPHP and VOs

2006-07-21 Thread Robert Wąs
registerClassAlias( "vd.vo.ProductVO", ProductVO ) php: class ProductVO{     public $_explicitType="vd.vo.ProductVO"; ... works for me in swf to php and reversed direction Robert Was Oriol Gual wrote: Hi, I've been using Flex and AMFPHP for a while, but there's one thing that is

Re: [flexcoders] .actionScriptProperties, .flexProperties, .project files with SVN

2006-07-21 Thread Robert Wąs
Maybe you  in "Adobe Flex Builder 2 Extensibility " manual you found simple solution but in practical life i found that close>open project refresh that information Robert Was Sergey Kovalyov wrote: Hi All! When working in team with SVN and updating .actionScriptProperties, .flexP

[flexcoders] how organize this project

2006-07-15 Thread Robert Wąs
My project structure looks like follow: src src/ClientApp.mxml src/Admin.mxml src/com/company/project/... This is cairgorm project in flexbuilder. Main source folder is in src. My application has 2 user interfaces - one for page user, one for administrator. User and Admin part uses common classe

Re: [flexcoders] need solution/best practice regarding VO's

2006-07-14 Thread Robert Wąs
... >On one hand: Class mappings won't work with VO's insite another VO. ... This works for me public class FaceVO implements ValueObject{ ...         public var printAreas:Array     } in component that binds  vo (FaceVO instance) for(var i:uint=0;i             var row:PrintAreaVO=PrintArea

Re: [flexcoders] E4X (PLEASE READ ANY CLUE WILL HELP)

2006-07-04 Thread Robert Wąs
Tom Chiverton wrote: > On Monday 03 July 2006 23:12, tonyx_788 wrote: > >> IS IT POSSIBLE TO USE THE OPENOFFICE DOCUMENT INSTEAD OF DOING THE >> CHANGE TO XML BY TIPYING ALL OVER AGAIN >> > > Yes. OpenOffice files are just ZIP archives containing XML. > > >> SOME DOCS >> > > Have yo

Re: [flexcoders] FlexBuilder - error during help panel usage

2006-06-30 Thread Robert Wąs
You have something wrong with explorer config, try check "switch off script debuging" in browser settings, maybe your have also script debuger installed from microsoft site. rw Thomas Rühl -akitogo- wrote: > > > Hello list, > i just came across a new bug(?) in my FlexBuilder installation - maybe