Flexcoders Frequently Asked Questions Last Updated: 30th May 2005 ... Contributors: Matt Chotin, Steven Webster, Alistair McLeod, Tariq Ahmed, Jeff Tapper, ...
flexcoders@yahoogroup...
Jan 1, 2006 7:31 pm
26937
Hi, Is there a way to embed specific set of glyphs in Action Script 3 project in Zorn? Like we do with "Embed" button in Flash. Thanks in advance, Happy new...
... Thanks Jesse but this will embed the whole font, won't it? What if I need, say, just numerals? Or just letters a, j, u, and w? Is there a way to do it? -- ...
Hrm... creationCompleteEffect is really just an event, and as such, it needs to trigger an existing effect, not create on. Try creating an effect, and pass the...
Flash, yes, Flex, don't know yet. I've searched the docs, and can't find anything detailed about it yet. Wait until Adobe gets back from vacation tomorrow. ...
Did you try adding it in your style sheet like this: @font-face { src: url("assets/fonts/arial.ttf"); fontFamily:futura; unicode-range: "glyphs"; } Then in...
Hmm, aren't embedded fonts in style sheets problematic? If I recall IE uses WebFonts and Netscpa/eFirefox something different. Maybe it's a better I idea to...
you have to remember that there are two types of stylesheets in the flex. those that compile in and those which load at runtime. i suspect rob is refereing to...
Johannes Nel
johannes.nel@...
Jan 2, 2006 10:39 am
26946
Hi Flex Coders Iam new to flex and I make a movie clip in Flash and inside a MC i put one image and I zoom or drag the MC everything in MC is child and zoom ...
Hi All, How to do pagination in Flex.My scenorio is,I have button SHOW when I click on this button my datagrid is populated with records from DB.But as per my...
Hi, I'm sorry but I don't know what is the best place to post a feature request so I'll post it here because Adobe team guys are subscribed to this list :) ...
Happy New years to All, Does anyone know how to Modify the Flex2 Tree component to display connector lines -- Like the one shown under "Rich Graphics" at the...
hey Manish, I'm currently building an app. that needs to print and I've run into a similar issue as what seems to be addressed here. I was wondering if you...
hi group, i am a new joinee of this group and i am a novice in the field of FLEX. when i started working with XML files in Flex. i can get data from an XML...
Hi All, Here is my scenorio, I have button when I click on that button my datagrid is populated with records from database.If there are 100 records my datagrid...
Hi I have an editable data grid. User will enter the data in it and i want that on the click of the button the data is picked at run time in an array or...
Thanks for the prompt reply. I will try your suggestions right now. I'm not familiar with OpenAMF, but it seems it would be the logical choice for a Java...
... Thanks, but it seems to be for MXML project (right me if I'm wrong). And I need a solution for AS3 project in Flex 2 alpha... -- Michael "Antares" Klishin,...
@font-face { ... the same embed tags should work with an AS3 project ... -- j:pn...
Johannes Nel
johannes.nel@...
Jan 2, 2006 11:28 am
26957
Hi, You can look at <mx:Image /> and <mx:Canvas /> tag for the same. You can search the flexcoders archives(link is given in mail footer), there has been some...
Hi Ravi, Welcome to Macromedia Flex world. Macromedia Flex applications run in Macromedia Flash Player on client side. Due to security restrictions you can not...
Hi, In Flex 1.5, I think this is doable with some APIs in DataGrid/DataProvider, I don't remember at this moment. But you can create anothe data-provider...
Tim, I think this would best be done via the Drawing API embedded into SWF Icons in Flex 1.5 and Flex 2. ... Since each Icon knows its position, it can readily...
Hi, When you change the data in editable datagrid, data-provider associated with data-grid is automatically updated. So you just need to send all data in...
create an object which functions as your dataprovider. populate that object with what you want displayed, and change the items in that dataprovider as is...
Johannes Nel
johannes.nel@...
Jan 2, 2006 11:42 am
26963
open amf is just a jar with a couple of other dependencies which you drop into your lib folder. you update your web.xml (some servlet mapping) and create the...
Johannes Nel
johannes.nel@...
Jan 2, 2006 11:42 am
26964
Nihit Saxena asked me to repost this sample for viewing the print bug. So, here you go. -Mika From: flexcoders@yahoogroups.com...
Hi Thanks for ur response. But could u also tell how can i send all the data in data provider. It will be better if u tell me the whole process in detail as I...