- This topic has 28 replies, 2 voices, and was last updated 7 years, 7 months ago by Raccoon.
-
AuthorPosts
-
October 12, 2016 at 11:20 am #37043RaccoonParticipant
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
October 14, 2016 at 2:44 pm #55647SupportKeymasterHello!
You tried the “bsInfo” style of the item?
Maybe you can show a demo with the problem? I will try to find a solution.
October 17, 2016 at 8:32 am #55685RaccoonParticipant'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
October 19, 2016 at 7:42 pm #55688SupportKeymasterMaybe 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…
October 21, 2016 at 7:39 am #55696RaccoonParticipant'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
October 22, 2016 at 3:45 pm #55702SupportKeymasterShowing of image in the non-client are is not possible in normal state.
I will think about a new component which will allow it.
October 24, 2016 at 7:11 am #55670RaccoonParticipantNice,
that would be great.
Thank you very much.
Alex
November 11, 2016 at 3:29 pm #55772RaccoonParticipantAny news here?
Best regards
Alex
November 15, 2016 at 8:56 pm #55777SupportKeymasterSorry, this component is not ready yet.
November 18, 2016 at 1:50 pm #55477RaccoonParticipantThanks for the reply.
Looking forward for some news 😉
Best regards
Alex
January 4, 2017 at 9:32 am #55982RaccoonParticipantAny news here?
Best regards
Alex
January 5, 2017 at 9:17 pm #55989SupportKeymasterI'm working with it, I will be able to give you a beta release for tests soon.
January 6, 2017 at 10:43 am #55998RaccoonParticipant'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
April 7, 2017 at 10:56 am #56442RaccoonParticipantAny news here?
Best regards
Alex
April 10, 2017 at 5:31 am #56453SupportKeymasterHello
Yes, try the new TsFloatButtons component.
Here is the demo: http://www.alphaskins.com/sfiles/demos/floatbuttons.zip
April 10, 2017 at 10:30 am #56457RaccoonParticipantWow, 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.
April 10, 2017 at 11:01 am #56460RaccoonParticipantOk, my fault 🙁
I have forgotten to start CX with Adminrights…
April 10, 2017 at 11:25 am #56461SupportKeymasterThis 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
April 10, 2017 at 11:31 am #56463SupportKeymasterI see your answer now, Ok.
April 10, 2017 at 11:53 am #56448RaccoonParticipantHi, 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
-
AuthorPosts
- You must be logged in to reply to this topic.