-
I think this has come up before on the basic! forum. There are work arounds presumably, but this problem also plagues the debug popup. I would guess this is caused because gr is not part of the ui th…
-
When running the Basic OpenGL app on iOS with support for only Portrait orientation set in the "iPad Deployment Info," the application usually crashes shortly after launch with an EXC_BAD_ACCESS. This…
-
I've not been able to find a workaround for this one yet, but as soon as you override drawRect in any view used in your application the fonts used elsewhere get antialiased.
In Safari the inspector s…
ghost updated
11 years ago
-
We've switched to FMOD as we were never able to get seamless background loops to work with UNTZ. One thing I noticed about your sample iOS setup, is that it never seems to call AKUFmodExUpdate () and…
-
Forum member ACF reports:
"After upgrade to release 1.68 I found that gr.get.pixel doesn't return the actual color of the pixel but returns the color of background." I have confirmed the report; ACF …
-
Forum user lupoman asked about getting the screen density: http://rfobasic.freeforums.org/how-to-query-for-display-dpi-t1240.html
I replied:
> Hi Luis. Good idea. BASIC! doesn't have a command like …
-
# RoboDemo Starter Guide
There are 3 steps to follow to add RoboDemo into your project :
- Create a RoboDemo sublcass like this, providing a `DrawViewAdapter`
``` java
public class MainActivityDemo…
-
The release configuration of an application using ofEvent hangs when using ofAddListener() on a device. The debug configuration does not have this problem. The simulator doesn't have it either.
This …
-
When an app is launched in a landscape view and then rotated to a portrait view, it crashes. When launched in portrait mode, no crashes occur on rotation. Confirmed with cinder/test/iosAppTest on a re…
-
The initial background of a DrawView should not be set with the View.setBackgroud(...) method. Instead the background Bitmap of the DrawView should be set.