tframe Questions

4

Solved

It happened to me, that the Delphi XE6 IDE forgot all of the TFrame descendants that I created in the past. More specifically, when I click on Standard -> Frames, the dialog for choosing my frames...
Gies asked 27/4, 2018 at 17:56

4

Solved

This seems like a very simple problem, but I cannot get a scrollbox to display scrollbars, and it is driving me crazy. Here is the situation. I need to display a variable number of frames in a por...
Explain asked 27/1, 2012 at 16:29

4

Delphi object inspector doesn't show TFrame descendants's additional properties by design. People tend to suggest using a known trick which is commonly used for showing TForm descendant's propertie...
Benempt asked 14/11, 2008 at 10:2

6

Solved

I'm was trying to write a dll library in Delphi wih a function that creates an instance of a TFrame descendant and returns it. But when I imported this function in an application, every time I call...
Strongbox asked 23/9, 2010 at 6:54

3

Solved

I would like to have a KeyPreview functionality within Frames, I mean, that when the input (say, one of the controls of the frame is selected, or the mouse is inside) is in a frame (which would hav...
Doss asked 13/12, 2014 at 19:9

4

Solved

I have some forms in my application which have different "states" depending on what the user is doing; for exemple when listing through his files the form displays some data about that file in a gr...
Tersina asked 7/6, 2009 at 17:17

1

Hi I have a form with several frames inside. For some of the frames, i wish to scroll the contents (or at least handle the mousewheel event). I have tried the following: Simply assigning a OnMou...
Allieallied asked 10/11, 2011 at 8:11

5

Solved

I've used frames in Delphi for years, and they are one of the most powerful features of the VCL, but standard use of them seems to have some risk such as: It's easy to accidentally move or edit t...
Ruthenian asked 29/4, 2010 at 7:40

2

Solved

How to create (when I want to show it) and destroy (when I want to hide it) frames on the main TForm? Frames' align = alClient. I tried this: The form: unit main; interface uses Windows, Mess...
Accepter asked 15/5, 2012 at 20:59

1

Solved

I have a frame on a form. When I change the frame (add/delete buttons, labels) no changes appear on the form or controls have other positions in the form that in the frame. If to delete the frame f...
Michikomichon asked 4/8, 2011 at 18:50

2

Solved

I just recently begun using TFrames heavily (OK, yes, I've been living under a rock...). I thought frames supported Message hander method declaration--and I've seen many examples of that. So why do...
Spotty asked 22/4, 2011 at 13:8

3

is it posible to create runtime frame and add existing panels like setting the parent of panel to the frame? and when it added, dulplicate the frame and use it? like: f:= Tframe. create(..) ... ...
Clangor asked 9/12, 2010 at 13:53

2

Solved

I often embed a TForm descendant into another TForm descendant like this: var Form1: TForm1; Form2: TForm2; begin Form2.Parent := Form1; Form2.BorderStyle := bsNone; Form2.Align := alClient; ...
Daylong asked 8/12, 2010 at 9:32

4

Solved

How can I simulate an OnDestroy event for a TFrame in Delphi? I naively added a constructor and destructor to my frame, thinking that is what TForm does: TframeEditCustomer = class(TFrame) ... pub...
Remittance asked 20/10, 2010 at 15:4

3

Solved

I am venturing into making my own components in Delphi. I'm having difficulty getting started with component development. I want to make a composite control ie a control made up of several other c...
Adamis asked 24/8, 2010 at 20:37

5

Solved

Every once in a while when I am tweaking my TFrame classes (adding properties, methods, etc), the IDE gets confused and acts as if it thinks the frame is a form, complete with header/caption, borde...
Bladderwort asked 26/2, 2009 at 7:31

7

Solved

yesterday I've started discussion on "MDI vs tabbed interface". I've asked whether should I continue developing my app as MDI-based, or should I embed the child forms into tab sheets. Someone point...
Rampageous asked 23/9, 2009 at 8:47

4

Solved

I was having my usual stroll around and bumped on some frames discussions. I'm mainly a Delphi hobbyist and not a professional, so I had to learn how to use TFrames my own way which is: Create a T...
Esteresterase asked 30/9, 2009 at 10:21

1

Solved

I have been developing a number of components using TFrames and ModelMaker -- I've found the combination of visual design/development + inheritance + ModelMaker to be very compelling. I then regist...
Cm asked 24/6, 2009 at 18:2

2

Solved

Yet another TFrame IDE-registered-component question from me. Thanks for all the help, fellow programmers. : ) Playing around with Darrian's TFrame inheritance suggestion here: Specifics: Basica...
Juxtapose asked 26/2, 2009 at 3:56
1

© 2022 - 2024 — McMap. All rights reserved.