Support

Forum Replies Created

Viewing 20 posts - 9,081 through 9,100 (of 9,667 total)
  • Author
    Posts
  • in reply to: 6.40 #40093
    Support
    Keymaster

    Спасибо, проблема будет решена в версии 6.42 <img src="style_emoticons//a7.gif” style=”vertical-align:middle” emoid=”:a7:” border=”0″ alt=”a7.gif” />

    in reply to: any can helpme? #40092
    Support
    Keymaster

    Hello

    This problem is linked with using of layered alphablended windows seems.
    Please tell a version of used Windows.

    Support
    Keymaster

    Try this patched file please, some problems are solved here (if you uses DevEx v6.45, then 'VER645' key must be enabled in beginning of this file).
    Support of cxPageControl is more difficult because non-common Painter is used in this control.

    in reply to: Problem with caption changing #40090
    Support
    Keymaster

    Try to replace “sSkinManager1.UpdateSkin” by “TacCtrlAdapter(Child.sSkinProvider1.Adapter).AddAllItems(Child)”.
    This code must update all non-skinned third-party and standard controls which placed on Child.

    If changing will not be successful then you can try to call “sSkinManager1.RepaintForms” after all changes like this :

    CODE
      …
      sSkinManager1.UpdateSkin;
      Child.Caption := 'verändert – ' + Name;
      sSkinManager1.RepaintForms;

    If you can make a demo with incorrectly painted controls then I will suggest a more effective solution I think.

    in reply to: MessageBox() #40089
    Support
    Keymaster

    Thank you
    Problem is linked with using of glowing effect and will be solved in the version 6.42

    in reply to: windowblinds problem #40088
    Support
    Keymaster

    Solution for using AlphaSkins and Windowblinds is in disabling of menus skinning seems.
    Try to disable skinning of menus when program runned under Windowblind (SkinManager.SkinnedPopups property)

    in reply to: Form borders disappear #40087
    Support
    Keymaster

    Hello

    Maybe your problem is similar to problems which discussed there?
    Look this topic.

    in reply to: Vista Dialogs… #40069
    Support
    Keymaster

    These dialogs will be supported soon I think.

    in reply to: New Version #40068
    Support
    Keymaster

    Hello and sorry for trouble. You are right that writing here because sometimes letters can't be delivered for some reasons.
    Please check your mailbox an answer was sent by email and write here again please, if you will not have this answer received.

    in reply to: System menu is not localized correctly #40065
    Support
    Keymaster

    I think you have stored internal skin before changing of language…
    '(Internal)' is a part of skin name and you can change it in the InternalSkins property.
    Also you can reload internal skin, but you must be sure that package was installed with Hungarian resources.

    in reply to: AlphaControls AV bug #40064
    Support
    Keymaster

    QUOTE (Christopher Dely @ Jul 24 2009, 12:28 PM)
    Yes. But, please fix this bug.


    Of course, just firstly I must reproduce this problem. If you can help to reproduce then error will be fixed quickly.

    in reply to: Buttons in window title bar + ExtendedBorders bug #40059
    Support
    Keymaster

    Check the nearest release, this problem must be solved there, I think.

    in reply to: System menu is not localized correctly #40058
    Support
    Keymaster

    What language do you uses?

    in reply to: EListError #40057
    Support
    Keymaster

    Thank you for info, this code will be tried in the next release.

    in reply to: Problem with caption changing #40056
    Support
    Keymaster

    Thank you for demo. Why you are using UpdateSkin there?

    in reply to: 6.40 Extended Borders bug #40055
    Support
    Keymaster

    I can't unpack the file <img src="style_emoticons//sad.gif” style=”vertical-align:middle” emoid=”:(” border=”0″ alt=”sad.gif” />
    Damaged?

    in reply to: EDivByZero exception #40054
    Support
    Keymaster

    QUOTE (Christopher Dely @ Jul 21 2009, 01:09 PM)
    It is a skin specific bug?


    Maybe, you can just try another skin <img src="style_emoticons//wink.gif” style=”vertical-align:middle” emoid=”;)” border=”0″ alt=”wink.gif” />
    One more question – who is a parent for this sBitBtn?

    in reply to: AlphaControls AV bug #40053
    Support
    Keymaster

    Thank you for information, I'll try to reproduce that.
    Disabling of animation removes an error? Did you check it?

    in reply to: sListView bug #40052
    Support
    Keymaster

    Hi

    Try to use SkinData.BeginUpdate before loop, and SkinData.EndUpdate after, repainting will be forbidden.

    in reply to: 6.40 Extended Borders bug #40051
    Support
    Keymaster

    Thank you, I will research it now.

Viewing 20 posts - 9,081 through 9,100 (of 9,667 total)