momith

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: framebar in bcb #48341
    momith
    Participant

    thanks!! now it's much better than before!

    I changed the framesection of the frameadapter to “BARPANEL” and now the result is perfect! 🙂

    Thanks a lot!

    in reply to: framebar in bcb #48334
    momith
    Participant
    'Support' wrote:

    Where you uses this code? In the OnCreateFrame event?

    yes.

    void __fastcall Tmainform::sFrameBar1Items0CreateFrame(TObject *Sender,

    TCustomFrame *&Frame)

    {

    Frame = new TFrame1(NULL);

    Frame->Parent=this;

    }

    in reply to: framebar in bcb #48318
    momith
    Participant

    I just have 2 another questions

    when i use the code of my previous post the frame is placed more on the left side than the Title-Button's side.

    furthermore there are so many bugs after clicking the title2 and by using more than one frame (title1->frame1; title2->frame2 …)?! (title1->frame1; title2->frame1 … is possible!)

    in delphi you don't have to do anything. but i want the framebar in bcb6 looking nice, too 🙂

    and before programming an own framebar (i've already started) it would be great to know any other option to fix that?! 😀

    momith

    in reply to: framebar in bcb #48316
    momith
    Participant

    oh yeah 😀 I got it 😛

    Frame = new TFrameDemo(NULL);

    Frame->Parent = this;

    the search engine of this forum is great!!

    and sorry for my bad english 😀

Viewing 4 posts - 1 through 4 (of 4 total)