# Multiple window views PVRVFrame

**URL:** https://forums.imgtec.com/t/multiple-window-views-pvrvframe/2163
**Category:** PowerVR Insider
**Tags:** pvrvframe
**Created:** [September 15, 2014, 3:01am UTC](https://forums.imgtec.com/t/multiple-window-views-pvrvframe/2163 "2014-09-15T03:01:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ganesh-2](https://avatars.discourse-cdn.com/v4/letter/g/4491bb/32.png) [@ganesh-2](https://forums.imgtec.com/u/ganesh-2)
#### Post date: [September 15, 2014, 3:01am UTC](https://forums.imgtec.com/t/multiple-window-views-pvrvframe/2163/1 "2014-09-15T03:01:53Z")

</div>

Hello,  
  
  
  
I have been trying to create multiple views (separate windows) using the PVRVFrame emulator, but so far have been unsuccessful , in doing so.I tried creating separate contexts , sharing contexts etc.  
  
  
  
Any help regarding this problem would be helpful.  
  
  
  
Regards,  
  
Ganesh

---

<div class="post-metadata">

### Author: ![ChrisPenrose](https://avatars.discourse-cdn.com/v4/letter/c/e36b37/32.png) [@ChrisPenrose](https://forums.imgtec.com/u/ChrisPenrose)
#### Post date: [September 15, 2014, 7:54am UTC](https://forums.imgtec.com/t/multiple-window-views-pvrvframe/2163/2 "2014-09-15T07:54:17Z")

</div>

Hi Ganesh  
  
  
  
Are you having trouble during the setup of your rendering contexts, or when trying to render?

---

<div class="post-metadata">

### Author: ![ganesh-2](https://avatars.discourse-cdn.com/v4/letter/g/4491bb/32.png) [@ganesh-2](https://forums.imgtec.com/u/ganesh-2)
#### Post date: [September 15, 2014, 11:21am UTC](https://forums.imgtec.com/t/multiple-window-views-pvrvframe/2163/3 "2014-09-15T11:21:54Z")

</div>

Hi,  
  
  
  
It was a problem with my code, i was blocking the windows UI thread until the opengl thread(render thread) was done initializing the secondary view,but the opengl thread was waiting for the windows UI thread, I am using wxWidgets, specifically the call to eglMakeCurrent was not returning . The single context multiple views works just fine.  
  
  
  
Regards,  
  
Ganesh
