Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mxml コードで flashvar パラメータを取得することは可能ですか? 今まで、Application.application.parameter.name必要なものを手に入れるために使用してきました。
Application.application.parameter.name
それにバインドできます:
<mx:Label text="{Application.application.parameters.name}"/>
それがそれを取得する唯一の方法であると私はかなり確信しています-あなたはそのビットのactionscriptを使わなければならないでしょう。MXMLでどのように使用しますか?あなたがそれがどのように見えると期待するかの例を投稿するならば、私たちはより多くのアイデアを持っているかもしれません。
Been trying to get the following working using nhibernate HQL or QueryOver. I am trying to get a sorted DISTINCT list of the entity organisation while sorting on joined tables and using paging. Ent