Announcement

Collapse
No announcement yet.

Little help with Web Object

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Little help with Web Object

    Hey Ulrich what could be making my dialogEX open twice in this demo?

    Please note this example does add and remove autorun.exe 11001 from your register.

    It also creates a folder and file in your documents folder under the name Flappy Saves, once done please delete it.

    Anyway as you can see from this example it builds the contact list and it has a right click and on click function for the user image, one sets the user name and address in the mine app but when right click should open a dialogEX window what in the future will drop/edit or so on and rebuild a contact list if needed, right now I having a problem with it opening the dialog box twice before it also changed the page to blank#js since I changed it to use loadHTML rather then loading a file, didn't see the need to read and write from a file all the time when changing the contacts I fixed that with web stop and reloading the html history.

    But the dialogEX box is a strange one, keeps opening two dialogs.
    Attached Files
    Plugins or Sources MokoX
    BunnyHop Here

  • #2
    As anyone got any ideas why its opening the DialogEX box twice ? would be helpful if anyone could shed some light on to this, is the navigation section firing twice maybe ?

    This is kind of important to move forward I don't want to rely on a plugin to do this since this way I have almost a unlimited means of supporting contact listing theming.
    Plugins or Sources MokoX
    BunnyHop Here

    Comment


    • #3
      Hi, after enabling support for LuaSQL (sqlite3) in the project, it does not show anything when run in my test environment. Something seems to be a bit off.

      Ulrich

      Comment


      • #4
        I have sent the same example to everyone and it works for them, but I am going to make a new demo without the sqlite later as I changed my app to use another plugin, might as well since I paid for them

        I will post the new example here as from my tests it was doing it without the sqlite also.

        the problem I think is happening is:

        When you click the link its going to blank:#link and when it reloads the HTML its still got that in the On Navagation, and I can't go back as it would go back to blank, tho even if I have nothing in there it will still fire the dialogex twice, I will post a better set of examples later as I think if we can get HTML 5 working with AMS then we are on to a winner for a longer futuer even if there was no more updates

        Thanks for the reply Ulrich.
        Plugins or Sources MokoX
        BunnyHop Here

        Comment


        • #5
          hi kingzooly

          PHP Code:
          Registry.SetValue(HKEY_LOCAL_MACHINE"SOFTWARE\\Microsoft\\Internet Explorer\\MAIN\\FeatureControl\\FEATURE_BROWSER_EMULATION""autorun.exe""11001"REG_DWORD); 
          what this line supposed to do ??

          Comment


          • #6
            Originally posted by startup View Post
            hi kingzooly

            PHP Code:
            Registry.SetValue(HKEY_LOCAL_MACHINE"SOFTWARE\\Microsoft\\Internet Explorer\\MAIN\\FeatureControl\\FEATURE_BROWSER_EMULATION""autorun.exe""11001"REG_DWORD); 
            what this line supposed to do ??
            It's not supposed to do anything it DOES do something it enabled the emulation of IE from IE7 to IE11 as long as you have 11 up installed on the PC as the IE provided by windows to other programs and the web objects are by default set to 7 no matter what version you already installed on the PC so you need to make the computer use 11 so you change the emulation to 11001 for the appname.exe
            Plugins or Sources MokoX
            BunnyHop Here

            Comment

            Working...
            X