Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2007
    Location
    HeaveN
    Posts
    534

    help with menubar...

    i need help with menu bar... i cant delete items... and i have problem with blocker...
    Attached Files

  2. #2
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    For blocking websites you can always do the following in the On Navigate page to make sure that it checks before loading the page.

    Code:
    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.

  3. #3
    Join Date
    Mar 2007
    Location
    HeaveN
    Posts
    534
    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 !!!

  4. #4
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by jackdaniels View Post
    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.

  5. #5
    Join Date
    Mar 2007
    Location
    HeaveN
    Posts
    534
    is it anybetter
    Attached Files

  6. #6
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    No, not really.

  7. #7
    Join Date
    Mar 2007
    Location
    HeaveN
    Posts
    534
    chk ur msgbx
    Last edited by jackdaniels; 03-18-2008 at 01:30 AM.

Similar Threads

  1. Replies: 2
    Last Post: 03-28-2007, 04:37 PM
  2. OnTop & MenuBar... How Can Checked ?
    By Soheyl in forum AutoPlay Media Studio 6.0
    Replies: 7
    Last Post: 11-30-2005, 06:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts