Forum Replies Created
-
AuthorPosts
-
Hello and thank you for examples, I'll research them soon.
Hi
'emailaya' wrote:When setting sTabSheet.UseClosebtn to FALSE, the X disappears but the width remains as if it's still there, is it possible to make the tab narrower?When setting ActiveIsBold to TRUE and the tab caption is long, for example: “Windows address book” the caption contains … though it should just change the width accordingly (the TabWidth is set to 0)
Even the word “Home” with the X is enough to make Ho… (with … instead of the whole word)
Width of a custom tab can't be changed as you want, unfortunately. This is limitation which can't be avoided.
For adding additional width was used the TCM_SETPADDING message, which may be used in all tabs only.
Quote:It seems that sometimes the X is red and sometimes a simple black, not sure when it suppose to be red and when black, it's inconsistentThis small close button is taken from current skin.
Hello guys
Can you show me an issue on your PC remotely? (via TeamViewer tool)
April 17, 2011 at 10:04 am in reply to: [AC 7.41] Проблема с установкой/загрузкой bpl в среду #45480Нужно поискать acnt2010_R.bpl на винте, возможно в папке Windows или System…
Однозначно Delphi находит где-то старый файл.
Thanks for info. I'm researching this issue still, but can't reproduce described behaviour.
Try to change Font colors in TwilightColorMap, the problem will disappear if font colors are not default?
– Png files are stored in Exe as Png
– Resizing of ImageList is possible without reloading of pictures
– You can just drag images from explorer to editor window in design-time
– Components in the package are optimized for using with AlphaImageList
– Support of reflected glyphs in buttons
Hello and thank you for the demo.
It is a known issue, button receives an information for transparency from his parent (form) and ignores TImage.
I'll try to solve it later. You can draw Image on form in OnPaint property, it's a quick solution.
No need to change all ImageLists, but AlphaImageList is better and have some useful features )
Thank you.
Strange thing, I haven't this issue, but I'll try more systems soon.
Hello
Here is the demo of skins storing in Ini files.
You can use similar way for storing skins in registry.
'ralfiii' wrote:If you simply skin TTabSet, would the tabs have a mouse-over effect?I think, it's possible.
Hello
Try TsAlphaImageList component 🙂
Hello
The problem with week number will be solved soon, I think.
sMonthCalendar unit contains s_Today:String variable, you can change this string manually.
Hello!
Can you make a small demo for this issue, please?
Hello!
This feature will be added in the next Beta version (7.40).
March 31, 2011 at 11:08 am in reply to: Please add support for VirtualExplorerEasyListModeview #45270I'm sorry, I have bad news. I tried to handle a painting several times, but skinning of this component is really hard.
Hello
TsSkinProvider component have TitleButtons property (collection of buttons).
You can define custom buttons there and add handlers of OnMouseDown/OnMouseUp events for each button (look ASkinDemo project).
Hello
I'll add this topic in ToDo list, but I can't say when skinning of TabSet will be implemented.
Hello
I'm sorry, but such images can't be loaded, this feature is not implemented at moment.
-
AuthorPosts