Support

Forum Replies Created

Viewing 20 posts - 9,021 through 9,040 (of 9,667 total)
  • Author
    Posts
  • in reply to: Прорисовка в TVirtualStringTree #40244
    Support
    Keymaster

    В следующем релизе пакета перед обновлением строк контрола можно будет послать ему сообщение SendMessage(VirtualStringTree1.Handle, SM_ALPHACMD, MakeWParam(0, AC_UPDATING), 1), а после – SendMessage(VirtualStringTree1.Handle, SM_ALPHACMD, MakeWParam(0, AC_UPDATING), 0). Скроллбар обновляться не будет между этими двумя сообщениями. В uses нужно будет добавить sMessages.

    QUOTE (Mike-Aiki @ Aug 13 2009, 12:34 AM)
    Я тут накропал небольшую программку, подсчитывающую кол-во выводов за 1сек в различные контролы (TsLabel, TsLevel, стандартные TLabel, TEdit) с разными скинами – довольно любопытно. Если кому интересно, могу сбросить результаты, или саму программку.


    Можно ее сюда залить, думаю интересно будет не только мне, спасибо <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />

    in reply to: Мерцание sShellListView1 в демке ASkinDemo.exe #40234
    Support
    Keymaster

    Какая Windows?

    in reply to: Gauge.Handle #40233
    Support
    Keymaster

    QUOTE (Sereby @ Aug 17 2009, 03:38 PM)
    does the automatical calculation work there, too?


    I'm sorry, what you mean?

    in reply to: Пропадание бордерсов #40232
    Support
    Keymaster

    Какая версия Delphi, AlphaControls и Windows?
    Простая демка Очень поможет.

    in reply to: TsDBLookupComboBox в 6.42 #40230
    Support
    Keymaster

    У меня сейчас нет EhLib, не могу посмотреть, но в TsDBLookupComboBox прокрутка должна работать стандартно. У нее поведение нестандартное?

    in reply to: Небольшие артефакты Glow эффекта. #40229
    Support
    Keymaster

    Спасибо за демку и скрины, буду смотреть.

    in reply to: Gauge.Handle #40228
    Support
    Keymaster

    TGauge can't have the Handle because it's TGraphicControl.
    You can use TsProgressBar component I think, you can change the Style property to pbstMarquee there.

    in reply to: How to determine required button width based on caption? #40227
    Support
    Keymaster

    The SkinManager component have four functions :

    CODE
        function MaskWidthTop(MaskIndex : integer) : integer;
        function MaskWidthLeft(MaskIndex : integer) : integer;
        function MaskWidthBottom(MaskIndex : integer) : integer;
        function MaskWidthRight(MaskIndex : integer) : integer;


    These functions returns a width of top, left, bottom and right borders of controls. MaskIndex may be found in AlphaControl(YourButton).SkinData.BorderIndex
    So, you can use code like this :

    CODE
    with sSkinManager1
      do BtnClientRect := Rect(
        MaskWidthLeft(sBtn1.Skindata.BorderIndex),
        MaskWidthTop(sBtn1.Skindata.BorderIndex),
        sBtn1.Width – MaskWidthRight(sBtn1.Skindata.BorderIndex),
        sBtn1.Height – MaskWidthBottom(sBtn1.Skindata.BorderIndex)
      );


    I hope this info can help you.
    If problem will not be solved please write me again.

    in reply to: How do I get Aero if I am running Windows Server 2008 #40226
    Support
    Keymaster

    Hello Mario, thank you for the info

    in reply to: [ BUG in v6.42 ] – No Transparent Borders on Slpashscreen #40225
    Support
    Keymaster

    QUOTE (Sereby @ Aug 17 2009, 02:22 PM)
    thanks that fixed it.
    but why is it not equal to clFuchsia? Form-Color is set to clFuchsia!


    Because a form was skinned and form color was changed to skin color automatically )

    in reply to: TsSkinProvider.AC_WMGetMinMaxInfo bug #40223
    Support
    Keymaster

    Thank you for example, I'll check it today or tomorrow.

    in reply to: AC 6.42 and DevExpress 45 #40222
    Support
    Keymaster

    Yes, 'VER645' key must be enabled. In the next release this key will be enabled by default already.

    in reply to: sMaskEdit problem #40221
    Support
    Keymaster

    I'll check it soon and problem will be solved in the nearest release I think.

    Support
    Keymaster

    Hello and thank you for demo, I'll try it today or tomorrow.

    in reply to: New Version #40219
    Support
    Keymaster

    Hello
    Your new address was registered already and the test letter was sent there.
    Have you received this mail?

    in reply to: FileListBox #40218
    Support
    Keymaster

    I understand now and problem will be solved in the next release.

    in reply to: [ BUG in v6.42 ] – No Transparent Borders on Slpashscreen #40217
    Support
    Keymaster

    Hello, I have checked it already, it's not a problem.
    Just you must prevent an automatic skinning of this splash window because color of form is changed and not equal to clFuchsia.
    So, you can use two methods :
    1. Define the Tag property of this form to -98, that's all.
    2. Define SkinManager.SkinningRules.srStdForms property to False. But you must place the SkinProvider component to all forms which must be skinned in this case, because automatic skinning will be disabled.

    in reply to: CppWebBrowser, Frame and PageControl #40216
    Support
    Keymaster

    Hello

    QUOTE (Highlander @ Aug 13 2009, 11:48 AM)
    But there is another strange thing with the exe you sent. When I delete the tabs, some times some extra tab-buttons apears inside the tabsheet.

    I saw this effect too and a problem will be solved soon I think.

    in reply to: New Version #40198
    Support
    Keymaster

    QUOTE (MetroFX @ Aug 12 2009, 06:49 PM)
    I have the same problem like HPDG. Could You help me too?

    Hello!
    You are Robert Chmielowiec? A lot of letters was sent to you from different servers and from gmail even, but all mails was returned with this message text :

    QUOTE
    SMTP error from remote mail server after end of data:
    host rz.home.pl [212.85.96.35]: 553 your message looks like a spam… twoja wiadomosc wyglada na spam…

    How we can change that? Maybe you can send me other email address?
    chmielowiec.net is your domain? Look the Inputbox there, I have sent a letter there too.

    in reply to: CppWebBrowser, Frame and PageControl #40196
    Support
    Keymaster

    Hello

    Thank you for the demo and sorry for delay.
    I have recompiled your example but not see described problem (one difference exists only, TntControls was replaced by standard controls).
    Please try the attached Exe – what result you will have?

    Do you uses latest version of the AlphaControls?
    Problem is in TntControls support seems?

Viewing 20 posts - 9,021 through 9,040 (of 9,667 total)