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
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
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
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;
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
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
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
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
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
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
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
...
>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
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
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
14 matches
Mail list logo