Hallo Ivanko,
Du schriebst am Fri, 28 Sep 2012 01:06:32 +0500:
> But didn't you experience a few problems with the IDE recently?
> ===
> It's not a pure IDE+GDB pipeline problem - it's somehow affected by OS
I was asking because your symptoms looked somewhat what I found, except
But didn't you experience a few problems with the IDE recently?
===
It's not a pure IDE+GDB pipeline problem - it's somehow affected by OS
& other programs. And this proble alredy arose 2..3 month ago. But for
sure the IDE shouldn't be so fragile :)
Hallo Ivanko,
Du schriebst am Thu, 27 Sep 2012 03:51:02 +0500:
> Recently MSEgui survived so hard reworking that had been hardly
> usable. But now it's more stable than was before the reworking :)
That's fine, and would really suggest to take another sample. ;-)
But didn't you experience a few p
as I try to find some tolerable
balance between stability and currentness.
==
Recently MSEgui survived so hard reworking that had been hardly
usable. But now it's more stable than was before the reworking :)
--
H
Hallo Martin,
Du schriebst am Tue, 25 Sep 2012 07:12:40 +0200:
> > > an also has some submodule aware "hooks".
> >
> > Which I simply can't seem to find any of. E.g.?
>
> ongetsubform, new in master branch. Can be used to create and show a form
Ah, that's why I cannot find it - it simply isn't
tpoperationsinstancevarpo^.free(); {since ..:= -1 didn't manage it}
>end;
It does for me.
=
Probably me has to clear the class & the instance otherwise they reset
even on switch to page "-1" (thus number doesn't involve special
handling).
PS:
Works well now. BTW, it is felt as a prof
On Tuesday 25 September 2012 14:21:38 news.gmane.org wrote:
> A bit cumbersome code, though:
>
> //--
>
> procedure tappmainfo.mt1ionewexec(const sender: TObject);
> begin
> with dmmainmo,lqrySessionData do begin
>{returning if the needed submodule is active and works in nee
A bit cumbersome code, though:
//--
procedure tappmainfo.mt1ionewexec(const sender: TObject);
begin
with dmmainmo,lqrySessionData do begin
{returning if the needed submodule is active and works in needed mode }
if (tpoperationsinstancevarpo = @mt1inputfo) {текущий субмод
On Tuesday 25 September 2012 12:58:54 news.gmane.org wrote:
> > You want to know the class of the current submodule? git master
> > dcd07d48fca82ce794c2fd0595f70e95090657a7 has a ttabwidget.subform
> > property
> > for convenience.
>
> 1) it's always NIL for me in the below check:
>
> if tpOperatio
> You want to know the class of the current submodule? git master
> dcd07d48fca82ce794c2fd0595f70e95090657a7 has a ttabwidget.subform
> property
> for convenience.
>
1) it's always NIL for me in the below check:
if tpOperations.subform <> nil then begin
[..]
end
2) FreeAndNil(..) doesn't accep
On Tuesday 25 September 2012 12:14:20 news.gmane.org wrote:
> >> //---
> >> procedure tappmainfo.mt1ionewexec(const sender: TObject);
> >> begin
> >>twMain.activepageindex:= -1; // < does it remove the previous
> >> instance ? <<<
> >
> > Yes (not tested).
>
> It doesn't des
On Tuesday 25 September 2012 12:06:13 news.gmane.org wrote:
> > On Tuesday 25 September 2012 11:36:34 news.gmane.org wrote:
> >> > Which where used by tab changing only. I think too you should use
> >>
> >> //---
> >> procedure tappmainfo.mt1ionewexec(const sender: TObject);
> >> be
>> //---
>> procedure tappmainfo.mt1ionewexec(const sender: TObject);
>> begin
>>twMain.activepageindex:= -1; // < does it remove the previous
>> instance ? <<<
>
> Yes (not tested).
It doesn't destroy.
-
>> in which cases should me set "instancevarpo" ? For embedding already
>> created submodules ?
>>
> To access them in your code. Note that it will be nil'd automatically
> after
> destruction of the subform.
Are they those instance vars which are defined in submodule units ?
> On Tuesday 25 September 2012 11:36:34 news.gmane.org wrote:
>> > Which where used by tab changing only. I think too you should use
>> //---
>> procedure tappmainfo.mt1ionewexec(const sender: TObject);
>> begin
>>twMain.activepageindex:= -1; // < does it remove the previo
On Tuesday 25 September 2012 11:36:34 news.gmane.org wrote:
> > Which where used by tab changing only. I think too you should use another
> > container widget. As Sieghard writes, a tsimplewidget has a
> > tcaptionframe for
> > example.
>
> Sure, but me still can't design the exact app interface (t
> Which where used by tab changing only. I think too you should use another
> container widget. As Sieghard writes, a tsimplewidget has a
> tcaptionframe for
> example.
>
Sure, but me still can't design the exact app interface (there'll be more
experimenting) and the tabbed (or mixed) design i
On Tuesday 25 September 2012 01:26:04 Sieghard wrote:
> Hallo Ivanko,
>
> Du schriebst am Tue, 25 Sep 2012 02:08:39 +0500:
> > any container
> > widget will do, no?
> > ==
> > Sure, and tabpage has dedicated & distinguishable info (caption) area
>
> Right, as most of the other widgets
On Monday 24 September 2012 23:08:39 Ivanko B wrote:
> any container
> widget will do, no?
> ==
> Sure, and tabpage has dedicated & distinguishable info (caption) area
> an also has some submodule aware "hooks".
>
Which where used by tab changing only. I think too you should use anot
Hallo Ivanko,
Du schriebst am Tue, 25 Sep 2012 02:08:39 +0500:
> any container
> widget will do, no?
> ==
> Sure, and tabpage has dedicated & distinguishable info (caption) area
Right, as most of the other widgets of Martin, too (even the
"simplewidget" I'm using for that purpose s
any container
widget will do, no?
==
Sure, and tabpage has dedicated & distinguishable info (caption) area
an also has some submodule aware "hooks".
--
Live Security Virtual Conference
Exclusive live event w
Hallo news.gmane.org,
Du schriebst am Mon, 24 Sep 2012 16:26:41 +0500:
> Could You extend Your example so that it'll also shows the single
> tabpage approach as well ?
Just a dumb question: What's a _single_ tab page good for?
AFAIK these things are _defined_ to be used in groups, to be able to
> release() or free() the old and create() the new submodule?
>
Where..when.. how.. :)
Could You extend Your example so that it'll also shows the single tabpage
approach as well ?
--
Live Security Virtual Conference
Ex
On Monday 24 September 2012 10:56:25 news.gmane.org wrote:
> >> Me need to change between different submodules over a single tabpage
> >> of the main form on selection in the main menu. How can
> >> "ttabpage.OnGetSubform" be used in this approach ?
> >
> > Return the wanted submodule class.
>
> Me
>> Me need to change between different submodules over a single tabpage
>> of the main form on selection in the main menu. How can
>> "ttabpage.OnGetSubform" be used in this approach ?
>>
> Return the wanted submodule class.
>
Me don't change between tab pages so there won't be a chance to trigg
On Sunday 23 September 2012 19:39:40 Ivanko B wrote:
> Me need to change between different submodules over a single tabpage
> of the main form on selection in the main menu. How can
> "ttabpage.OnGetSubform" be used in this approach ?
>
Return the wanted submodule class.
Martin
--
Me need to change between different submodules over a single tabpage
of the main form on selection in the main menu. How can
"ttabpage.OnGetSubform" be used in this approach ?
--
Everyone hates slow websites. So do we.
Mak
On Monday 10 September 2012 23:14:02 Ivanko B wrote:
> Me mean smth like a tree view left side selecting each item in that
> displays another form within a fixed placeholder right side. Preparing
> then switching between tab pages on selecting the items isn't
> desirable here since assumes preparin
On Tuesday 11 September 2012 11:14:56 news.gmane.org wrote:
> > Later, no time at the moment.
>
> Me need it today, if possible :)
>
First I must care about SDL, it will take a while.
Martin
--
Live Security Virtual Confe
> Later, no time at the moment.
>
Me need it today, if possible :)
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers c
On Tuesday 11 September 2012 07:46:08 news.gmane.org wrote:
> With the testcase at
> http://www.likan.uz/uploads/mse_testcases/htmlframe.zip, how to switch
> between "zeroinputform" & "mt1inputform" on "mainfo.tpSwitch" using
> actions actZero & actNewMT1 rspectively ? (bound to the mainmenu [1][0,
With the testcase at
http://www.likan.uz/uploads/mse_testcases/htmlframe.zip, how to switch
between "zeroinputform" & "mt1inputform" on "mainfo.tpSwitch" using
actions actZero & actNewMT1 rspectively ? (bound to the mainmenu [1][0,1]):
procedure tmainfo.newmt1exec(const sender: TObject);
beg
On Monday 10 September 2012 23:14:02 Ivanko B wrote:
> Me mean smth like a tree view left side selecting each item in that
> displays another form within a fixed placeholder right side. Preparing
> then switching between tab pages on selecting the items isn't
> desirable here since assumes preparin
Surely, the switchable forms are created in designed in the IDE like
regular forms.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and ho
Me mean smth like a tree view left side selecting each item in that
displays another form within a fixed placeholder right side. Preparing
then switching between tab pages on selecting the items isn't
desirable here since assumes preparing ALL (even possibly unneeded)
these pages on starting applic
35 matches
Mail list logo