stanmaz
Full Members-
Posts
80 -
Joined
-
Last visited
stanmaz's Achievements
(3/13)
19
Reputation
-
Yes, there is an easy way to record all BBO events. The log data is in CSV format and can be easily imported into Excell for further analysis. At the end of each record you will find the timing in miliseconds.It is what you are looking for. Logging of chat conversation can be usefull as evidence in case of rude behaviour. Short sample from viewgraph : https://drive.google.com/file/d/19tpDB92k7UF1ZmvSZLneB8skwur8IKeD/view To enable this feature you need to : * install the BBOalert browser extension https://chrome.google.com/webstore/detail/bboalert/bjgihidachainhhhilkeemegdhehnlcf * copy these two lines of code into the clipboard : BBOalert Javascript,https://github.com/stanmaz/BBOalert/blob/master/Plugins/stanmazPlugin.js * open the BBO session * execute "Data.../Paste (new)" commands in BBOalert * open the "Plugin settings..." menu and select the "BBO Event logging" command * check "Enable log now" You can find more details about BBOalert on the project page : https://github.com/stanmaz/BBOalert If you have any questions : stanmaz.git@gmail.com
-
Personally I use GoogleDocs because of: - collaborative editing - publishing the document as a web page The bidding system has always some tree structure which can be best represented by bulleted lists as in the sample. By installing the BBOalert browser extension for Chrome or for Firefox and by observing some simple syntax rules you can use the document as data source for automatic alerting (see BBOalert Project Page). How to code the data with Google Docs is described in the document If you have any questions, please write a mail : stanmaz.git@gmail.com
-
The feature your are asking is available. Screenshot : chat timestamp You can also enable detailed logging of events of your choice Event logging Sample log Logging can be useful as evidence in case of problems. You can get it in a few simple steps : 1. Install the BBOalert extension : Chrome or Firefox and start BBO session 2. Copy the next two lines into the clipboard BBOalert Javascript,https://github.com/stanmaz/BBOalert/blob/master/Plugins/stanmazPlugin.js 3. Paste the clipboard content with Data/Paste(New) command as shown : Paste data 4. Use Plugin Settings... menu as shown on screenshots to enable the required option The BBO user interface customization is only a small part of the BBOalert functionallity which main purpose is alert automation : see BBOalert Project Page If you have any questions : stanmaz.git@gmail.com
-
You can enlarge the bidding box like this : Large Bidding Box You can get it in a few simple steps : 1. Install the BBOalert extension : Chrome or Firefox 2. Copy the next two lines into the clipboard BBOalert Javascript,https://github.com/stanmaz/BBOalert/blob/master/Plugins/stanmazPlugin.js 3. Paste the clipboard content with Data/Paste(New) command as shown : Paste data 4. Check the "Large bidding box" option in Plugin Settings.../Miscellaneous simple scripts menu as shown on Large Bidding Box The BBO user interface customization is only a small part of the BBOalert functionallity which main purpose is alert automation : see BBOalert Project Page If you have any questions : stanmaz.git@gmail.com
-
You asked the same question already twice in the past. Apparently the BBO-team did not react and you have also ignored the solution that I and another user have proposed : BBOAlert extension which records and replays alerts. Is there a feature that you are missing in BBOalert ? If yes, explain, please. Perhaps your idea can be easily implemented and will serve other BBO users.
-
Install "BBO Helper" and "Bridge Solver" Chrome extensions. "BBO Helper" can export data in pbn format from the bidding table history. "Bridge Solver" performs DDA
-
Chat chat manager improvement suggestion
stanmaz replied to annieykc's topic in General BBO Discussion
Install BBOalert browser extension with Chrome or with Firefox and start playing. From this moment all alerts will be recorded and when the same bidding context arrives in the future, the recorded explanation will be automatically retrieved. It can be sufficient in most cases and it saves a lot of time during the game. But BBOalert is much more than that (see the project page). It is a toolbox which covers all aspects of alert automation. It may seem complex in the beginning but if you need assistance join the BBOalert user group and/or just send a mail to stanmaz.git@gmail.com. -
This feature has been requested by BBOalert users and is implemented (replacement of the OK text by the selected bid). All you have to do is : - install the BBOalert extension Chrome : https://chrome.google.com/webstore/detail/bboalert/bjgihidachainhhhilkeemegdhehnlcf Firefox : https://addons.mozilla.org/en-US/firefox/addon/bboalert/ - start a BBO session - select and copy into the clipboard the following 3 lines of code bboalert //Javascript,https://raw.githubusercontent.com/stanmaz/BBOalert/master/Scripts/stanmazLib.js //Script,onAnyMutation,stanmazLib.NEW_OK_BUTTON(); - execute "Import" from the "Data" menu This and other features enhancing the user interface are presented in : https://github.com/stanmaz/BBOalert/blob/master/Scripts/stanmazLib.md For the complete description of BBOalert visit the project page : https://github.com/stanmaz/BBOalert If you have any questions : stanmaz.git@gmail.com
-
Or drag&drop
-
The recorded alerts can be always exported as text, eventually edited and imported back in BBOalert. This functionality has been implemented from the beginning.
-
Consider using the BBOalert extension for fully automated alerts. BBOalert is used by more than 600 players worldwide. All you have to do after the installation is start playing. All alerts will be recorded and if in the future the same bidding context occurs your bid will be alerted automatically. But this feature is only the top of the iceberg. Read the project documentation for more details : https://github.com/stanmaz/BBOalert Installation Chrome : https://chrome.google.com/webstore/detail/bboalert/bjgihidachainhhhilkeemegdhehnlcf?hl=en&authuser=0 Installation Firefox : https://addons.mozilla.org/en-US/firefox/addon/bboalert/ BBOalert users group : https://www.facebook.com/groups/706384146770707/ If you have any questions : stanmaz.git@gmail.com
-
Help for the Visually Impaired
stanmaz replied to John in the Sun's topic in Suggestions for the Software
There is an excellent Chrome extension "BBO Visual Assist" : https://chrome.google.com/webstore/detail/bbo-visual-assist/kdknilcahppjpicfclgaenphlcdjkbcm?hl=en-GB Home page : https://warwickshire.vision/how-we-can-help/interactive-technology-service/it-articles/bbo-visual-assist/ The only issue I have discovered is the speech rate which is too high. -
Help for the Visually Impaired
stanmaz replied to John in the Sun's topic in Suggestions for the Software
If you wish a large bidding box, green clubs and orange diamonds like this : https://www.dropbox.com/s/odbdc6d9eh4gjtr/modified_bidding_box.png?dl=0 you can modify the user interface in few simple steps : - install the BBOalert browser extension (accept proposed default settings) Chrome : https://chrome.google.com/webstore/detail/bboalert/bjgihidachainhhhilkeemegdhehnlcf Firefox : https://addons.mozilla.org/en-US/firefox/addon/bboalert/ - select and copy to the clipboard the code below //BBOalert //Javascript,https://raw.githubusercontent.com/stanmaz/BBOalert/master/Scripts/stanmazLib.js //Script,onDataLoad,stanmazLib.HOVER_BBOALERT_TAB(true); //Script,onAnyMutation,stanmazLib.CARD_COLORS(true); //Script,onAnyMutation,stanmazLib.DEAL_TOOLBAR_RIGHT(); //Script,onAnyMutation,stanmazLib.REMOVE_ICONS_FROM_TABS(); //Script,onAnyMutation,stanmazLib.LARGE_BIDDING_BOX(true); - start BBO - press "Import" button on the BBOalert tab Customization of the user interface is one of many features of BBOalert. See the project page : https://github.com/stanmaz/BBOalert If you have any questions : stanmaz.git@gmail.com -
I have misunderstood your problem. I am sorry. If you are only interested in recording and replaying alerts there is a simple solution : use two different browsers. E.g. Chrome for partner1 and Edge for partner2. Each browser works in its own space. Alerts are recorded in the browser's cache which you may wish to clear from time to time. Before clearing cache don't forget to export the recorded alerts to a file. Otherwise they will be lost.
-
BBOalert adresses exactly what you need : "a file per partner, with "includes" to other files or sections of a common file," BBOalert enables you to split your entire data in smaller files. Then for each of your partners you can use a root file containing only public URL links to the pieces that apply to that partner. Each individual file should be stored in the cloud and must be publicly shared. BBOalert supports only Dropbox but it should not be a problem because it provides 2Gb of storage for free. For details see section "Dropbox support" in the README.md file on the project page https://github.com/stanmaz/BBOalert. Playing different system with different partners is not easy to manage. So I will be pleased to help you to set up the data structure if needed : stanmaz.git@gmail.com
