Open Side Menu Go to the Top
Register
888/Party/StarsCaption 888/Party/StarsCaption

05-28-2020 , 01:46 AM
Pull The Trigger, try to configure Mouse wheel settings in Stars client, and Hotkeys / Bet change to some keyboard keys - in this case you can use them if mouse wheel will work badly.

Also you can create a couple of dozen of HUD betting buttons for different sizings - with them you can choose a sizing you need by a single click (maybe you need a few sizings only, but some users actually make a large number of buttons in several rows).
888/Party/StarsCaption Quote
05-28-2020 , 04:58 PM
Hello I'm having problems with onClick on starcaption ... I leave it configured to search the player on pokerstars with a click on the stack in bb and now it's not working
888/Party/StarsCaption Quote
05-28-2020 , 09:30 PM
Quote:
Originally Posted by LikeAA
Pull The Trigger, try to configure Mouse wheel settings in Stars client, and Hotkeys / Bet change to some keyboard keys - in this case you can use them if mouse wheel will work badly.

Also you can create a couple of dozen of HUD betting buttons for different sizings - with them you can choose a sizing you need by a single click (maybe you need a few sizings only, but some users actually make a large number of buttons in several rows).
Thanks it works much better now.
888/Party/StarsCaption Quote
05-29-2020 , 03:44 AM
Quote:
Originally Posted by Cristianjk
Hello I'm having problems with onClick on starcaption ... I leave it configured to search the player on pokerstars with a click on the stack in bb and now it's not working
Hi
Do you mean HUD / Player panels / OnClick / Find Player?
Do other OnClick options work for you? Try to check 'Copy to clipboard', for example.

If other options work, then give me these details:
- What version of StarsCapiton do you have now
- Do you play at Aurora tables
- Do you have HUD / Hovering HUD enabled
- Do you have enabled Options / Debug / Find player in lobby or not
888/Party/StarsCaption Quote
05-29-2020 , 02:00 PM
Quote:
Originally Posted by LikeAA
Hi
Do you mean HUD / Player panels / OnClick / Find Player?
Do other OnClick options work for you? Try to check 'Copy to clipboard', for example.

If other options work, then give me these details:
- What version of StarsCapiton do you have now
- Do you play at Aurora tables
- Do you have HUD / Hovering HUD enabled
- Do you have enabled Options / Debug / Find player in lobby or not
Do you mean HUD / Player panels / OnClick / Find Player?

yes

Do other OnClick options work for you? Try to check 'Copy to clipboard', for example.

yes, it works for Search the web and Copy to clipboard

- What version of StarsCapiton do you have now

v0.67a

- Do you play at Aurora tables

no

- Do you have HUD / Hovering HUD enabled

yes


- Do you have enabled Options / Debug / Find player in lobby or not

No

888/Party/StarsCaption Quote
05-29-2020 , 05:58 PM
Cristianjk,
What poker client do you use? (PokerStars.com /.eu / .es / some else)
Try to press Ctrl+F on a table, will 'Find a Player' window appear? And check the same in a main PokerStars lobby.

Also I hope StarsCaption is configured to run as admin.
888/Party/StarsCaption Quote
05-29-2020 , 09:46 PM
Quote:
Originally Posted by LikeAA
Cristianjk,
What poker client do you use? (PokerStars.com /.eu / .es / some else)
Try to press Ctrl+F on a table, will 'Find a Player' window appear? And check the same in a main PokerStars lobby.

Also I hope StarsCaption is configured to run as admin.
I use pokestars.com. ctrl + F works both in the lobby and at the tables ... and yes the starcaption runs with an administrator
888/Party/StarsCaption Quote
05-30-2020 , 05:19 AM
Cristianjk,
Can you send me your settings? You can export them via Options / Save settings backup
888/Party/StarsCaption Quote
05-30-2020 , 02:58 PM
Quote:
Originally Posted by LikeAA
Cristianjk,
Can you send me your settings? You can export them via Options / Save settings backup
Yes

https://drive.google.com/open?id=1uC...8aPWgXq-zSZTCl
888/Party/StarsCaption Quote
05-30-2020 , 04:09 PM
Cristianjk, I don't know what it can be, it works for me with your setting.

But try one more thing:
1. Turn on HUD / Hovering HUD
2. Restart StarsCaption
3. Try to check if it works now.
In this mode this function works a little differently, maybe it will help.
888/Party/StarsCaption Quote
06-01-2020 , 02:32 AM
StarsCaption/PartyCaption Is there way of moving the panels without using the mouse. I'm trying to line up my panels and it's very difficult to be precise just using the mouse alone.
888/Party/StarsCaption Quote
06-01-2020 , 06:35 AM
Quote:
Originally Posted by baztalkspoker
StarsCaption/PartyCaption Is there way of moving the panels without using the mouse. I'm trying to line up my panels and it's very difficult to be precise just using the mouse alone.
Sorry, no - but maybe I'll add a such option in the future.
You can try to make table bigger to place them more precisely.
Or you can try to close StarsCaption and edit StarsCaption.ini directly by Notepad (or make a backup via Options / Save settings backup, edit this file and load it back by Load settings backup).

