NetTalk Central

Author Topic: Browse always file loaded  (Read 2036 times)

oggy

  • Full Member
  • ***
  • Posts: 219
    • View Profile
    • Email
Browse always file loaded
« on: May 27, 2020, 11:56:52 PM »
Nettalk 11.36, I have application where all browses is file loaded instead of pageloaded.
In procedure page loading method is page loading, but in generated code, the method is file loaded...
In other application all works well...
For now, for those procedures, I change in code loading method, in SetBrowseOptions embed:
 loc:FileLoading      = Net:pageLoad   ! was AllFileLoaded

but....
« Last Edit: May 28, 2020, 12:01:22 AM by oggy »

oggy

  • Full Member
  • ***
  • Posts: 219
    • View Profile
    • Email
Re: Browse always file loaded - Resolved
« Reply #1 on: May 28, 2020, 01:23:23 AM »
Got it...