Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
sanduro
sanduro's Profile
3
Posts
3
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
G4P on Android mode error (GENERAL)
[1 Reply]
11-Mar-2013 06:11 AM
Forum:
Android Processing
I am not able to run any G4P application on Android.
Following error occurs :
Smooth is not supported by this hardware (or driver)
FATAL EXCEPTION: GLThread 4536
java.lang.VerifyError: g4p_controls/GAbstractControl
at processing.test.g4p_imagebuttons.G4P_ImageButtons.setup(G4P_ImageButtons.java:45)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.opengl.PGL$AndroidRenderer.onDrawFrame(Unknown Source)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1520)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1244)
My application is cut off version of Peter Lager original
import g4p_controls.*;
GImageButton btnGhost;
GLabel lblOut;
long timer;
void setup() {
size(displayWidth, displayHeight, P3D);
smooth(0);
// cursor(CROSS);
String[] files;
files = new String[] {
"ghost0.png", "ghost1.png", "ghost2.png"
};
btnGhost = new GImageButton(this, 40, 90, files);
timer = millis() - 5000;
}
void draw() {
background(220, 220, 255);
// Only display button info for 4 seconds
// if (millis() - timer > 4000) {
// lblOut.setText("CLICK ON A BUTTON");
// }
}
// When a button has been clicked give information aout the
// button
void handleButtonEvents(GImageButton button, GEvent event) {
timer = millis();
}
Any idea
Contributed tools in 2.0b8 : needs to be repackaged according tool guidelines
[4 Replies]
10-Mar-2013 10:52 AM
Forum:
Contributed Library Questions
I am getting weird errors when I am trying to install g4p tool.
It says g4p needs to be repackaged according tool guidelines. Any idea what I have to do ?
Also when I try to import some other tools i get a weird problem that processing cant delete some directiories.
I did try to change folder options but no luck. I am on Windows 7.
Thax for help
San
Scetch folder name ?
[5 Replies]
28-Feb-2013 03:17 AM
Forum:
General Discussion
Hallo
I am trying to automate Android signing of package.
Is there any way as programatically run Export Application frok Scetch and also get the Scetch folder name in variable ?
Thank you
Juraj
«Prev
Next »
Moderate user : sanduro
Forum