Results 1 to 40 of 351

Thread: NewTab: tab control for VB6

Hybrid View

  1. #1
    Addicted Member
    Join Date
    Feb 2022
    Posts
    217

    Re: NewTab: tab control for VB6

    Quote Originally Posted by Eduardo- View Post
    I will read the themes with the previous property names saved.
    Did you experience any issues?
    After I changed the names, there were no issues that I have seen. It's probably ok to change the names. I suppose anyone that upgrades and finds their projects broken can figure out how to fix it. Chers

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Feb 2017
    Posts
    5,671

    Re: NewTab: tab control for VB6

    Quote Originally Posted by taishan View Post
    After I changed the names, there were no issues that I have seen. It's probably ok to change the names. I suppose anyone that upgrades and finds their projects broken can figure out how to fix it. Chers
    The themes store property names.
    The names of the old properties are in the themes that are saved into the themes collection property (the custom themes only).
    They (the custom themes that maybe someone made) can be also saved locally from the Themes property page for to be used in other projects.
    That was what I thought you were worried about. Well, that is what should be backward compatible with the old names, the saved custom themes.

    Also the saved properties with old names should be read properly in the ReadProperties procedure (I also added code for that).

    About the properties themselves, yes, if someone used those property names in code, she/he will have to change their names in the code. I don't think that many did, but yes, may be some.

Posting Permissions

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



Click Here to Expand Forum to Full Width