Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7577677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T17:14:58+00:00 2026-05-30T17:14:58+00:00

I have three views in my app and I would like to be able

  • 0

I have three views in my app and I would like to be able to hide them and bring them back selectively. I have tried using the following triggered by a button click event:

 if(SurfaceView().isShown()==true){
            SurfaceView().setVisibility(View.INVISIBLE);
        }else if(!SurfaceView().isShown()){
            SurfaceView().setVisibility(View.VISIBLE);
        }

However this usually freezes up the views and then closes the app with no errors except the following :

NvRmChannelSubmitt: NvError_IoctlFailed with error code 14

EDIT: the view that Im referring to is actually the _glsurfaceview in the renderactivity from min3d

public class RendererActivity extends Activity implements ISceneController
{
public Scene scene;
protected static GLSurfaceView _glSurfaceView;

My main activity extend RenderActivity

EDIT: added logcat dump

The only things showing up upon the closing are these

03-02 15:57:00.338: I/Min3D(28364): Renderer.onSurfaceChanged()
03-02 15:57:00.355: D/(28364): NvRmChannelSubmit: NvError_IoctlFailed with error code 14
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T17:14:59+00:00Added an answer on May 30, 2026 at 5:14 pm

    Looks like you might have a copy/paste typo in your code. Are you trying to show the glSurfaceView if the SurfaceView is invisible? If so, try this:

    if( SurfaceView().isShown() )
    {
      glSurfaceView().setVisibility(View.GONE);
    }
    else if ( !SurfaceView().isShown() )
    {
      glSurfaceView().setVisibility(View.VISIBLE);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have three view on the same place. I need to show them like
I have a long running io process that I would like to be able
I have a modal view controller activated in my app, and I would like
I would like to make my virtual instrument app able to being used (via
I have three views each represented by a View controller named firstVC, secondVC and
In one of my iPhone projects, I have three views that you can move
I have an app that populates list views when a view is created. I
In a blog application (which I have mostly built following a tutorial), I would
I have been using SQL CE for a desktop app I am building but
I would like to be able to build a jQuery object from a string

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.