RouletteIdeas.com

RIBOT => RIBOT programming => Topic started by: FreeRoulette on Nov 09, 2022, 02:36 AM

Title: RIBOT suggestions
Post by: FreeRoulette on Nov 09, 2022, 02:36 AM
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?



Title: Re: RIBOT suggestions
Post by: FreeRoulette on Nov 09, 2022, 02:50 AM
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.
Title: Re: RIBOT suggestions
Post by: FreeRoulette on Nov 11, 2022, 05:43 PM
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.



Title: Re: RIBOT suggestions
Post by: VLS on Nov 11, 2022, 08:18 PM
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?
Title: Re: RIBOT suggestions
Post by: FreeRoulette on Nov 11, 2022, 11:30 PM
I would like to use python. The browser seems to bomb out if the scripts take a long time with javascript.
Title: Re: RIBOT suggestions
Post by: FreeRoulette on Nov 11, 2022, 11:31 PM
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.
Title: Re: RIBOT suggestions
Post by: VLS on Nov 12, 2022, 03:44 AM
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:

Title: Re: RIBOT suggestions
Post by: FreeRoulette on Nov 12, 2022, 11:14 AM
Sweet, looking forward to it.