Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26936 - 26965 of 149653   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26936
Flexcoders Frequently Asked Questions Last Updated: 30th May 2005 ... Contributors: Matt Chotin, Steven Webster, Alistair McLeod, Tariq Ahmed, Jeff Tapper, ...
flexcoders@yahoogroup...
Send Email
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...
Michael Klishin
michael_klishin
Offline Send Email
Jan 1, 2006
7:53 pm
26938
[Embed(systemFont='Arial', mimeType='application/x-font-truetype')] ... From: "Michael Klishin" <flash@...> To: "Flexcoders"...
JesterXL
flexxl
Offline Send Email
Jan 1, 2006
8:02 pm
26939
... 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? -- ...
Michael Klishin
michael_klishin
Offline Send Email
Jan 1, 2006
10:45 pm
26940
I tried that and it didn't work. ... http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt ... 40yahoogroups.com...
jgraham_us
Online Now Send Email
Jan 1, 2006
10:46 pm
26941
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...
JesterXL
flexxl
Offline Send Email
Jan 1, 2006
10:52 pm
26942
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. ...
JesterXL
flexxl
Offline Send Email
Jan 1, 2006
10:54 pm
26943
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...
Rob Rusher
robrusher
Online Now Send Email
Jan 2, 2006
1:34 am
26944
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...
Weyert de Boer
reyer_de_boer
Offline Send Email
Jan 2, 2006
8:28 am
26945
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@...
Send Email
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 ...
ze_fsaldanha
Offline Send Email
Jan 2, 2006
11:21 am
26947
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...
sandip_patil01
Offline Send Email
Jan 2, 2006
11:21 am
26948
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 :) ...
Michael Klishin
michael_klishin
Offline Send Email
Jan 2, 2006
11:21 am
26949
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...
sufibaba
Offline Send Email
Jan 2, 2006
11:21 am
26950
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...
whats in a name?
my31scars
Offline Send Email
Jan 2, 2006
11:22 am
26951
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...
ravi mishra
achieve_ravi
Offline Send Email
Jan 2, 2006
11:22 am
26952
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...
sandip_patil01
Offline Send Email
Jan 2, 2006
11:23 am
26953
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...
shr_bali
Online Now Send Email
Jan 2, 2006
11:23 am
26954
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...
BCichowlas
Offline Send Email
Jan 2, 2006
11:25 am
26955
... 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,...
Michael Klishin
michael_klishin
Offline Send Email
Jan 2, 2006
11:25 am
26956
@font-face { ... the same embed tags should work with an AS3 project ... -- j:pn...
Johannes Nel
johannes.nel@...
Send Email
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...
Abdul Qabiz
abdulqabiz3
Offline Send Email
Jan 2, 2006
11:32 am
26958
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...
Abdul Qabiz
abdulqabiz3
Offline Send Email
Jan 2, 2006
11:36 am
26959
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...
Abdul Qabiz
abdulqabiz3
Offline Send Email
Jan 2, 2006
11:40 am
26960
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...
Theodore E Patrick
vectorted
Offline Send Email
Jan 2, 2006
11:41 am
26961
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...
Abdul Qabiz
abdulqabiz3
Offline Send Email
Jan 2, 2006
11:41 am
26962
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@...
Send Email
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@...
Send Email
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...
Mika Kiljunen
mkiljune
Offline Send Email
Jan 2, 2006
12:15 pm
26965
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...
rex Jain
only4friends_16
Offline Send Email
Jan 2, 2006
2:45 pm
Messages 26936 - 26965 of 149653   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help