NetTalk Central

Author Topic: Popup Screen from Other Button shows nothing  (Read 3030 times)

jorgemir

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • Email
Popup Screen from Other Button shows nothing
« on: March 21, 2011, 09:41:53 AM »
Hi. converting my form screen to popup from "other" button and it shows nothing, only the windows. Without the popup option it shows the  form. Is anything special to do when using this option? It is very-very nice to have it.
By the way, after shows the empty screen, it pops an exception. Have to kill webserver.

Exception occurred at address 0043CF1D
Exception code C0000005: Access Violation
Process PID=58648  Image: C:\PolloNetHome\Pollonet\Pollonet.Exe
Thread 3  Handle=0000033C  TID=57356

EAX=0000731A    EBX=00000000    ECX=005101AC    EDX=002AF1D0
ESI=03507F70    EDI=0050C870    EBP=0343FF34    ESP=0343F96C
EIP=0043CF1D    FLG=00010202

Call Stack:
0043CF1D
010A1A17


 Thanks.
Jorge
« Last Edit: March 21, 2011, 09:47:25 AM by jorgemir »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11245
    • View Profile
Re: Popup Screen from Other Button shows nothing
« Reply #1 on: March 21, 2011, 09:14:14 PM »
So the way a popup works is that it "appears" instantly when you click the link, but at the same time it makes a call to the server to "populate" the popup. This combination delivers the immediate feedback to the user we want, but also doesn't make the "parent" page unnecessarily large.

In your case the request to populate the form is GPF'ing - which means the popped-up-window never gets populated.

It's hard to diagnose with just the numbers - that's what GPF Reporter is for - however the most common cause of a GPF on a form is where a "memo" field (in a file) is used, and the file itself is not open.

It's possible this is your bug (start by commenting out your embed code) but it might also be mine - in which case an example would be appreciated.

cheers
Bruce