TacTitleItem Question

Viewing 20 posts - 1 through 20 (of 29 total)
  • Author
    Posts
  • #37043
    Raccoon
    Participant

    Hi there,

    I would like to have an info region in the nonclient area. Therefore i used the TsTitleBar and added a TacTitleBarItem with an ImageList and set the Style to bsMenu (1.png).

    What I would need is that this bsMenu always draws from the nonclient area over the client area as in 2.png (mouseover).

    Is there a way to tell this component to always stay in mouseover state? And without that blue corner?

    Thanks in advance

    Alex

    #55647
    Support
    Keymaster

    Hello!

    You tried the “bsInfo” style of the item?

    Maybe you can show a demo with the problem? I will try to find a solution.

    #55685
    Raccoon
    Participant
    'Support' wrote:

    Hello!

    You tried the “bsInfo” style of the item?

    Maybe you can show a demo with the problem? I will try to find a solution.

    Hi,

    thanks for the reply.

    Yes, I tried bsInfo, but the Clickevent is disabled and the “flag” is only drawn in the titelbar. Its not overlapping to the client area as Mouseover bsMenu does.

    I tried to draw it by myself with WM_NCPAINT, WM_NCACTIVATE, but AC seems do overwrite these events by itself.

    Best regards

    Alex

    #55688
    Support
    Keymaster

    Maybe you should just change the SkinSection property of this TitleItem to 'TRANSPARENT'?

    Item will not be changed visually in this case, but clicking will work…

    #55696
    Raccoon
    Participant
    'Support' wrote:

    Maybe you should just change the SkinSection property of this TitleItem to 'TRANSPARENT'?

    Item will not be changed visually in this case, but clicking will work…

    Thank you very much for your reply.

    I think 'TRANSPARENT' would work. But the item is not overlapping client area, if the cursor is not inside the item.

    Is there a way to lock the item in the “mouseenter” state (drawing in Titlebar and overlapping to the client area)?

    Best regards

    Alex

    #55702
    Support
    Keymaster

    Showing of image in the non-client are is not possible in normal state.

    I will think about a new component which will allow it.

    #55670
    Raccoon
    Participant

    Nice,

    that would be great.

    Thank you very much.

    Alex

    #55772
    Raccoon
    Participant

    Any news here?

    Best regards

    Alex

    #55777
    Support
    Keymaster

    Sorry, this component is not ready yet.

    #55477
    Raccoon
    Participant

    Thanks for the reply.

    Looking forward for some news 😉

    Best regards

    Alex

    #55982
    Raccoon
    Participant

    Any news here?

    Best regards

    Alex

    #55989
    Support
    Keymaster

    I'm working with it, I will be able to give you a beta release for tests soon.

    #55998
    Raccoon
    Participant
    'Support' wrote:

    I'm working with it, I will be able to give you a beta release for tests soon.

    Nice 🙂

    Thank you. Looking forward to it.

    Best regards

    Alex

    #56442
    Raccoon
    Participant

    Any news here?

    Best regards

    Alex

    #56453
    Support
    Keymaster

    Hello

    Yes, try the new TsFloatButtons component.

    Here is the demo: http://www.alphaskins.com/sfiles/demos/floatbuttons.zip

    #56457
    Raccoon
    Participant

    Wow, this looks great!

    I wanted to try it out, but unfortunately I get some linker errors when compiling the new package.

    Maybe you can help me out.

    When compiling acntCX10_R.cbproj I get linker error see attached image.

    I deleted old files in C:UsersPublicDocumentsEmbarcaderoStudio17.0DCP and BPL.

    I searched complete C: after *acnt* there are no files left.

    Do you have any hint, what maybe wrong?

    Thanks in advance.

    #56460
    Raccoon
    Participant

    Ok, my fault 🙁

    I have forgotten to start CX with Adminrights…

    #56461
    Support
    Keymaster

    This problem is not known for me. I have tried to install the package v12.04 for CX 10, here is no problem.

    Try to make a new application in C++ Builder and compile it (without AlphaControls).

    Try also: Project -> Clean Project

    Same problem there, maybe it helps: http://qc.embarcader…n.aspx?d=102099

    #56463
    Support
    Keymaster

    I see your answer now, Ok.

    #56448
    Raccoon
    Participant

    Hi, its me again.

    This component is really cool.

    But is there a way to set directly a bitmap/glyph of a single item without using an imagelist?

    Thanks in advance

    Alex

Viewing 20 posts - 1 through 20 (of 29 total)
  • You must be logged in to reply to this topic.