[MSEide-MSEgui-talk] onexecute action for tbooleanedit and tbooleaneditradio

2021-03-08 Thread vasi vasi
Practically,  I need something like "onclick" in LCL for these controls.

Why? I have a "Control Panel" with such elements, interconnected, were if
an element is checked, it will check some of the other controls and uncheck
some. If I rely on "onchange" action, that will trigger a chain of events,
in an infinite loop and crash the program.

I do workarounds but that doesn't solve all the cases and it would be great
to have this "onexecute" event like on the buttons included in the official
package.


-- 
Vasi
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Need or not needed domain for MSE ?

2021-03-08 Thread Graeme Geldenhuys


On 08/03/2021 7:55 pm, Roland Chastain wrote:
> Forgive a stupid question, but what would be the purpose of that domain?
> What could we do with it?

Indeed. I nice gesture, but Github already gives code hosting, bug reporting,
CI pipelines, a wiki and a website. It is already known and guaranteed (with
great certainty) to be available and not move any time soon.

Regards,
  Graeme


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Tab with close button X ?

2021-03-08 Thread fredvs
Re-hello.

Ok, the mine works but the button should be independent, with frame that
moves when the mouse move on it and also a independent hint.

Like Firefox does (see picture):

 



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Tab with close button X ?

2021-03-08 Thread fredvs
> You are becoming a MSEgui guru

Thanks Roland but not yet...

For example for the tabs with close button, the button is only a image on
the right of the tab, but not a really button.

And to know if the mouse was clicked on the close-image of the tab, with
mouse position, It is a complicated calculation of width of tabs that
depends of the font-size, also depends of first tab visible, etc...

A good way would be to add a option for tabs: close-button and add a real
button instead of a image, but I dont catch how to do.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Need or not needed domain for MSE ?

2021-03-08 Thread Roland Chastain
Hello Alexander!

Nice to see you here.

Forgive a stupid question, but what would be the purpose of that domain?
What could we do with it?

Regards.

Roland



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Tab with close button X ?

2021-03-08 Thread Roland Chastain
Congratulations Fred. I will take a look. You are becoming a MSEgui guru (to
use a word of yours). :)



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Tab with close button X ?

2021-03-08 Thread Roland Chastain
Thank Graeme you for the name of the component. I made a quick search in my
examples directory. I found several examples, but without close button.

Roland



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Tab with close button X ?

2021-03-08 Thread Roland Chastain
I see. Thank you for the picture.



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Tab with close button X ?

2021-03-08 Thread fredvs
Hello.

I did not find how to do with the original msetabs.pas to make a close
button work.

So I customized it and it works like charm.

The changes for a Tab with close button are in the last commit of ideU.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Tab with close button X ?

2021-03-08 Thread Graeme Geldenhuys
On 08/03/2021 3:47 pm, Roland Chastain wrote:
> What is a tab?

I'm assuming Fred is referring to the Tabs (from TTabWidget) like
those seen in MSEide's editor window.


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] [PATCH 1/1] editor - allow to comment line without selection

2021-03-08 Thread fredvs
Graeme Geldenhuys wrote
> On 07/03/2021 12:58 pm, fredvs wrote:
>> Nice (but you are mse-org member so no need to request, just push it).
> 
> I forgot I have read/write access. I've pushed my changes.
> 
> Regards,
>   Graeme

Thanks!

Fre;D




--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Tab with close button X ?

2021-03-08 Thread fredvs
Hello Roland.

Hum, "a tab" is, in French, "une languette".

It is used mainly when you have many document to jump to one to a other.

In attachment, you may see (under work) the look of tabs with close button.
It is on the way to work but I would be happy to have some idea how to do it
"academically".

tab with button

  

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] [PATCH 1/1] editor - allow to comment line without selection

2021-03-08 Thread Graeme Geldenhuys
On 07/03/2021 12:58 pm, fredvs wrote:
> Nice (but you are mse-org member so no need to request, just push it).
> 
> By the way, I did commit your code for ideU.

I forgot I have read/write access. I've pushed my changes.

Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Tab with close button X ?

2021-03-08 Thread Roland Chastain
Hello Fred!

What is a tab?




--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] Tab with close button X ?

2021-03-08 Thread fredvs
Hello.

How to do to have a tab with a close button ?

Thanks.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk