resize function for table

For general discussion of the Poker Mavens software
Post Reply
ukn22
Posts: 35
Joined: Wed Nov 18, 2015 1:19 pm

resize function for table

Post by ukn22 »

hi gent, im trying to tweak the game table a bit but when screen opens i need to resize window for the table to fit the dynamic height of window.
must be some js resize function i can call from html addon section that will do the job.
is it possible to call resize function onload some how from the poker js ?
can tell what the function name. im sure by calling it table will fit auto on load
attach preview image when table fit height correctly if i resize window.
thanks
Attachments
poker.jpg
poker.jpg (129.88 KiB) Viewed 2252 times
ukn22
Posts: 35
Joined: Wed Nov 18, 2015 1:19 pm

Re: resize function for table

Post by ukn22 »

sorry i forgot to attach the initial problematic load of table
attached
Attachments
poker2.jpg
poker2.jpg (124.76 KiB) Viewed 2248 times
Kent Briggs
Site Admin
Posts: 5879
Joined: Wed Mar 19, 2008 8:47 pm

Re: resize function for table

Post by Kent Briggs »

In desktop mode the tables are meant to be displayed in movable windows, along with the lobby window. It's up to the user to size them as desired. You should not be trying to force sizing via code.
ukn22
Posts: 35
Joined: Wed Nov 18, 2015 1:19 pm

Re: resize function for table

Post by ukn22 »

hi thanks for the feedback.
well mavens api already support this, what i do is open table directly skipping lobby and the rest.
players cant resize the table. its mobile mode forced version.
issue is table not fit correctly to popup window.
thanks.
Kent Briggs
Site Admin
Posts: 5879
Joined: Wed Mar 19, 2008 8:47 pm

Re: resize function for table

Post by Kent Briggs »

Looks like you are running version 4, which is quite old now. The mobile interface has changed significantly since then.
ukn22
Posts: 35
Joined: Wed Nov 18, 2015 1:19 pm

Re: resize function for table

Post by ukn22 »

well im using my own ui for your poker so lobby and table are not version depended.
if it was possible to allow more then 1 sesseion key per user, i would buy the new version.
this way i will be able to allow player to open multiple tables in new window.
if this possible i will upgrade.

another question if i may. is it possible to display real name in table also not just in lobby?
thanks
Kent Briggs
Site Admin
Posts: 5879
Joined: Wed Mar 19, 2008 8:47 pm

Re: resize function for table

Post by Kent Briggs »

ukn22 wrote:well im using my own ui for your poker so lobby and table are not version depended.
You can't expect tech support from me if you're running custom code that I didn't write. And marrying yourself to old versions is a bad idea overall because you won't get any security fixes (unless you license the source code, which is still available for version 5).
another question if i may. is it possible to display real name in table also not just in lobby?
It's shown when you mouse-over the player's name on the table.
Post Reply