hi...
I'm making a program in which I wish to retrieve data from MySQL as
database and get that displayed in a separate window which pops up by
clicking on a particular icon. I'm finding a problem in including the
pop up windows as I need to include almost 30 pop up windows which
should pop up corresponding to the particular icons when clicked.
Hi
Am coding a program, the output of this program is stuffed with a number of icons which are to further act as buttons. These icons are hard coded. I find a problem when I transfer my program to some other machine with a comparatively smaller screen. Some of the icons at the outer edges go beyond the vision.
Can anyone suggest how to make these icons flexible to space themselves according to the screen?
Hi
I am drawing graphs in my program and I wish to write the specifications of Y-axis parallel to it in a vertical form. Is it possible to make the added string visible in a vertical position?
I wish to create a program using multidimensional data stored in different csv files. Is it possible to retrieve data from multiple files while using Processing? Also how can I retrieve the data values from file B corresponding to a data field in file A?