There is an example how to find it there:


Coordinates are here and you can edit it directly:
custom_x2=510,810810810811
custom_y2=449,685804216433
888/Party/StarsCaption Quote
06-01-2020 , 11:25 AM
Is there an option to display hands/hour? I tried to create a formula but i cannot divide allhands by session time since it's not an integer.
Would be great if you could add such a stat .
allHandsPlayedInSession/SessionTimeInMinutes*60

Great software, works flawlessly every time I use it!
888/Party/StarsCaption Quote
06-01-2020 , 11:42 AM
Hi there, I was looking in table highlight if it was possible to set color and and filling opacity only for the table felt and not the entire table window.

But I guess the program is coded in a way that it creates a rectangular canvas on top of the table with the same size am I right?
Is there any possibility to code a function to import an image on top aswell?
Cause I really only want to change the color and opacity of the table felt and loading a transparent image on top of the table would be a way to achieve this.
888/Party/StarsCaption Quote
06-01-2020 , 01:24 PM
Quote:
Originally Posted by corny
Is there an option to display hands/hour? I tried to create a formula but i cannot divide allhands by session time since it's not an integer.
Would be great if you could add such a stat .
allHandsPlayedInSession/SessionTimeInMinutes*60

Great software, works flawlessly every time I use it!
Hi
StarsCapiton has [handsPerHour] tag in Table panels and in General HUD.
888Caption and PartyCaption haven't it, but you can try to use a formula like this there:
{3600*[allHandsCount]/[sessionTime]@0}
888/Party/StarsCaption Quote
06-01-2020 , 01:27 PM
Quote:
Originally Posted by co'ka
Hi there, I was looking in table highlight if it was possible to set color and and filling opacity only for the table felt and not the entire table window.

But I guess the program is coded in a way that it creates a rectangular canvas on top of the table with the same size am I right?
Is there any possibility to code a function to import an image on top aswell?
Cause I really only want to change the color and opacity of the table felt and loading a transparent image on top of the table would be a way to achieve this.
Hi
I'll try to think about it.
888/Party/StarsCaption Quote
06-01-2020 , 03:00 PM
Quote:
Originally Posted by LikeAA
Hi
StarsCapiton has [handsPerHour] tag in Table panels and in General HUD.
888Caption and PartyCaption haven't it, but you can try to use a formula like this there:
{3600*[allHandsCount]/[sessionTime]@0}
Thanks, it works! However it seems not possible to use this in the General Hud stats - the formula does not resolve - it stays a string.
Am I doing something wrong or is this the intended behaviour?
As a Table Panel it works but the information is redundant to display multiple times.
888/Party/StarsCaption Quote
06-01-2020 , 03:18 PM
I'll try to add a such tag to General HUD (or formula support maybe).
In which Caption do you need it?
888/Party/StarsCaption Quote
06-01-2020 , 08:36 PM
Quote:
Originally Posted by LikeAA
Sorry, no - but maybe I'll add a such option in the future.
You can try to make table bigger to place them more precisely.
Or you can try to close StarsCaption and edit StarsCaption.ini directly by Notepad (or make a backup via Options / Save settings backup, edit this file and load it back by Load settings backup).

There is an example how to find it there:


Coordinates are here and you can edit it directly:
custom_x2=510,810810810811
custom_y2=449,685804216433
Thanks
888/Party/StarsCaption Quote
06-01-2020 , 08:37 PM
I just purchased PartyCaption on hand2noteprotools.com, but forgot to put my licence code in the checkout section . I'll pm you my details
888/Party/StarsCaption Quote
06-02-2020 , 10:41 AM
Quote:
Originally Posted by LikeAA
I'll try to add a such tag to General HUD (or formula support maybe).
In which Caption do you need it?
I would use it in the General Hud below sessiontime, hands, # of tables. Adding formula support to General HUD sounds great! Many thanks!
888/Party/StarsCaption Quote
06-02-2020 , 01:53 PM
Quote:
Originally Posted by corny
I would use it in the General Hud below sessiontime, hands, # of tables. Adding formula support to General HUD sounds great! Many thanks!
Ok, but where you need it? In 888Caption, or in PartyCaption, or in both?
888/Party/StarsCaption Quote
06-02-2020 , 02:29 PM
Sorry, PartyCaption.
888/Party/StarsCaption Quote
06-02-2020 , 08:23 PM
Quote:
Originally Posted by LikeAA
Cristianjk, I don't know what it can be, it works for me with your setting.

But try one more thing:
1. Turn on HUD / Hovering HUD
2. Restart StarsCaption
3. Try to check if it works now.
In this mode this function works a little differently, maybe it will help.
I re-installed the pokerstars and it worked ... thanks!
888/Party/StarsCaption Quote
06-04-2020 , 07:07 PM
link to Party Caption ? tks
888/Party/StarsCaption Quote

      
m