Support

Forum Replies Created

Viewing 20 posts - 9,581 through 9,600 (of 9,667 total)
  • Author
    Posts
  • in reply to: Скин TheFrog при максимизации #38755
    Support
    Keymaster

    Очень странная штука, значит если запустить демку с сайта со скином TheFrog, то проблема при изменении размера окна?
    Просьба запустить проверить еще раз, проблема будет повторяться после перезапуска системы? И всех кто читает просьба проверить это тоже.

    PS. И просьба еще Xvv скачать скин TheFrog с сайта и попробовать с ним.

    Support
    Keymaster

    TextHint я недавно проверял, все было вроде в порядке. Можно демку глянуть?
    Насчет PageControl – какая версия пакета используется?

    in reply to: Глюк у skin editor-а #38753
    Support
    Keymaster

    Скоро выйдет новая бета и я пришлю сырцы редактора, Ок? Просто там много изменений намечается.

    in reply to: TsSpeedButton.ActionChange crash 6.22 #38752
    Support
    Keymaster

    In the v5.23 code we can see this :

    CODE
    procedure TsSpeedButton.ActionChange(Sender: TObject; CheckDefaults: Boolean);
    begin
      if Glyph.Empty {v4.72} and (TCustomAction(Sender).ActionList.Images nil) and (TCustomAction(Sender).ImageIndex > -1) then Glyph.Assign(nil); // v4.44
      inherited ActionChange(Sender, CheckDefaults);
      if Sender is TCustomAction then DoActionChanging(Self, TCustomAction(Sender));
      FCommonData.Invalidate;
    end;


    And we hasn't a checking of the TCustomAction(Sender).ActionList there too <img src="style_emoticons//blush.gif” style=”vertical-align:middle” emoid=”:blush:” border=”0″ alt=”blush.gif” />
    Seems, you hadn't error in the v5.23 because Glyph property was not empty?

    in reply to: [HELP]I cant get it installed… :( #38751
    Support
    Keymaster

    You can find this info in the About window, something like 12.0.3170.16989…

    in reply to: Скинирование Caption #38750
    Support
    Keymaster

    Чтоб работало прямо сейчас можно после изменения заголовка выполнить это

    CODE
    SendMessage(Handle, WM_NCPAINT, 0, 0);


    В след. версиях это уже не нужно будет <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />

    in reply to: Утечка ресурсов у tabControl-а #38748
    Support
    Keymaster

    Большое спасибо за примерчик, будет пофиксено в ближайшем релизе.

    Support
    Keymaster

    Можно в дизайне у TsAlphaImageList установить в BkColor clWhite, тогда тоже в белом листвью будет рисоваться как надо.
    Но, на темных скинах это не спасет, также как и в TsPngImageList, будут белые углы. Нету в ListView нормальной поддержки 32-битных картинок.
    Вот тут недавно обсуждалось.

    in reply to: Компоненты Shell Controls… #38745
    Support
    Keymaster

    QUOTE (John Eagle @ Apr 15 2009, 07:42 AM)
    а VirtualShellTools требуют слишком много чего установленного для своей работы


    Это окупается их возможностями и возможностями того, что ставится вместе с ними.

    QUOTE
    пс. и потом можно ли заскинить VirtualShellTools (у меня стандартно ложатся на скиновую форму)…


    Можно, они скинятся автоматически, если добавить нужный тип в ThirdParty

    in reply to: Component sugestions #38744
    Support
    Keymaster

    Hello
    As I understood, you talks about writing new control – enhanced, skinned grid?
    I'm not sure that such control will be added into the package soon, maybe you can use TDBAdvGrid by TMS or DevExpress Quantum grid?

    in reply to: Image Capture to a TsAlphaImageList #38743
    Support
    Keymaster

    Here is a demo, you can try it. Later this example may be improved

    in reply to: [HELP]I cant get it installed… :( #38742
    Support
    Keymaster

    Hello Jeffijoe
    Please tell your Delphi 2009 build number. Old Delphi 2009 releases are not completely compatible with last releases.

    in reply to: Reflected property #38741
    Support
    Keymaster

    Reflections are supported completely if TsAlphaImagelist component is used or if Glyphs have 32-bit format (Bmp or Png). Other formats and ImageLists will support this property soon too.

    in reply to: PageControl #38740
    Support
    Keymaster

    Thank you very much for an example!
    This problem will be solved in the nearest release.

    in reply to: Bits index out of range. #38737
    Support
    Keymaster

    Could you show it in TeamViewer?

    Support
    Keymaster

    Could you show a few pictures for better understanding of problem?
    Form.Scaled property doesn't work?

    in reply to: TsCurrencyEdit strange behaviours #38735
    Support
    Keymaster

    This problem will be solved in the next Beta version (6.30) I think, please wait few days.

    in reply to: Freeing TPopupMenu caused access violation #38734
    Support
    Keymaster

    Ok, if you will catch this error in the future – could you save and show me an EurekaLog report?

    in reply to: A very confused Problem in ASkinDemo for V6.21 #38733
    Support
    Keymaster

    Thank's for code, but I don't know how to use it… <img src="style_emoticons//unsure.gif” style=”vertical-align:middle” emoid=”:???:” border=”0″ alt=”unsure.gif” />
    Maybe you can give a working example with standard controls?
    Thanks

    in reply to: TsBevel #38674
    Support
    Keymaster

    Постараюсь сделать Bevel таким как он должен быть к выходу следующего релиза на след. неделе.

    Author
    Posts
Viewing 20 posts - 9,581 through 9,600 (of 9,667 total)