0 Members and 2 Guests are viewing this topic.
Can't believe I didn't post here before...I really think you guys should keep working on this. I'm playing around with an idea right now, and this would work perfectly with it. I'd also be interested in collaborating on this, if that's ok with you guys.
Quote from: FinaleTI on May 30, 2011, 08:48:17 pmCan't believe I didn't post here before...I really think you guys should keep working on this. I'm playing around with an idea right now, and this would work perfectly with it. I'd also be interested in collaborating on this, if that's ok with you guys.Oh, no problem! PM me your email. We have a google code site up for code hosting, but don't try to use any of the files yet... the tokenizer is broken! Once I get some time, I will pull down the old tokenizer and use Michael_Lee's tokenizer for the project.Just curious - what are you planning to do?
What about waiting until Wabbitemu can have files extracted? Oh wait, that's Windows only, yeah use Michael Lee's. I would rather compile with Axe and sending file to computer
10->X10->Y
sub(SCR, Y-Offset, Height of scroll-box)
I was able to add a simple scroll bar today.It's simply:Code: [Select]sub(SCR, Y-Offset, Height of scroll-box)Here's a screenie using it.
sub(DB,30,30,30,10)
sub(DB,30,30,30,10,"5Hello")
sub(ADB,30,30,30,10,"5Hello")sub(ADB,12,50,30,10,"8Omnimaga")
sub(RND)