hi list,
i don't see "messages" (ctrl+2) in graph on parent.
is this a feature or bug ?
pd-0.37-1 / suse8.2
cheers -andre ps. i do see the other gui objects in GOP...
Feature -- messages aren't considered GUI objects (they don't show state).
cheers Miller
On Sun, Nov 23, 2003 at 10:06:54PM +0100, Andre Schmidt wrote:
hi list,
i don't see "messages" (ctrl+2) in graph on parent.
is this a feature or bug ?
pd-0.37-1 / suse8.2
cheers -andre ps. i do see the other gui objects in GOP...
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hallo, Andre Schmidt hat gesagt: // Andre Schmidt wrote:
i don't see "messages" (ctrl+2) in graph on parent.
is this a feature or bug ?
pd-0.37-1 / suse8.2
cheers -andre ps. i do see the other gui objects in GOP...
It's a feature. You only see GUI objects in the parent patch (and some flext objects, that use attributes, which I'm not sure if I like to see on the parent).
Frank Barknecht _ ______footils.org__
It's a feature. You only see GUI objects in the parent patch (and some flext objects, that use attributes, which I'm not sure if I like to see on the parent).
Duh! Since i don't use GOPs i didn't know about the visible flext objects. Is this true for all attribute-enabled objects and also for a recent build? I _thought_ they should be correctly invisible....
greetings, Thomas
Hallo Thomas, Thomas Grill hat gesagt: // Thomas Grill wrote:
Duh! Since i don't use GOPs i didn't know about the visible flext objects. Is this true for all attribute-enabled objects and also for a recent build? I _thought_ they should be correctly invisible....
This is so with
//! \brief flext version number #define FLEXT_VERSION 500
//! \brief flext version string #define FLEXT_VERSTR "0.5.0pre"
and for example "pool" from Nov 8. I have yet to try later versions.
Frank Barknecht _ ______footils.org__
Hi Frank, the issue is also present with the current flext cvs version, but i think i know how to correct it. It will take some time though because i'm a bit distressed at the moment....
best greetings, Thomas
----- Original Message ----- From: "Frank Barknecht" fbar@footils.org To: PD-list@iem.at Sent: Monday, November 24, 2003 11:34 AM Subject: Re: [PD] message in GOP
Hallo Thomas, Thomas Grill hat gesagt: // Thomas Grill wrote:
Duh! Since i don't use GOPs i didn't know about the visible flext
objects.
Is this true for all attribute-enabled objects and also for a recent
build?
I _thought_ they should be correctly invisible....
This is so with
//! \brief flext version number #define FLEXT_VERSION 500
//! \brief flext version string #define FLEXT_VERSTR "0.5.0pre"
and for example "pool" from Nov 8. I have yet to try later versions.
ciao
Frank Barknecht _ ______footils.org__
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hallo, Thomas Grill hat gesagt: // Thomas Grill wrote:
the issue is also present with the current flext cvs version, but i think i know how to correct it. It will take some time though because i'm a bit distressed at the moment....
Take your time. It's not that bad, because I tend to hide most non-GUI stuff in subpatches anyway.
Frank Barknecht _ ______footils.org__
Hi Frank, with the flext cvs version from tomorrow all flext objects should be correctly invisible in GOPs. (please report any newly introduced side-effects...)
best greetings, Thomas
ps. i do see the other gui objects in GOP...
It's a feature. You only see GUI objects in the parent patch (and some flext objects, that use attributes, which I'm not sure if I like to see on the parent).
Hallo, Thomas Grill hat gesagt: // Thomas Grill wrote:
with the flext cvs version from tomorrow all flext objects should be correctly invisible in GOPs. (please report any newly introduced side-effects...)
Cool, I'll try it tomorrow, or maybe Saturday. BTW: I only briefly could try the new pool. Saving xml works fine, but after loading I sometimes get lots of errors like this when trying to print out the content:
error: flext: Internal error in file source/flatom_pr.cpp, line 52 - please report pool - printroot: error retrieving directories
I am however using a slightly older flext version (the one in Debian experimental), and will update it tomorrow.
Frank Barknecht _ ______footils.org__
Hi Frank, tomorrow's pool cvs version will have the mentioned XML load bug fixed. (btw, i'm still open for changes to the XML format... the current one has the problem, that <key> items for a directory can in principle appear after many <value> items, which makes loading difficult - therefore, currently the <key> MUST appear first - a thing that can't be checked by a DTD, i guess)
many thanks, Thomas
Cool, I'll try it tomorrow, or maybe Saturday. BTW: I only briefly could try the new pool. Saving xml works fine, but after loading I sometimes get lots of errors like this when trying to print out the content:
error: flext: Internal error in file source/flatom_pr.cpp, line 52 -
please report
pool - printroot: error retrieving directories