Jamie

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: AlphaControls and TestComplete #48683
    Jamie
    Participant

    Is there any update on this? We're seeing an issue where when we enable skins Test Complete can no longer see the captions of menu items, they just show up as questions marks or blocks. I'm using version 7.51.

    in reply to: TFrame Skin Issues #47821
    Jamie
    Participant

    On another note maybe it would be easier to just get rid of the multiple skin managers, that would work great as well. The reason that we have multiple skin managers is that we sometimes have duplicate forms and we change the title bar color to differentiate them, we use the following code (roughly) to alter the title bar colors based on skin manager:

    {

    SmaskData::TsGeneralData &gData = SkinManager->gd[SkinManager->GetSkinIndex(s_FormTitle)];

    gData.Color = newColor;

    gData.HotColor = newColor;

    SkinManager->RepaintForms();

    }

    Is there another way that we could alter the title bar color on a per form basis without multiple skin managers?

    in reply to: TsListBox isn't side scrolling properly #46913
    Jamie
    Participant

    Looks like it's fixed in 7.52, thanks!

    in reply to: TsListBox isn't side scrolling properly #46839
    Jamie
    Participant

    Is there some way to get this issue added to a bugs list in hopes it'll get resolved in a future release?

    Thanks,

    Jamie

    in reply to: TsListBox isn't side scrolling properly #46778
    Jamie
    Participant

    I was finally able to spend some time comparing v7.32 and v7.51 w/C++ Builder XE and it appears that the issue I was originally seeing in v7.32 has been resolved in 7.51 (I was able to verify it was still there in C++ Builder XE v7.32). I do see a little bit of oddness as you described using v7.51, but from what I can tell if you drag the scrollbar all the way back to the left (at which you see some varying amount of missing text) when you release from pressing the scrollbar the text appears fully scrolled to the left as you'd expect. So ultimately there are still TsListBox scroll bugs in v7.51 but it's at least useable versus being completely broken in v7.32.

    Jamie

    in reply to: TsListBox isn't side scrolling properly #46761
    Jamie
    Participant

    I can't speak for Delphi (although this documentation seems to say otherwise), but TListBox in C++ definitely scrolls horizontally, it works great with skins disabled.

    http://docs.embarcadero.com/products/rad_studio/delphiAndcpp2009/HelpUpdate2/EN/html/delphivclwin32/StdCtrls_TListBox_ScrollWidth.html

    Jamie

Viewing 6 posts - 1 through 6 (of 6 total)