Actually it was a requirement that's why i asked. Thanks for your answers.
--
Regards
Saju Thankathurai,
On Wed, Oct 1, 2014 at 5:09 AM, Frédéric THOMAS
wrote:
> Hi gordon, really, I didn't want, just because some else wanted and I
> answered giving a mathematical uncorrected solution, I pus
Hi gordon, really, I didn't want, just because some else wanted and I answered
giving a mathematical uncorrected solution, I pushed the thing a little more
deeply and found I was even totally wrong and then wanted to give the right
answer, for himself, I don't know what was his goal really.
Fré
how about a helper function to make it easy to add icon image buttons.
the example shows all icons with the same click handler.
the currentTarget is used to get the clicked icon's id.
/**
* create a clickable icon with listener - example use
Is not a problem to catch a muse click or anything once I have placed
hotspots over the picture. Think about it as a chart with a custom
background image. In fact, I am thinking to customize a plot chart.
On Tue, Sep 30, 2014 at 2:13 PM, Subscriptions wrote:
> How about triggering a hotspot base
How about triggering a hotspot based on MouseEvent localX, localY
properties?
something like this...
yourImage.addEventListener(MouseEvent.CLICK, mouseHandler);
function mouseHandler(event:MouseEvent):void
{
for (var i:int=0;i
The thing is I dont know up front how many hot spots I am going
Thanks for the help!
will try tomorrow morning, 1:30AM here too late for forum :)
On 1 October 2014 01:06, OmPrakash Muppirala wrote:
> Sorry, I am out of depth here. Anyone else wants to jump in? Have you
> tried the Adobe forums asking for help?
>
> Thanks,
> Om
>
> On Tue, Sep 30, 2014 at
just double checked with this example:
http://help.adobe.com/en_US/flex/mobileapps/WS19f279b149e7481c6a9f451212b87fe7e87-8000.html
(slightly modified)
http://ns.adobe.com/mxml/2009"; xmlns:s="library://
ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"
contentCreationCompl
You are only embedding the bold font face. You need to embed normal as
well. Add:
@font-face {
src:url("../resources/assets/
explora.ttf");
fontFamily: "ExploraCFF";
fontWeight: normal;
embedAsCFF: true;
}
@font-face {
src:url("../resources/assets/explora.ttf");
fontFamily: "Explora";
not sure :(
folder only contain *.jar files
On 1 October 2014 01:12, Alex Harui wrote:
> I keep forgetting to ask folks: Have you installed the font embedding
> libraries in your SDK? Do you have files in the SDK's
> lib/external/optional folder?
>
> On 9/30/14 11:09 AM, "Maxim Solodovnik" w
I keep forgetting to ask folks: Have you installed the font embedding
libraries in your SDK? Do you have files in the SDK's
lib/external/optional folder?
On 9/30/14 8:42 AM, "4xy" wrote:
>Unfortunately it makes no difference whether I include this or not.
>
>Thank you.
>
>
>
>--
>View this me
I keep forgetting to ask folks: Have you installed the font embedding
libraries in your SDK? Do you have files in the SDK's
lib/external/optional folder?
On 9/30/14 11:09 AM, "Maxim Solodovnik" wrote:
>Tried this one:
>http://help.adobe.com/en_US/flex/mobileapps/WS19f279b149e7481c6a9f451212b8
Tried this one:
http://help.adobe.com/en_US/flex/mobileapps/WS19f279b149e7481c6a9f451212b87fe7e87-8000.html
Font was arial.ttf from windows fonts
And some others tutorials (don't remember exactly)
Will double check
On 1 October 2014 01:05, OmPrakash Muppirala wrote:
> Yes, if you rotate text,
Sorry, I am out of depth here. Anyone else wants to jump in? Have you
tried the Adobe forums asking for help?
Thanks,
Om
On Tue, Sep 30, 2014 at 11:03 AM, Maxim Solodovnik
wrote:
> Maybe LEVEL_5_1 should not be used?
>
> On 28 September 2014 17:14, Maxim Solodovnik wrote:
>
> > I just tried
Yes, if you rotate text, usually the font disappears. How exactly are you
embedding the font?
Thanks,
Om
On Tue, Sep 30, 2014 at 11:02 AM, Maxim Solodovnik
wrote:
> Hello All,
>
> I'm trying to create rotated button as follows:
>
>
> But see no text (both emulator and Android phone)
>
> butto
The thing is I dont know up front how many hot spots I am going to have and
where I will put them. This about this as a chart.
On Tue, Sep 30, 2014 at 1:00 PM, jude wrote:
> Is what you are looking for similar to an HTML image map? If so there's a
> component for it in flexlib,
> http://stackov
Maybe LEVEL_5_1 should not be used?
On 28 September 2014 17:14, Maxim Solodovnik wrote:
> I just tried to switch off h264 and the issue gone, everything works as
> expected
> So it seems like these 2 lines of code
> videoStreamSettings = new H264VideoStreamSettings();
> videoStreamSettings.setPr
Hello All,
I'm trying to create rotated button as follows:
But see no text (both emulator and Android phone)
button is created on View of Mobile project
flex latest
I tried to embed font, but with no luck
Maybe anyone can help me to figure out what is wrong?
Thanks in advance
--
WBR
Maxim ak
Is what you are looking for similar to an HTML image map? If so there's a
component for it in flexlib,
http://stackoverflow.com/questions/535003/image-map-in-flex.
Alex, I've been surprised by how powerful Spark skinning is and I still
don't think people are realizing how they can use it. It was a
Flash has typically not had a required browser version or it's been very
low. Since it's a plugin it runs in it's own sand box so to speak. The only
requirements I would think would be if a Flash Player version required
specific API's of the NPAPI and PPAPI plugin formats.
Just recently Flash Play
http://flex.apache.org/download-binaries.html
On 9/30/14 8:06 AM, "mark goldin" wrote:
>It is still the same. But I think it's a problem on my side. is there a
>way
>of downloading it directly from the Internet?
>
>Thanks
>
>On Tue, Sep 30, 2014 at 9:29 AM, Tom Chiverton wrote:
>
>> If there wa
Unfortunately it makes no difference whether I include this or not.
Thank you.
--
View this message in context:
http://apache-flex-users.246.n4.nabble.com/How-to-embed-font-and-apply-it-to-s-Label-in-flex-4-10-tp8216p8222.html
Sent from the Apache Flex Users mailing list archive at Nabble.
Can you post an example showing the Label and any CSS in about 20 lines of
code?
On 9/30/14 7:33 AM, "4xy" wrote:
>Yes, I tried
>
>
>
>--
>View this message in context:
>http://apache-flex-users.246.n4.nabble.com/How-to-embed-font-and-apply
>-it-to-s-Label-in-flex-4-10-tp8216p8219.html
>Sent
Yes, I tried
--
View this message in context:
http://apache-flex-users.246.n4.nabble.com/How-to-embed-font-and-apply-it-to-s-Label-in-flex-4-10-tp8216p8219.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.
On 9/30/14 3:30 AM, "mark goldin" wrote:
>If I have a custom skin with objects that need be shown over the picture
>then I can position these objects differently at the run time?
You can add code to the skin to change the depth order of things in the
skin, or place non-mouseEnabled items over
There is a problem in Flexmojos which is probably the cause of this.
I documented the problem and the solution here:
https://dev.c-ware.de/confluence/display/PUBLIC/Configuring+your+poms
Have a detailed look at "things i recommend to change". Adding the
threadlocaltoolkit dependency should resol
So for prosperity and incase anyone else needs this information.
After a bit of VM jiggery pokery and some looking back through archived
Adobe pages. I'm assuming Adobe just dropped support for IE7 at either
FlashPlayer 13 (maybe 12, as I couldn't find an archive of the requirements
page for 1
Converting decimal numbers with fractional parts to hex is rather unusual. I'm
curious why you want to do this.
- Gordon
> On Sep 29, 2014, at 4:23 AM, "Saju Thankathurai"
> wrote:
>
> Hi,
>
> How can we convert a decimal value to Hex value?
>
> I need to convert *1345.4567 *value to HEX v
It is still the same. But I think it's a problem on my side. is there a way
of downloading it directly from the Internet?
Thanks
On Tue, Sep 30, 2014 at 9:29 AM, Tom Chiverton wrote:
> If there was a download error, it usually means the mirror you are
> accessing is out of sync, which means dow
@4xy
I had a similar problem once and it was because I hadn't compiled in the
Embedded Font Registry. To do this you can create a property in your main.MXML
file:
import mx.core.EmbeddedFontRegistry;
private var embeddedFontRegistry:EmbeddedFontRegistry;
Even if that doesn't fix your specific
If there was a download error, it usually means the mirror you are
accessing is out of sync, which means downloading it again by hand and
putting it in the cache folder wont help.
Is it any better now ?
Tom
On 29/09/14 18:11, mark goldin wrote:
I cannot install 4.13 SDK. Here is my log file:
Hi, did you try to set the fontweight=bold to the label?
.nameLabelExplora
{
* fontWeight: bold;*
fontFamily: "ExploraCFF";
fontLookup: "embeddedCFF";
}
Angelo
2014-09-30 15:05 GMT+02:00 4xy :
> Hi,
>
> I try to achieve the subject mentions goal, but with no success. I wasted
> about two
Hi,
I try to achieve the subject mentions goal, but with no success. I wasted
about two days but with no success. Nothing that talked about on the web
works for me.
I'm using flexmojos & maven to build the app.
I found out that sytles apply to mx:Label, but s:Label doesn't work (on
desktop & mo
Hi,
I have currently the problem that my labelItemRenderer with a multiline Text
is displayed with a wrong height when it is added to stage... after
scrolling it is displayed correctly... any ideas?
Best Regards
Christian
--
View this message in context:
http://apache-flex-users.246.n4.n
Another idea might be to use a chart showing dots without lines connecting
them, hiding both axes, and having the image as a background image. Can
that be done?
Thanks
On Tue, Sep 30, 2014 at 5:30 AM, mark goldin wrote:
> If I have a custom skin with objects that need be shown over the picture
If I have a custom skin with objects that need be shown over the picture
then I can position these objects differently at the run time?
On Mon, Sep 29, 2014 at 10:55 PM, Alex Harui wrote:
> An image can certainly have transparency such that the only visible pixels
> are in the shape of a triangl
35 matches
Mail list logo