Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-27 Thread Sieghard
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-27 Thread Ivanko B
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 :)

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-27 Thread Sieghard
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-26 Thread Ivanko B
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-26 Thread Sieghard
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-25 Thread Ivanko B
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-25 Thread Martin Schreiber
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-25 Thread news.gmane.org
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) {текущий субмод

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-25 Thread Martin Schreiber
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-25 Thread news.gmane.org
> 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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-25 Thread Martin Schreiber
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-25 Thread Martin Schreiber
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-25 Thread news.gmane.org
>> //--- >> procedure tappmainfo.mt1ionewexec(const sender: TObject); >> begin >>twMain.activepageindex:= -1; // < does it remove the previous >> instance ? <<< > > Yes (not tested). It doesn't destroy. -

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-25 Thread news.gmane.org
>> 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 ?

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-25 Thread news.gmane.org
> 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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-25 Thread Martin Schreiber
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-25 Thread news.gmane.org
> 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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-24 Thread Martin Schreiber
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-24 Thread Martin Schreiber
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-24 Thread Sieghard
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-24 Thread Ivanko B
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-24 Thread Sieghard
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-24 Thread news.gmane.org
> 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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-24 Thread Martin Schreiber
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-24 Thread news.gmane.org
>> 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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-23 Thread Martin Schreiber
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 --

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-23 Thread Ivanko B
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-17 Thread Martin Schreiber
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-11 Thread Martin Schreiber
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-11 Thread news.gmane.org
> 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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-10 Thread Martin Schreiber
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,

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-10 Thread news.gmane.org
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-10 Thread Martin Schreiber
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

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-10 Thread Ivanko B
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

[MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-10 Thread Ivanko B
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