Re: [PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-14 Thread Julian Brooks
Hey Alexandre, Glad you got it sorted. Hope you don't mind me saying... it's not good form to be dissing those offering assistance (esp. when asking for more help). Wouldn't have troubled you to just upload the object, and your responses came over a bit arsey to be honest (though am sure they wer

Re: [PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-13 Thread Alexandre Torres Porres
SOLVED! Em qua, 13 de fev de 2019 às 15:30, Alexandre Torres Porres < por...@gmail.com> escreveu: > > My best guess was to comment out line 455 - if (glist->gl_havewindow) - > in the comment_vis method, but that wasn't it, and all the other attempts > I did were more gratuitous guesses that led

Re: [PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-13 Thread Alexandre Torres Porres
There's no need to test it, it's been tested and it ain't visible inside a subpatch with GOP, no doubt about it. I just needed help in the code to figure out how to make it visible or what's wrong with it: https://github.com/porres/pd-cyclone/blob/master/cyclone_ objects/binaries/control/comment.c

Re: [PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-13 Thread Simon Iten
and i would gladly test it, if the external would be included, but i have no intention to install the whole cyclone package. > On 13 Feb 2019, at 17:05, Simon Iten wrote: > > thanks, yes that was it. :-) > > >> On 13 Feb 2019, at 16:56, Lucas Cordiviola > > wro

Re: [PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-13 Thread Lucas Cordiviola
I think Simon was saying that he external was not included in the "Attach" of the "test patch" you send a couple of messages back in this thread. :) Mensaje telepatico asistido por maquinas. On 2/13/2019 12:40 PM, Alexandre Torres Porres wrote: I can only assume you're trying to load this obje

Re: [PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-13 Thread Simon Iten
thanks, yes that was it. :-) > On 13 Feb 2019, at 16:56, Lucas Cordiviola wrote: > > I think Simon was saying that he external was not included in the "Attach" of > the "test patch" you send a couple of messages back in this thread. > > > > :) > > Mensaje telepatico asistido por maquinas.

Re: [PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-13 Thread Alexandre Torres Porres
oh, well, then cyclone is easily available via deken or here :) https://github.com/porres/pd-cyclone/releases/tag/cyclone0.3rc1 - we're only missing Linux32 and arm/pi binaries Em qua, 13 de fev de 2019 às 13:56, Lucas Cordiviola escreveu: > I think Simon was saying that he external was not incl

Re: [PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-13 Thread Alexandre Torres Porres
I can only assume you're trying to load this object in purr data, if so, I have to say: - This is not the pd-l2ork/purr data list :) - All GUI objects in Purr Data had to be rewritten as it uses a different programming language. So no GUI object written for Pure Data in tcl/tk works in Purr Data.

Re: [PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-13 Thread Alexandre Torres Porres
what do you mean it is not included? cause it's always been included! You can test this even with Pd Extended. How did you download and install it? cheers Em qua, 13 de fev de 2019 às 05:12, Simon Iten escreveu: > since the external is not included i get a “…couldn’t create” in the > console fo

Re: [PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-12 Thread Simon Iten
since the external is not included i get a “…couldn’t create” in the console for comment, and not surprisingly it does not display… > On 12 Feb 2019, at 14:16, Alexandre Torres Porres wrote: > > The object is not visible in a GOP (graph on parent). > > Unlike every other GUI object/external o

Re: [PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-12 Thread Alexandre Torres Porres
btw, are there any tutorials on how to write GUI externals for Pd out there? Em ter, 12 de fev de 2019 às 11:16, Alexandre Torres Porres < por...@gmail.com> escreveu: > The object is not visible in a GOP (graph on parent). > > Unlike every other GUI object/external out there (and atom boxes or Pd

Re: [PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-12 Thread Alexandre Torres Porres
The object is not visible in a GOP (graph on parent). Unlike every other GUI object/external out there (and atom boxes or Pd's comment), it is not visible in a subpath with a GOP. here's a test patch cheers Em ter, 12 de fev de 2019 às 06:49, IOhannes m zmoelnig escreveu: > On 12.02.19 06:28

Re: [PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-12 Thread IOhannes m zmoelnig
On 12.02.19 06:28, Alexandre Torres Porres wrote: > Hi folks, I'm working on cyclone/comment, the last object we need to update > in cyclone, and I need help. so what is the problem? fgsmdr IOhannes signature.asc Description: OpenPGP digital signature __

[PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-11 Thread Alexandre Torres Porres
Hi folks, I'm working on cyclone/comment, the last object we need to update in cyclone, and I need help. I haven't learned much (if any) when it comes to GUIs in Pd. I've tried all I could and I'm giving up, but I assume this must be so trivial and simple for a more experienced GUI coder out there