Jump to content
Search Community

paulr

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by paulr

  1. Hello, i have this this problem too. I want toggle the scale behavior. To reproduce you can simply use your example from your site. Scale an image and then click "force proportional scale". The image "jumps" to its normal proportions. But i need only enable/disable proportional scaling for objects in its current state. Is this possibly?

    greetings

  2. For example use this little mxml Snippet, for sure its not a flex only problem. I played for a while with line joins and caps and i think thats the problem. Besides there are problems with rendering around the boundary. Has anybody an approach to deal with transform detailed line properties?

     

    <?xml version="1.0" encoding="utf-8"?>
    
    
                       minimum="1" maximum="30" value="10"
                       dataTipPlacement="top" 
                       tickColor="black" 
                       snapInterval="1" tickInterval="10"
                       labels="{[hSlider.minimum, hSlider.maximum]}" 
                       allowTrackClick="true" 
                       liveDragging="true"
                       change="changeSize();"/>
    
    

  3. Hello,

     

    i want to add rectangles with an stroke as transform item for scaling rectangle size and change stroke weight about slider. But i have problems to set correct bounds and selection handles. When i use scale9grid there is a space between selection bounds and rectangle depends from scaling. When i set the stroke.scaleMode to none the stroke is not recognize by selection bounds. is there a way to realize scaling shapes strokes and correct bounds?

    cheers

  4. what i want to do is to load a xml file and a main.swf. in the xml file are other swf files defined that i need in the main.swf. I have define a xmlLoader a swfLoader and a loaderMax. Then i prepend the xmlLoader and append the swfLoader with the defined oncomplete handler in the xmlLoader i set a variable completeXml to capture in the oncomplete swf handler when i can set the xml data to the swf. or is in this case (the main.swf needs the xml data) the requireWithRoot variable useful? the other question i have is: i don't see a way to get the moment there are all swf's from the xml file loaded. i don't found a handler like oncomplete for the loadermax. Or have to pass the number of child swfs in the xml and work with a counter in the onChildComplete handler?

    thanks for help mith my struggles

  5. Hello,

     

    how is the best way to combine the advantages from the LoaderMax and the XMLManager? In my xml is swf content content to load and for this is the LoaderMax built, but there are no abilities for parsing. The XMLManager needs an url source and i don't see a way to pass the loaded content from XMLLoader. Has anybody experiences to share?

    greetings pete

×
×
  • Create New...