Neon

Forum Replies Created

Viewing 11 posts - 41 through 51 (of 51 total)
  • Author
    Posts
  • in reply to: PageControl #38763
    Neon
    Participant
    CODE
    procedure TForm1.Button2Click(Sender: TObject);
    begin
    with TsTabSheet.Create(self) do begin
    Caption:='Page '+inttostr(sPageControl1.PageCount);
    PageControl:=sPageControl1;
    Visible:=True;
    end;
    sPageControl1.ActivePageIndex:=sPageControl1.PageCount-1;
    end;

    And this works too, just make it visible after setting its PageControl.

    in reply to: PageControl #38762
    Neon
    Participant

    Well that's strange… I'm using dynamically created sTabSheets quite often, but couldn't reproduce the problem you described.
    The one difference in my code from listed above is:

    CODE
    ts:=TsTabSheet.Create(Pager);
    ts.Parent:=Pager;
    ts.ImageIndex:=0;
    ts.PageControl:=Pager;

    This way it works well.

    in reply to: Reflected property #38721
    Neon
    Participant

    Hmmm… try to increase button's height <img src="style_emoticons//rolleyes.gif” style=”vertical-align:middle” emoid=”:roll:” border=”0″ alt=”rolleyes.gif” />
    I tried the effect with PNG glyph, and all worked perfectly.

    in reply to: [HELP]Aah, I cant get it installed.. :( #38720
    Neon
    Participant

    You should describe your problem more clearly, if you want the community to help you. With error message and/or screenshot.

    in reply to: Reflected property #38718
    Neon
    Participant

    It controls the reflection of the button's glyph.

    Neon
    Participant

    Имя шкуры и пишите. С чтением и подгрузкой его при запуске приложения. А уж как и куда писать – дело исключительно хозяйское.

    Neon
    Participant

    Она же stable. А Саппорт обещал в следующей бете добавить <img src="style_emoticons//wink.gif” style=”vertical-align:middle” emoid=”;)” border=”0″ alt=”wink.gif” />

    Neon
    Participant

    а PageControl->Invalidate() тоже не канает?

    in reply to: sPageControl + ShowCloseBtns #38639
    Neon
    Participant

    Я использую функцию CutText, чтобы текст заголовка не заезжал на кнопки. А первоначальное значение пишу в Hint.

    in reply to: To use 2 skins in Delphi 2009 Application – How I do? #38486
    Neon
    Participant

    Then put a TsFormProvider to the form and set it to TsSkinManager you need. I hadn't this problem you described, all worked well…

    in reply to: To use 2 skins in Delphi 2009 Application – How I do? #38477
    Neon
    Participant

    You should use two different TsSkinManager components and set one to Golden skin and another to Capuccino.

Viewing 11 posts - 41 through 51 (of 51 total)