『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi,do you have a time schedule on releasing Module and Navigation/NavigationParsley to the maven-repository for Cairngorm 3.0.13?I'm currently getting errors using the 3.0.12 version, which I think is due to the different flex-compiler version for 3.0.12 (which is 4.0.0.x) whereas the flex-compiler version for 3.0.13 is 4.1.0.x, which is the version we use for building in our project, too.Don't want to get on your nerves, just trying to get a feeling for the speed and to plan ahead for our ci/hudson integration great job on moving to maven, makes life alot easier! If one could help out on that front (I don't really now what's missing to release Module/Navigation/NavigationParsley for 3.0.13, maybe I could help?)best Jonas
Hi,I've remarked a strange behaviour with fp 10.1 and TLF. If I create a TLF Textflow programmatically with an embedded inlinegraphicselement and set the richeditabletext so that i can select text (to copy it via a context menu), the image will disappear as soon as i click into the richeditable text.Here's A snippet:<?xml version="1.0" encoding="utf-8"?><s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" > <fx:Script> <![CDATA[ import flashx.textLayout.elements.InlineGraphicElement; &nb
Hi, I wrote code that create Editable Text by TLF API.But,cannot input Japanese using FlashPlayer10.1.53.64.And, same code can input Japanese using FP10.0.45.(Spark Text components can input Japanese using FP10.1.53.64.)OS: WinXP SP3FlexSDK: 4.1.0.16076 public class JpTLF extends Sprite { public function JpTLF() { var textMarkup:String = "<flow:TextFlow whiteSpaceCollapse='preserve'" + " xmlns:flow='http://ns.adobe.com/textLayout/2008'><flow:p><flow:span color='0xffcc33'" + " fontSize='20'>TLF</flow:
Hi,I get the following violation:UnusedPrivateMethod. This private method (createDefaultSolidColors) does not seem to be used.For the foloowing code snippet:private static const defaultSolidColors:Array = createDefaultSolidColors();private static function createDefaultSolidColors():Array { var _a:Array = new Array(); for each (var color:uint in defaultColors) { _a.push(new SolidColor(color, 0.8)); } return _a;}Why is it a violation? the function is used by the defaultSolidColors property.Is it a bug or am I missing something?Thanks,-ilan
I've tried to implement my own paging system based on pagination example, but I ran into strange results. I assume is not a performance issue, but I want to make sure.The problem is that textFlow isn't flowing corectly in containers, 'sometimes' jumps a container like in the picture below.Paginator File.txt - http://jump.fm/JANVCMain.txt - http://jump.fm/WMDRHThanks
Hi allI've open-sourced some code that I wrote last year while working on a TLF-based ePub reader. The two things that are most interesting are the translator that converts XHTML to TLF markup, and the ePub loading/parsing stuff.I know there's been a lot of complaints about using html with the new TLF so maybe this can help some of you.All available at github: http://www.github.com/maxl0rd/walflower with a couple simple Flex samples that exercise the libs.I've put a few notes about it on my blog: http://designwithoutdesign.blogspot.comHope some of you find it useful.Max
Hi,I'm using Cairngorm 3 with Parsley to build a new application. I am connecting to a .NET backend through Weborb.I have an event which fetches a list of objects of class PlanVO from my .NET library. This is mapped to a class in my Flex project, called Plan. When I fetch the objects and populate an ArrayCollection, they are automatically created as Plan objects.[Bindable][RemoteClass(alias="test.PlanVO")]public class Plan{ [SyncId] public var id:int; public var name:String;} That's great, but now I want to do the same with a class that extends another (the classes are identical in the .NET library)[Bindable] [RemoteClass(alias="test.AnimalVO")] public class Animal { [SyncId] public var id:int; public var name:String;} [Bindable] [RemoteClass(alias="test.DogVO")] public class Dog extends Animal { public var breed:String;
I'm trying to apply a no-antialias on a TextFlow but result is not as clean as TextField. Any idea why?I try to do this :_textFlow.fontLookup = FontLookup.DEVICE; _textFlow.renderingMode = RenderingMode.NORMAL;the font is Arial so no need to embed and RenderingMode.CFF is useless in my case.Can someone help me?Thanks.
Hi,I would like to test a combobox via flexunit by mimicing a user clicking on a certain value and validating that other objects in that mxml file change accordingly. I tried setting the selectedItem in the combobox and the change event doesn't fire. Please advise. Using Flexunit 4. Can someone provide a code snippet that would show how to use Flexunit to test a combobox?Thanks..-Steve
I am simply running an Assert.assertTrue call and it says it fails, here is my code:package sampleSuite.tests{ import org.flexunit.*; public class TestCase1 { [Before] public function setUp():void { } [After] public function tearDown():void { } [BeforeClass] public static function setUpBeforeClass():void &
When will the Cairngorm Module Library be released? Its in Beta now. When will it be tested on for Parsley 2.3.x ? Also what is its roadmap/planned feature set?
Are there any plans for the Cairngorm Modules Library to support Flex3 Projects. There's no Flex 3 SWC for the latest version (0.9) available.Patrick
Hi there,I have this list of pararaphs, that in my application stand for the start of a new page, I put these in a little combobox so the user can jump between pages in my app by selecting an item. (The whole TextFlow is in one container). By selecting an item, the specified paragraph then scrolls to the top of the container.I thought this mechanism was easy enough to implement, like this:var startPos:int = paragraphElement.getAbsoluteStart();var tfl:TextFlowLine = textFlow.flowComposer.findLineAtPosition(position);containerController.verticalScrollPosition = tfl.y;Now, this works like a charm for the first couple of paragraphs, but later on the textflowline has a y property of 0.I understand now that this is, of course, because these lines haven't been drawn yet.So, obviously I'm using the wrong technique for this, therefore my question:Is there a different way of scrolling an arbitrary paragraph in your textflow to the top of your container?Any help will be greatly appreciated, thank
Hi,I just downloaded the Open Source Flex 4SDK on Ununtu Linux, and I installed the latest AIR 2.0 runtime.If I try to launch the included example ("sample") with the adl debug launcher, I get the following error:teo@XXX:/media/DATA/programmi/FLEX/samples$ ../bin/adl.exe descriptor-sample.xml initial content not foundWhat am I mising?By the way I was surprised that the binary for linux seems to be the same as for windows i.e. adl.exe. The other binary, the one without ".exe" doesn't even execute...Thanksm.
Hi all,I found some strange things to happen to TLF used in my application.The original text looks like this.ニコン液晶露光装置 「FX-75S」「FX-85S」But when it moves to the TLF editor, it looks like this.As you can see the the special characters moved to boxes..Can any one help me to find the solution ASAP.Thanks in AdvanceKrishna
I am using Flash builder 4 to compose a flex application. I find no way to create a war file so as to deploy it on the tomcat. I am new to both flex and tomcat. Please guide me.
Hello folks,after updating to FP 10.1 I am having trouble with the justify alignment of the TextFlow. If I use align=justify and lastAlign = justify and the last line of a paragraph only consists of one word the FP 10.1 will split the word on every character.This should give you a hint how it looks like:this is somedummy text andshows last lineb e h a v i o u rIf the last line has more than one word, everything works as expected. Is there any way to avoid this behaviour?
Whenever you create a module using the Cairngorm Module 0.9 library, a ParsleyModuleInfoProxy object is created that is never garbage collected since there are hard references to the Parsley Library. Here is a screenshot of a couple of those pathshttp://skitch.com/jeffknight/dk15h/flash-profile-cairngorm-parsleyThe module is being cleaned up correctly when the s:Window is closed, however these proxies stick around. I am using Parsley 2.2.2 for Flex 4
We have a multi-developer / multi-timezone development group all of whom use Flashbuilder 4 on their desktops. We use Hudson on our Linux box to build the apps. Up til now we've had a copy of Flex 3 on the Linux box because we needed the charting stuff which was only in the IDE version.So, now we've got FB4 and there IS no Linux version. Can we use the SDK to build anything that the FB4 IDEs can create? (I realize this is probably a really dumb question, but it's a pretty serious one for us!)
When using "months" as the calculated labelUnit, without inversion, DateTimeAxis sets incorrect positions for the labels. This results in scale being set to 0 and therefore no labels being displayed. I copied the code that causes the problem below: (notice uninverted acts the same as inverted)in DateTimeAxisif(direction == "inverted") labelCache.push(new AxisLabel( 1 - (dTime - computedMinimum) / r, new Date(dTime), lfunc(labelDate, previousValue, this))); else labelCache.push(new AxisLabel( 1 - (dTime - computedMinimum) / r, new Date(dTime), lfunc(labelDate, previousValue, this)));Any word on a fix? Is this a known issue? In the meantime, we subclassed and overrode the function. Our fixed c
i'm attempting to simply set the caret position at the start of the text flow when it is first displayed, without having to click and activate the text to see the blinking caret.googling returns that the solution is to do this:textFlow.interactionManager = new EditManager(new UndoManager());textFlow.interactionManager.setSelection(0, 0);however, setSelection() is not a valid function of the selection or edit managers.1061: Call to a possibly undefined method setSelection through a reference with static type flashx.textLayout.edit:ISelectionManager.why must simple things like this be so difficult with the text layout framework? i'm using the Flex SDK 4.1.
We're going to be on vacation next week, and therefore unlikely to respond to questions until we get back on 7/12. See you in a week!
I've recently upgraded to the latest version of TLF and am trying to publish one of my older projects but I am now getting an error that wasn't there before.The error is this ...TypeError: Error #1034: Type Coercion failed: cannot convert flashx.textLayout.formats::TextLayoutFormat@1bfe4041 to flashx.textLayout.formats.TextLayoutFormatValueHolder. at flashx.textLayout.elements::LinkElement/computeLinkFormat() at flashx.textLayout.elements::LinkElement/get http://ns.adobe.com/textLayout/internal/2008::effectiveLinkElementTextLayoutFormat() at flashx.textLayout.elements::LinkElement/get http://ns.adobe.com/textLayout/internal/2008::formatForCascade() at flashx.textLayout.elements::FlowElement/http://ns.adobe.com/textLayout/internal/2008::doComputeTextLayoutFormat() at flashx.textLayout.elements::FlowElement/get computedFormat()... etcIs there something different about creating the TextLayoutFormat objects?I'm creating a config file to set the formats like so ...config = Configuration(Tex
I have a Flash Actionscript project on Flash Builder 4 and after installing PMD and setting command line tools in preferences. I right clicked on src selected FlexPMD -> Run FlexPMD, Flex PMD View opens immediatelly, but nothing is there, just an empty window.Is it even supposed to work with non Flex projects?
Hi All, i work in a mulilingual project where Tree component is needed. As till now( what i think from gooling..,and blogging.....) that the tree control is not supported in Flex for RTL languages we use custome tree handle by our code not flex tree control what i mean by supporting RTL by tree component is that the arrow triangle for tree expension shoud come right and if scroll bar present it should come left .So is there any feature to suport it in flex4? or if it not supported then till what it supported by TLF team as we are waiting for it...............looking forward for any suggesions.regards ,Gaurav Kumar pandey
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.