Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
vuzuggu
vuzuggu's Profile
2
Posts
0
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
GiCentre Utils Line Chart using Dates
[1 Reply]
26-Mar-2012 10:38 AM
Forum:
Contributed Library Questions
I am trying to create a Line Chart of prices of stocks using dates instead of a Float[].
Is this possible?
Put a scrollbar for Text Paragraph
[2 Replies]
22-Mar-2012 10:02 AM
Forum:
General Discussion
I have a a bunch of text being displayed from an Array List. I would like to make it a set Height and then have a scrollbar if the text exceeds the Height. I am using the ScrollBar code from
https://forum.processing.org/topic/vertical-scrollbar
But I am having issue with
image(right, leftWidth, height/2-rightWidth/2 + rightPos*2);
I presume I need to wrap the text in something but I am out of ideas. I'd really appreciate any help.
for (int j = 0; j<dataSubSet.size(); j++) {
data theData = (data)dataSubSet.get(j);
text(theData.company, 20, x);
text(theData.se, 360, x);
text(theData.price, 485, x);
text(theData.date, 555, x);
x = x + 20;
}
«Prev
Next »
Moderate user : vuzuggu
Forum