NetTalk Central

Author Topic: C8/nt6 Menu and Click on Browse  (Read 2996 times)

hilton

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
C8/nt6 Menu and Click on Browse
« on: November 24, 2011, 03:28:31 AM »
Hi Folks,

I have installed nt6 upgrade (previous nt5.41) and changed my chrome menu to double drop.  It worked fine, however, the character size is ENORMOUS.  How do I change the size? (I know nothing about css by the way).

The second thing is that when I click on a browse, instead of the items in the reset list for this browse being reset and therefore refreshed, I get (on DebugView) error 404 FileRequest=[customermaintenance_browsecustomers_customermaintenance_value] repeated four times.
Customermaintenance is the NETWEBFORM that hosts the NETWEBBROWSE browsecustomers as well as the others(two browses and a display variable) that I want refreshed when browsecustomers is clicked.  The CallClicked routine is being called ok.

The above was fine under nt5.41.

Thanks,
Hilton.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: C8/nt6 Menu and Click on Browse
« Reply #1 on: November 24, 2011, 07:49:56 PM »
Hi Hilton,

Check out the "upgrade" doc with regard to styles on the header. I know what you mean about the enormous text - I got that too when converting some of the examples.

In the end I simplified the headers a lot (see example 2 I think) - the "xhtml" code got a lot simpler and I moved the CSS "up" to the procedure level. The end effect is very nice, and very clean as well.

Keep me posted if you need more.

cheers
Bruce

hilton

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
Re: C8/nt6 Menu and Click on Browse
« Reply #2 on: November 24, 2011, 10:08:13 PM »
Hi Bruce,

Ok that's the menu out of the way!  Thank you very much.

That leaves the second part of my questions regarding the resets not working on related browses and fields.  Please refer to original questions.

Thank you,
Hilton.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile