Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by brutteforcce

  1. brutteforcce

    Scrollpane - jumping to line...

    Problem solved...
  2. brutteforcce

    Scrollpane - jumping to line...

    I have a swf with a dynamic text as content for a scrollpane component. I want to jump to different lines of the text by pressing some buttons. I found this method scrollpane.setScrollPosition(0,100); but it doesn't seem to work. How can I do that? Please help me...
  3. brutteforcce

    Advanced scrollbar, like in Internet Explorer

    Thank you, one more thing. When I click on the scrollbar the part that can be moved by dragging or with the up and down buttons should move to the position where I click. This isn't very important for me but I want it to move to different parts of the text when I click some buttons. How could I...
  4. brutteforcce

    Advanced scrollbar, like in Internet Explorer

    So, I want to build a scrollbar that resizes according to the amount of text from a dynamic text box. Something like the one that it is using the Internet Explorer. I found what I want on the Internet, a component called Plasmaplugs Scroll Bar, but it is a trial version and it has some...
  5. brutteforcce

    Creating a zoom area...

    I want to create a button that activates a movable zoom area that zooms the text from the area where it is dragged. How can I do that? Please help me...
  6. brutteforcce

    Scaled Text....

    Thank you!!!
  7. brutteforcce

    Scaled Text....

    How should I apply it? It isn't working like this: this.createTextField("the_text",this.getNextHighestDepth(),0,0,100,100); the_text.text = "This is the text"; the_text.TextFormat.size=40;
  8. brutteforcce

    time remaining becomes score

    You could create a dynamic text and put in the VAR form the name of the variable that calculates the score.
  9. brutteforcce

    Scaled Text....

    Yes, that's what I wanted to say... How can I change the font size through Action Script?
  10. brutteforcce

    Scaled Text....

    Well, I don't want it to be like it was , I want it to have a font size that is appropiated with the scalled text and I don't scale just text.
  11. brutteforcce

    Scaled Text....

    If I scalled a text how can I make it like it was, with the original size of the font that it has.
  12. brutteforcce

    Pascal file limit...

    Thank you! FreePascal did the job...
  13. brutteforcce

    Pascal file limit...

    I have to assign some files in Pascal that have more than 8 characters. What can I do?
  14. brutteforcce

    Continue a program after it gets an error...

    I have a list with the names of possible files that I want to work with. If it reaches at an inexistent file the program should do something and after that it should continue to the next files from the list. I don't know how can I make it go on after it returns an error because it didn't find a...

Part and Inventory Search

Back
Top