View Full Version : help with menubar...
jackdaniels
03-17-2008, 03:31 PM
i need help with menu bar... i cant delete items... and i have problem with blocker...
ShadowUK
03-17-2008, 03:53 PM
For blocking websites you can always do the following in the On Navigate page to make sure that it checks before loading the page.
01 local SearchFor = "google";
02
03 if (String.Find(e_URL, SearchFor, 1, false) == -1) then
04 -- The website is not blocked.
05 return 0
06 else
07 -- The website is blocked.
08 return 1
09 end
This goes in On Navigate of the Web object and is completely untested.
Edit:
Tested and working.
jackdaniels
03-17-2008, 03:55 PM
thanks for help but i first want to solve the problem of menubar... i cant delete the sites... i dont know what the problem is !!!
ShadowUK
03-18-2008, 02:02 AM
thanks for help but i first want to solve the problem of menubar... i cant delete the sites... i dont know what the problem is !!!
I'm not sure about that as it's in a different language, So I don't understand what parts of the GUI mean.
jackdaniels
03-18-2008, 02:08 AM
is it anybetter
ShadowUK
03-18-2008, 02:16 AM
No, not really.
jackdaniels
03-18-2008, 02:20 AM
chk ur msgbx
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.