1
vote
2answers
31 views
Opinion Mining - What Database Type?
Hi guys,
I am entering a project to make a Opinion Mining (Data Mining -> Web Mining -> Opinion Mining) to get semantic orientation of the words contained. We will use a crawler t …
0
votes
0answers
23 views
openGL position and orientation from modelview matrix
Hello!
My problem is the following:
I have nested object in my opengl scene, and i only know their relative position and orientation.
How do I get the absolute position and orie …
0
votes
3answers
453 views
does iphone 3.0 update support forcing landscape mode from a web app?
The new iPhone 3.0 OS is coming out soon. Does anyone know if it allows web apps to force landscape mode by a meta tag or javascript?
0
votes
0answers
2 views
How to print page 1 in portrait and page 2 in landscape in CRXI
I made a report in CR11.
I want to print it as follows.
Page 1 in portrait orientation and page 2 in landscape orientation.
Is this possible? If it is, how do I do that.
kind …
0
votes
2answers
206 views
NavigationController landscape and potrait problem
i have two viewcontroller one support orientation another not,but when i rotate in second viewcontroller (support orientation)to landscape,and back to first viewcontroller(not supp …
0
votes
0answers
39 views
Seeing a blank screen after handling an orientation change in an OpenGL based application.
I have an OpenGL based iPhone application which handles orientation changes to LandscapeRight and Portrait. I don't see any problem when the orientation changes to Portrait, but in …
1
vote
2answers
337 views
Android WebView handling orientation changes
Hi,
Just started working with the webview. The issue is performance following rotation. The WebView has to reload the page, which can be a bit tedious.
What's the best of of ha …
0
votes
0answers
10 views
CGImage create orientation less image.
Hi,
I want to display an image on the display.
Input images may be orientated. I can't go with CIImages as the images are raw images and it will take up huge amount of CPU and mem …
0
votes
1answer
763 views
Changing modal UIView’s orientation to landscape mode on iPhone
Hi All,
Im having a modal view displayed on top of tab bar controller the orientation of tab bar controller and my modal view is currently in portrait mode, i need to only change …
1
vote
6answers
870 views
Iphone Landscape mode switching to Portraite mode on loading new controller
My app launches in landscape mode correctly and works great:
- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
if(interfaceOrient …
1
vote
1answer
124 views
Using Cups Reverse Orientation on a Postscript file
When using the lp -o orientation-requested=6 in CUPS to print a postscript file, the first page is reversed 180 degrees and then the next page is back to 0 orientation. Third pag …
0
votes
1answer
100 views
IPhone how to properly resize view when rotating device
Hello,
I have been trying to resize my view inside a view Controller with no luck so far. Basically I have a button at the very bottom of my view and when the orientation changes …
2
votes
6answers
1k views
iPhone Development - My application crashes when I change the orientation
Hi,
I'm bumping into this problem where my application gets EXC_BAD_ACCESS error and stucks/stops. I'm using "Rotate Left" & "Rotate Right" options of simulator to simulate th …
1
vote
0answers
47 views
How to find which page orientation user selects in Rave (Delphi 7)
Is there a way to find which page orientation (poLandscape or poPortrait) user selects furing preview setup? I have tried this code:
if RvSystem1.SystemPrinter.Orientation=poPortr …
1
vote
1answer
188 views
How to disable orientation change in Android ?
Hi
I have an application that i just would like to use in portrait mode, so i have defined
android:screenOrientation="portrait" in the manifest xml. This works ok for the htc magi …
