Color code popup possible?
Results 1 to 7 of 7
  1. #1
    Junior Member
    Join Date
    Nov 2008
    Posts
    27

    Default Color code popup possible?

    Is it possible to color code popop windows?
    If yes where can I find the codes to use for the colors?
    thanks

  2. #2
    Senior Member Al1's Avatar
    Join Date
    Aug 2008
    Location
    Geneva
    Posts
    2,873

    Default

    It's currently not possible.

    But you can suggest it here: http://holdemmanager.uservoice.com/

  3. #3
    Senior Member
    Join Date
    Dec 2008
    Posts
    106

    Default

    Instead of colour can one hack the .pop
    file to judiciously insert "\b"s to get bolded stats within the popup
    table display, independent of the data's value?

    For example, if the line does not start with _T
    will the parser accept ("\b)data.ref("\b")
    to bold the display of data.ref?

  4. #4
    Holdem Manager Support & HUD Guru Mike chops's Avatar
    Join Date
    Jul 2008
    Posts
    1,406

    Default

    No that won't work. You could have a text line "VPIP\b" and all subsequent text will be bold.

  5. #5
    Senior Member
    Join Date
    Dec 2008
    Posts
    106

    Default

    Not fine enough control.

    I'd like to bold/color the table entries in the popup matching
    the displayed items from the Player Preferences panel
    so I can see the context. E.g., maybe I have the btn value displayed
    but the popup has CO and SB values too.

    They are usually not all on the same row :-(

    Using gobs of screen real estate(data in every other column):

    Will this work?
    _T("\b")
    data.ref
    _T("\b")

    Don't suppose I could muck with the column widths.
    They are all fixed aren't they?

  6. #6
    Holdem Manager Support & HUD Guru Mike chops's Avatar
    Join Date
    Jul 2008
    Posts
    1,406

    Default

    Yes that would work but would leave blanks every column. Sorry you can't edit the widths. I'm glad someone is using the designer though!

  7. #7
    Senior Member
    Join Date
    Dec 2008
    Posts
    106

    Default

    Have made my own version of each of the default popups
    so have gotten some experience with the designer :-)
    Thanks for the feature.

    Only recently discoverd the .pop files. Editing them directly would
    have been less tedious than moving the lines one by one in the designer when I decided to "make this section go on top instead of on the bottom".

    I think I would rather do popup development in a real editor
    rather than the designer. Advantage to the designer for having the variable name tree built in though.

    Sometimes I did use "blank" columns if the text of the
    preceding column was "too long". That's how I stumbled upon
    _T("").

    How about making a _Null() operator which would change the
    output but not advance to the next table position like _T() does.

    _N("\b") for example would start bold
    _N("\b") would stop



    P.S. You might want to update the video to use the new style(?)variable names. The video has ones in the (old?) dot notation e.g. cb.flop. Some of the default popups seem to have carried that over.
    Using the designer one can't make a popup using those variable names. Confused me for a while.

    P.P.S Use open source code for a very small web browser window for popup display? Would be very nice to code the popup windows in a html/xml subset!

    Enough rambling - time to play poker :-)

Similar Threads

  1. Popup Player Detail Window for Alias & Graph Color
    By Gig in forum Manager General
    Replies: 5
    Last Post: 03-18-2010, 02:10 PM
  2. registration code
    By acenuts in forum Manager General
    Replies: 2
    Last Post: 01-21-2009, 10:11 PM
  3. Registration code??
    By Pasterbator in forum Manager General
    Replies: 2
    Last Post: 12-13-2008, 10:02 PM
  4. Avg pot color coding
    By DonkFu in forum Manager General
    Replies: 1
    Last Post: 12-13-2008, 05:39 AM
  5. color ranges...
    By brynte5 in forum Manager General
    Replies: 1
    Last Post: 10-10-2008, 08:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •