blazingamer
Member
Hello, I've been working with the rmxp scripting for a tad bit, but I want to do something a bit harder. I want to make a full blown application for windows (and possibly linux) in ruby.
It's supposed to be a verticle menu on the side of the screen that shows 5 shortcuts.
Top, bottom = smallest icon,
middle top/bottom = normal sized icon,
middle = large icon.
I want it so you can also add applications to it with an easy to use interface. So it could have things like My computer, some random folder, maybe a game or two on the list, then use arrow buttons on the top to scroll up through the list and on on the bottom to scroll down through the list. It's pretty much the quick commands list or the dock but with a different twist to it.
The thing I'm having trouble with is making it so the buttons would work when you click on them and the icons would act like shortcut. I'm still new to ruby so this might be basic for some but to me its hard. So I'm currently looking for help or advice on how to make this program.
When it is complete I plan on posting it here and maybe some other places so everyone can try it.
It's supposed to be a verticle menu on the side of the screen that shows 5 shortcuts.
Top, bottom = smallest icon,
middle top/bottom = normal sized icon,
middle = large icon.
I want it so you can also add applications to it with an easy to use interface. So it could have things like My computer, some random folder, maybe a game or two on the list, then use arrow buttons on the top to scroll up through the list and on on the bottom to scroll down through the list. It's pretty much the quick commands list or the dock but with a different twist to it.
The thing I'm having trouble with is making it so the buttons would work when you click on them and the icons would act like shortcut. I'm still new to ruby so this might be basic for some but to me its hard. So I'm currently looking for help or advice on how to make this program.
When it is complete I plan on posting it here and maybe some other places so everyone can try it.