Jump to content

std_usr

Members
  • Content Count

    7
  • Joined

  • Last visited

Posts posted by std_usr


  1. 14 hours ago, limelect said:

    This is my addon for inserting Glyph. Never put it on the NET.

    It was done over 20 years ago and go with me on every Delphi.

    May be it is a good idea to make money from it.

    Sorry.

    Screenshot - 07_10_2019 , 21_40_23.png

    limelect, any chance to get it? )


  2. Hello,

    I'm trying to switch from Python to Delphi and, for quick debugging, I slightly miss Python's print() function, which enables you to print whatever type variables. For example, the following

    print(int_var, str_var, dict_var)

    prints integer, string, dictionary type variables in one go, so I don't have to convert each variable to string and concatenate them.  Could you suggest me a method/function/tool/whatever to achieve similar functionality (in VCL application)?


  3. Good day,

     I remember, there was an "expert" for Delphi which added an in-place icon finder tool for buttons and similar components. Let's say, you drop a TBitBtn on a form, click on it's Glyph property and usually get this dialog:

    image.thumb.png.41c31586efea0a85d5dbf264aacb5db2.png

    So, the tool replaces this by online icon finder. It also adds some advanced editors for ListBox, Memo, etc. But I can't find it by any means. Can you help? 🙂 I installed CnWizards and GExperts, but it's not there.

     

     

×