A Flash Developer Resource Site

Search:

Type: Posts; User: delfick

Page 1 of 7 1 2 3 4

Search: Search took 0.04 seconds.

  1. here we go, released...

    here we go, released http://code.google.com/p/flex-htmlfilter/ :)
  2. Replies
    0
    Views
    3,882

    selecting text over multiple text fields

    hello.

    I have a situation where I have some text split over multiple different text fields (semi explanation over here http://board.flashkit.com/board/showthread.php?p=4076681#post4076681 (more...
  3. another little update, I got it to work :) (and...

    another little update, I got it to work :) (and will release it sometime to osflash.org)

    this here


    <p>hello there</p>
    <ol>
    <li>bullet one</li>
    <ol type="A">
    <li>a very long line that...
  4. that's alright, I'm making some decent progress...

    that's alright, I'm making some decent progress here with the custom component....

    (I'm making a parser that will take some html formatted text and using flex htmlText <textFormat> tags and some...
  5. well, I've gotten slightly further, now I have ...

    well, I've gotten slightly further, now I have

    htmlTable.mxml

    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application

    xmlns:mx="http://www.adobe.com/2006/mxml"
    styleName="plain"...
  6. hmm, my attempts thus far have been...

    hmm, my attempts thus far have been unsuccessful....

    is it possible to create an mxml file that extends HBox and then use mxmlc to compile that into an swf, and embed that into the htmlText?
    ...
  7. ok then, that sounds like a good idea actually :p...

    ok then, that sounds like a good idea actually :p

    I will definitely have a look into that.

    thankyou very much :)
  8. flex3 : insert instance of UIComponent into a textfield

    hello

    Does anyone know if there is a way of inserting an instance of UIComponent into a textfield?

    for example, say I have a mx.controls.Text with some htmlText assigned to it.

    I then also...
  9. actually don't worry, I figured it out :) (had...

    actually don't worry, I figured it out :)

    (had to override the measure and updateDisplayList functions)

    thnx anyways :)
  10. laying out controls in an mxml component that extends UIComponent

    hello,

    I have a project that's essentially a settings manager (flashbsm.googlecode.com)

    I want to have it so that when a setting changes, then that setting control glows yellow while that...
  11. Replies
    4
    Views
    4,134

    hmm, that sounds interesting.... one day I...

    hmm, that sounds interesting....

    one day I might try and do that...

    (uni has started again, so my free time is going downhill).....
  12. Replies
    4
    Views
    4,134

    I used a togglebuttonbar because I need the...

    I used a togglebuttonbar because I need the currently selected group to be highlighted and none of the other buttons.

    it's easier to do this with togglebuttonbar....

    though since then, I've...
  13. Replies
    4
    Views
    4,134

    styling buttons in a

    hello

    does anyone know if it's possible to make the buttons in a ToggleButtonBar all have uniform size ?
    and also so they use multiline text
    and have all corners round
    ?

    so instead of...
  14. Replies
    2
    Views
    802

    The problem I have is that in my project, I have...

    The problem I have is that in my project, I have 74 objects under that parent

    and I need some objects to be on different layers than others, so swapping the parent isn't going to work :( (well,...
  15. Replies
    2
    Views
    802

    can't get swapDepths to work

    hello, i have three movieclips on the _root level, which in order of lowest to highest depth are :
    "test1", "test2", "newParent"

    and then I have a fourth movieclip nested into newParent called...
  16. Replies
    0
    Views
    509

    controlling many objects with listeners

    hello

    I have an ongoing project where I have many squares (called plugins in the code) that change colour according to which one is either pressed or hovered over (so the one that is pressed stays...
  17. ok then, cool :D one more question is it...

    ok then, cool :D

    one more question

    is it faster to do

    for (object in theArray)
    {
    }
  18. [F8] what's faster : 73 objects using eventlisteners, or using an array on said event

    hello

    I have 73 objects of the same class in this flash movie

    when I hover over one of these objects then that object becomes the focus point and changes colour, and I have to tell all the rest...
  19. Replies
    1
    Views
    674

    hehehe, I posted that so long ago :D flash 8...

    hehehe, I posted that so long ago :D

    flash 8 has worked in wine for ages now :)

    http://appdb.winehq.org/objectManager.php?sClass=version&iId=3673
  20. Replies
    17
    Views
    8,122

    don't worry about it :D found the solution ...

    don't worry about it :D

    found the solution

    seeing as all my colours in my code are already as numbers, I changed it so that it accepts numbers and changed the above code to read

    if (colour...
  21. Replies
    17
    Views
    8,122

    so then, I've made it all very much better now :D...

    so then, I've made it all very much better now :D

    can be found here http://flashbsm.googlecode.com/svn/testing/tracer/
    to download it all, have subversion installed, and with the command
    svn...
  22. Replies
    5
    Views
    1,815

    well, I've found the solution to my problem :D ...

    well, I've found the solution to my problem :D

    pyamf :D http://pyamf.org/

    works perfectly for what I want...

    thnx for the help anyways :D
  23. Replies
    5
    Views
    1,815

    cool, thankyou when i get some free time...

    cool, thankyou

    when i get some free time (won't be towards the end of the year :( ) i will look at that... :D
  24. Replies
    5
    Views
    1,815

    ok then...... the reason i ask, is because my...

    ok then......

    the reason i ask, is because my "project" (more like just playing with actionscript) is to make a flash based settings manager for compiz-fusion (wiki.compiz-fusion.org) the problem...
  25. Replies
    5
    Views
    1,815

    python backend ??

    hello

    I was wondering if it were possible to have a python backend to a flash movie?

    so i can get flash to to ask for information from the python backend
    and get the python backend to get the...
Results 1 to 25 of 165
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center