Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

varinyc

Members
  • Posts

    184
  • Joined

  • Last visited

    Never

Everything posted by varinyc

  1. @♪♫♪: > If you're going to code in your own scroll bars, it would be just as easy to go ahead and just make a form in the source, no? Custom Menus were made to create new "forms" for those who can't edit the source code. If you have the source, then it's much easier to just create the form as you see fit. Oh yeah, I will, but I'm saying is I'll be there anyways, Might as well make it so someone else can use them as they see fit too. Even if that's super hard, it'll give me something to work towards as a goal, maybe.
  2. Well, Not sure but there's only one way to find out. ^_^ Other than long labor, it wouldn't be too terribly hard to code a scroll bar in myself would it? to be used in the scripts in the future. If not I'd do it, & give it to you for the client.
  3. How would I go about starting to Hard Code it? i remember bits & pieces of VB6, but not all that much. Not to mention what would need to be done to get it to work along side the scripts? If i could get a point in a direction, I should be good. Oh, and thanks for the commands, I guess there weren't anymore. Sorreh.
  4. So I'm trying to fit 9 rows X 3 columns of Labels, with fairly large text sizes. I don't want to make a GIGANTIC menu, I'd like to keep it small, Question: Is there more than just the three (picture, label, field) commands, that I've found on the Forum? Is it possible to insert a scroll bar? Or something of the sort? ANSWER:you cannot insert a scroll bar through sadscript.
  5. @I: > If you mean to pass values though to built-in subs that don't pass by default, you'll have to either use PutVar and GetVar, to store the values in inis, or use global variables (something I don't recommend, but found myself doing when I needed to pass two indexes though the player prompts). Awwww, So I HAVE been doing it in the correct method. Darn, guess there's no way around it, it's just going to have to be tediously redundant any way I do it, lol. thanks. If I come Up with another Question, should I continue to use this thread, regardless of whether it's about colors or not, or should I make a new topic?
  6. @Bobosk: > Uhmmm, you can copy+paste the command for when it's clicked… and just change... > Call CustomMenuLabel( player_index, picture_index, caption, left, top, customsize, **customcolour**, alignment, width, height) > Other than that, there is no "Changecustomlabelcolor" in sadscript Could I create a sub to do that? I mean, my new question would be is how do I pass variables from one sub to another? I'm sure I may not be doing it the easiest way by adding them to Char.ini files and then retrieving it in the other sub. But that's how i've been doing it for the most part.
  7. So I've created a GIANT custom menu that, more or less, has 600 labels, not all at once, but they're there. I was wondering if there was a way to change the coloring of the text, of a label already created, By clicking on it. Of course, not having to type them all back out again is my goal. Much Appreciated ANSWER:Without typing them all again, no.
×
×
  • Create New...