We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Tabs : Hide/Unhide feature (Read 2423 times)
Tabs : Hide/Unhide feature
Jun 19th, 2005, 10:46am
 
Not so much a bug, but, an annoying feature:

When you hide a tab, processing no long compiles it with the rest of your code. I'm working on a library with lots of files, so I hid some of them, clicked play/compile and got a bunch of 'class not found' errors.

I would prefer to hide several files but still have them compile along with the rest of the files when I hit play avoiding this error.

Alternatively, when the tabs go off the edge of the screen, you could automatically create a drop down arrow listing the remaining tabs.
Re: Tabs : Hide/Unhide feature
Reply #1 - Jun 20th, 2005, 11:33pm
 
that's the way it's intended to work. it's so you can temporarily remove a file from a sketch without deleting it entirely, since p5 has no "project" file and just loads everything in the folder.

i'll implement the dropdown thing sometime soon (though if you have that many tabs, wouldn't you rather use eclipse?) but for now it's the "When you have too many tabs, things get ugly" item in the faq: http://processing.org/faq/bugs.html#known
Re: Tabs : Hide/Unhide feature
Reply #2 - Jun 20th, 2005, 11:58pm
 
Yes, I've got eclipse now, and even BlueJ has ok support for multiple files, I guess I'm just pushing Processing around its limits. I only had so many tabs because I was making a library.

It would be nice if I could do all of this from within processing, since the pre processor is such a nice feature and simplifies the way I program.
Re: Tabs : Hide/Unhide feature
Reply #3 - Jun 21st, 2005, 4:21pm
 
yeah, we initially planned that, but decided we were just trying to do too much.. we're trying to keep p5 from being a full-blown ide (or having to add a "basic" and "advanced" mode) since if we try to become all things to all people it's just gonna turn into bloatware.
Re: Tabs : Hide/Unhide feature
Reply #4 - Jun 21st, 2005, 5:20pm
 
Perhaps then you just need to stregthen your links with other IDEs, suggesting to more advanced visitors what they should do beyond using processing if they want to do more with java, but building on the processing library.

I think an official tutorial (instead of relying on the forum) should be made to help people use Processing in other packages - explaining the limitations of processing and how using another program might overcome such problems.
Re: Tabs : Hide/Unhide feature
Reply #5 - Jun 22nd, 2005, 6:49pm
 
sure, we'd love an official tutorial. would you like to write one?

as with so many of the things on the suggestions board, it's not for our lack of wanting better documentation, more features, etc.. it's just that there's a limit to what casey and i can do since processing is developed in our free time. of course we "should" have a tutorial about it. we also "should" have a book about processing done by now and been at 1.0 two years ago, but hey, who's counting? Wink

since the project is open, you've got all the code, and you've got free tech support from me who's writing (almost) all the code, there's plenty of room for you and others to contribute this sort of thing. toxi has his eclipse tutorial which casey recently updated for beta, and there's the howto in the libraries folder, somewhere in between that oughta be able to get you started on writing a good tutorial for us.

we also plan to add a "dev" section of the site that will start covering more of these things, which casey and i will be hashing out when i see him this weekend.
Re: Tabs : Hide/Unhide feature
Reply #6 - Jun 23rd, 2005, 12:59am
 
Let me get some more work (and documentation) done for MyGUI first then, then I'd be glad to help out by writing something of that nature.
Page Index Toggle Pages: 1