RIBOT suggestions

Started by FreeRoulette, Nov 09, 2022, 02:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

FreeRoulette

I was able to borrow a laptop windows 8 and played around with the full version and have some questions.


1. If I create a python program, then I would use the modules to interact with the popups, like the bankroll popup?
2. Do I need to convert the python program into a dll to run it inside RIBOT?
3. When Launch is click, are you able to close all popups so we don't have multiple of the same popup?
4. This was talked about on the forum, but do you think it would be useful to have a website where players can just click buttons to construct their system, but then it writes the instructions into a text file. Then they import the text file as the bet selection?




FreeRoulette

Suggestion:

Include an information tab that would list all the modules and bet selections. If a user clicks on one, then and information dialog will display the information about how the module works, or how the system is play etc.

There are only a couple files now, but could grow to hundreds and users could get confused at what the systems do.

FreeRoulette

Wheel Color Tracker
- Have a color legend or colorize the set colors drop-down items.

Felt European Input Tracker
Matrix32 Input Tracker
- Cntrl-z works, but an undo button at the bottom would be great too.

Popups
Can the Display item popups be toggled when they are checked/unchecked?
If I want to see a popup in the middle of manually entering numbers, the launch will restart and clear my numbers.




VLS

Thanks for you valuable suggestions! Going to address them as much as possible + implementing them, likely from easier to hardest to maximize delivery in the quickest time.

Question: are you setting on Python over JavaScript as a language?
Email/Paypal: betselection@gmail.com

-- Victor

FreeRoulette

I would like to use python. The browser seems to bomb out if the scripts take a long time with javascript.

FreeRoulette

Quote from: FreeRoulette on Nov 11, 2022, 11:30 PMI would like to use python. The browser seems to bomb out if the scripts take a long time with javascript.
But I'm not dead set on it, if it will be a nightmare on your side.

VLS

Quote from: FreeRoulette on Nov 11, 2022, 11:31 PMBut I'm not dead set on it, if it will be a nightmare on your side.

All good in my court :)

Quote from: FreeRoulette on Nov 11, 2022, 11:30 PMI would like to use python. The browser seems to bomb out if the scripts take a long time with javascript.

Python it is! Checking IronPython and Python.NET:

Email/Paypal: betselection@gmail.com

-- Victor

FreeRoulette

Sweet, looking forward to it.