I'm pleased to announce the first public beta of TChromeTabs (see this post for more info: https://plus.google.com/110198603826897169317/posts/1XaMbgLmLMK).

I'm pleased to announce the first public beta of TChromeTabs (see this post for more info: https://plus.google.com/110198603826897169317/posts/1XaMbgLmLMK). 

You can download the source code and exe demo here: http://download.easy-ip.net/delphi/ChromeTabs.zip

For the time being, please report bugs/feature requests/comments as replies to this post.

Cheers,
Paul
http://download.easy-ip.net/delphi/ChromeTabs.zip

Comments

  1. Just downloaded the demo, very nice. I would really suggest you set up a open source project on bitbucket/googlecode

    ReplyDelete
  2. Thanks for your nice comments. I'll set up a GoogleCode repository very soon.

    ReplyDelete
  3. Thanks, looks fine, one remark:
    When created many tabs and start to close tabs in the middle (not from the end of tabs) then first moved the New tab button, than moved last tabs and New tab button for some small time is over tabs. I this this button should be moved after tabs moving

    ReplyDelete
  4. Bug for exe demo: click on the Open new form button, then close new form, after this can't work with tabs on the old form - exception: Can't focus a disabled or invisible window

    ReplyDelete
  5. And also what about support for animated icons for tabs? (as loading page in Chtome)

    ReplyDelete
  6. Several problems found and fixed.
    1. Doesn't compile with Delphi 2007 (version.inc problem)
    2. Crash at runtime with access violation on Windows 8.

    Fixes are here:
    https://bitbucket.org/wpostma/tchrometab/commits/fa21df35c8be386fd45e1904a64eb7cf

    ReplyDelete
  7. Alex Egorov Thanks for the bug reports. I'll fix them. The anmated icons are on the list (see ChromeTabs.pas for know issues and features). I'm no animation expert so I was hoping that somebody could give me some advice on how to perform the animation without having to redraw the whole control every time.

    ReplyDelete
  8. Ok, anothr report: in sample exe Horz Offset for New Page button does not work

    ReplyDelete
  9. Thanks Paul for your great work and I wish that the component support the RightToLeft (BidiMode)

    ReplyDelete
  10. Hi Khalid Dawood... I did implement bidi text. You can set it using the RightToLeft property. In the demo you can find it on the text tab next to word wrap. If it isn't implemented the way you expected, please let me know and I'll try to fix it.

    ReplyDelete
  11. I saw the support for the Bidi Text, but what I mean is start drawing the tabs from Right side of the form to the Left side and close button on each tab will be on the left edge.
    If you wish I can show you an image of the Google Chrome tabs from RightToLeft

    ReplyDelete
  12. Khalid Dawood - A picture would be great. I'll do my best to implement the feature properly.

    ReplyDelete
  13. This is an image of Google Chrome show tabs from RightToLeft

    http://i49.tinypic.com/2jdgnkp.jpg

    ReplyDelete
  14. Thanks Khalid Dawood ... I'll post here when I release the next version.

    ReplyDelete

Post a Comment