NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on February 18, 2009, 08:11:41 AM
-
Hi,
PR32, MsSql2005
Browse sort column and Locators still does not work.
In both cases you see the busy gif and nothing happens.
You need to refresh the page to see the result.
Please!
THanks
-
More problems,
Same scenario, form with drop that resets a browse.
You change the drop value and nothing happens.
You reste the page and the browse is filtered.
Please help! all my browses stoped to work.
-
Hi Alberto,
>> Please help! all my browses stopped to work.
this usually happens when you forget to refresh your web folder after a build.
Also firebug will probably report an error if you forget to refresh the page.
Especially in the case where stuff "stops working" it's good to know if
firebug is reporting an error.
Cheers
Bruce
-
Hi Bruce,
Sory, I dont know what firebug is.
I will refresh the web folder again but I´n sure I´ve done it.
Thanks
-
Hi Alberto,
firebug is very important to any web developer. Which includes folks using NetTalk. It's an extension to FireFox, but basically lets you "see" everything that's happening under-the-skin. You can change css on the fly (to see the effect it'll have) inspect the html, and you can see the response to each ajax request.
www.getfirebug.com
Cheers
Bruce