Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

You can do very well in speculation where land or anything to do with dirt is concerned.


comp / comp.lang.tcl / Re: Modern alternative to Iwidgets?

SubjectAuthor
* Modern alternative to Iwidgets?Petro Kazmirchuk
`* Re: Modern alternative to Iwidgets?Harald Oehlmann
 `* Re: Modern alternative to Iwidgets?Petro Kazmirchuk
  `- Re: Modern alternative to Iwidgets?Harald Oehlmann

1
Subject: Modern alternative to Iwidgets?
From: Petro Kazmirchuk
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Mon, 19 Aug 2024 16:37 UTC
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: vivid.tree7955@fastmail.com (Petro Kazmirchuk)
Newsgroups: comp.lang.tcl
Subject: Modern alternative to Iwidgets?
Date: Mon, 19 Aug 2024 18:37:26 +0200
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <v9vsc5$2ucpk$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 19 Aug 2024 18:37:25 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="609e912e6af15d57ec3599930bdb7ac9";
logging-data="3093300"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19owTY1uKfvUTF+aVrRGmwG2a1XVW1WrTY="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:+xI8Tu3aOWYE36IUWH7iJKXIkCE=
Content-Language: en-US
View all headers

Hi all,
I'm looking for a reasonably modern alternative to Iwidgets:
- must NOT use snit or itcl
- ideally, written without any C code
- ideally, ttk-aware

Do you think that apave could be a decent candidate?
https://aplsimple.github.io/en/tcl/pave/

Any other good candidates?
Thanks in advance,
Petro

Subject: Re: Modern alternative to Iwidgets?
From: Harald Oehlmann
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Tue, 20 Aug 2024 05:25 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wortkarg3@yahoo.com (Harald Oehlmann)
Newsgroups: comp.lang.tcl
Subject: Re: Modern alternative to Iwidgets?
Date: Tue, 20 Aug 2024 07:25:38 +0200
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <va19ci$38rae$1@dont-email.me>
References: <v9vsc5$2ucpk$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 20 Aug 2024 07:25:39 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="ae9a738f2b69f1a213aa7f858a5cf2d8";
logging-data="3435854"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18JMfYSCTVo7brqxVq+Ll75"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:xDdmcmja5Rdvsm0NfEoe0YXmVJI=
Content-Language: en-GB
In-Reply-To: <v9vsc5$2ucpk$1@dont-email.me>
View all headers

Am 19.08.2024 um 18:37 schrieb Petro Kazmirchuk:
> Hi all,
> I'm looking for a reasonably modern alternative to Iwidgets:
> - must NOT use snit or itcl
> - ideally, written without any C code
> - ideally, ttk-aware
>
> Do you think that apave could be a decent candidate?
> https://aplsimple.github.io/en/tcl/pave/
>
> Any other good candidates?
> Thanks in advance,
> Petro

Petro,
I am not aware of any recent work. I can only say, that Tk 9 has visual
improvements and scalability of all items.
Any solution without Tk9 compatibility is IMHO not future proof.

BWidget is not a candidate. It is not ttk and Tk 9 is a work in progress.

apave looks great.

Thanks for all,
Harald

Subject: Re: Modern alternative to Iwidgets?
From: Petro Kazmirchuk
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Tue, 20 Aug 2024 06:56 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: vivid.tree7955@fastmail.com (Petro Kazmirchuk)
Newsgroups: comp.lang.tcl
Subject: Re: Modern alternative to Iwidgets?
Date: Tue, 20 Aug 2024 08:56:56 +0200
Organization: A noiseless patient Spider
Lines: 31
Message-ID: <va1enn$39mhi$1@dont-email.me>
References: <v9vsc5$2ucpk$1@dont-email.me> <va19ci$38rae$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 20 Aug 2024 08:56:56 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="6cb533eb1ff34af518cf0a36ee4b15bd";
logging-data="3463730"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+48YpUJNE4ETnnmNjsb9ofw6gV82JF238="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:DTzFvMdX68+Hu6mJ5OsgIbjJSlE=
In-Reply-To: <va19ci$38rae$1@dont-email.me>
Content-Language: en-US
View all headers

Thanks,
compatibility with Tk 9 doesn't matter for me, because we can't migrate
from Tcl 8.6

On 20/08/2024 07:25, Harald Oehlmann wrote:
> Am 19.08.2024 um 18:37 schrieb Petro Kazmirchuk:
>> Hi all,
>> I'm looking for a reasonably modern alternative to Iwidgets:
>> - must NOT use snit or itcl
>> - ideally, written without any C code
>> - ideally, ttk-aware
>>
>> Do you think that apave could be a decent candidate?
>> https://aplsimple.github.io/en/tcl/pave/
>>
>> Any other good candidates?
>> Thanks in advance,
>> Petro
>
> Petro,
> I am not aware of any recent work. I can only say, that Tk 9 has visual
> improvements and scalability of all items.
> Any solution without Tk9 compatibility is IMHO not future proof.
>
> BWidget is not a candidate. It is not ttk and Tk 9 is a work in progress.
>
> apave looks great.
>
> Thanks for all,
> Harald

Subject: Re: Modern alternative to Iwidgets?
From: Harald Oehlmann
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Tue, 20 Aug 2024 08:47 UTC
References: 1 2 3
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wortkarg3@yahoo.com (Harald Oehlmann)
Newsgroups: comp.lang.tcl
Subject: Re: Modern alternative to Iwidgets?
Date: Tue, 20 Aug 2024 10:47:20 +0200
Organization: A noiseless patient Spider
Lines: 41
Message-ID: <va1l6n$3am9d$1@dont-email.me>
References: <v9vsc5$2ucpk$1@dont-email.me> <va19ci$38rae$1@dont-email.me>
<va1enn$39mhi$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 20 Aug 2024 10:47:19 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="2739fea07cfa1046bb9937cc68f9c443";
logging-data="3496237"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+BgAisoQebJbnrHN/VxD3k"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:crSqhIGNuTdp60pZlGvHJT1cCRU=
In-Reply-To: <va1enn$39mhi$1@dont-email.me>
Content-Language: en-GB
View all headers

Am 20.08.2024 um 08:56 schrieb Petro Kazmirchuk:
> Thanks,
> compatibility with Tk 9 doesn't matter for me, because we can't migrate
> from Tcl 8.6
>
> On 20/08/2024 07:25, Harald Oehlmann wrote:
>> Am 19.08.2024 um 18:37 schrieb Petro Kazmirchuk:
>>> Hi all,
>>> I'm looking for a reasonably modern alternative to Iwidgets:
>>> - must NOT use snit or itcl
>>> - ideally, written without any C code
>>> - ideally, ttk-aware
>>>
>>> Do you think that apave could be a decent candidate?
>>> https://aplsimple.github.io/en/tcl/pave/
>>>
>>> Any other good candidates?
>>> Thanks in advance,
>>> Petro
>>
>> Petro,
>> I am not aware of any recent work. I can only say, that Tk 9 has
>> visual improvements and scalability of all items.
>> Any solution without Tk9 compatibility is IMHO not future proof.
>>
>> BWidget is not a candidate. It is not ttk and Tk 9 is a work in progress.
>>
>> apave looks great.
>>
>> Thanks for all,
>> Harald
>

Ok.
apave looks really recent.

If you are looking for a megawidget framework, you may also look to the
work of René Zaumseil. See his ETCL talk in Vienna.

Take care,
Harald

1

rocksolid light 0.9.8
clearnet tor