Hi all. I'm trying to do a simple interface to a data base, using controlP5. Everything it's fine, except when it comes to show the result of a query. I'd like to have it in a tabular like arrangement. For the horizontal display both list and textArea are fine, but i cannot get any vertical alignment of the rows... it's possible to do it in processing with controlp5? Any hints?
Hi all! I've played a bit with the (excellent) unfolding maps library for processing. I've menaged to create and handle markers extending the AbstractMarker class, but i've noticed that this class is especially aimed to plot single point on a map. That's fine for displaying cities, but i can't find an appropriate way to display paths (i.e. state boundaries). What i'm asking if it's possible to have two marker manager for the same map, so i can define a cityMarker and a boundaryMarker, so i can turn it on/off indipendently. Suggestion?
Hi all! I'm trying to create a checkbox, using a set of images to show is status. I'm encountering two problems:
- i'm not able to show a label describing the item
- when i click on the checkbox, i get the error: java.lang.NoSuchMethodException: chkbox_image.theChkbox(int)
I all! I'd like to make a listBox where a list of items is presented. When i choose an item, this one is greyed out from the list (not removed!). If the item is clicked again, his status (and appearance) are changed again. Any hints?
Sorry if it's a stupid question, but i've made some test and googled a bit without getting any clue.
In short: when i add buttons (or whatever) to a group, the group dimension (the height, especially) are not updated accordingly. So some button is draw outside of group background. With setWidth() i've found that it' possible to change the width of the group, but i've not been able to change the height. The .setHeight() don't work as expected (seems to change only the label bar height).
If someone have some clue it will be nice...
When i create a map, i'd like to see displayed only the contents
inside the map. So markers, lines, etc. with coordinates that are outside map boundaries should be clipped. To made the question clear, just see the GeoRSSMarkerApp example with map dimension modified to explain the problem: