This is a migrated thread and some comments may be shown as answers.

Anchors not responding on Mist Simulator

8 Answers 34 Views
AppBuilder in-browser client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alfredo
Top achievements
Rank 2
Alfredo asked on 06 Jul 2013, 03:48 AM
Hello,

Since couldn't open project in Graphite, used Mist instead. However when testing on simulator anchors does not respond. Placed a button in the header to open a jQuery Mobile panel from the left side but clicking button has no effect.

Just to check opened another project I was working on yesterday with Graphite and didn't work either.

Your help will be appreciated.

Alfredo

8 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 08 Jul 2013, 12:45 PM
Hi Alfredo,

We could not reproduce such a problem in our local tests, including using code from your apps. Can you prepare a sample app that exhibits this issue, so we can investigate?

Regards,
Steve
Telerik

Looking for tips & tricks directly from the Icenium team? Check out our blog!
Missed our first webinar, watch it here.
Share feedback and vote for features on our Feedback Portal.
0
Alfredo
Top achievements
Rank 2
answered on 08 Jul 2013, 01:06 PM
Hi Steve,

Just closed Icenium and opened Mist to try it out, and no, no response from button on top bar. Same App works Ok in Graphite. It happens in every registered solution I have in my account.

Here is a fragment of the code:

<!-- Left menu panel -->
            <div data-role="panel" id="menu" data-display="overlay" data-position="left">
                <div class="nav">
                    <ul data-role="listview" data-inset="true" class="ui-icon-alt" data-theme="e">
                        <li><a href="#store">Store</a></li>
                        <li><a href="#howto">How to Play</a></li>
                        <li><a href="#info">Parent Info</a></li>
                        <li><a href="#play">Play</a></li>
                        <li><a href="#score">Score</a></li>
                        <li><a href="#setup">Settings</a></li>
                        <li><a href="#stats">Statistics</a></li>
                        <li><a href="#version">Version Changes</a></li>
                        <li><a href="#share">Share</a></li>
                    </ul>
                </div>
            </div><!-- /panel -->
            
            <!-- Homescreen -->
            <div data-role="header">
                <h1>Shape Match</h1>
                <a href="#menu" data-icon="bars" data-theme="e" class="ui-btn-right">Menu</a>
            </div>
            <div data-role="content">
                <img src="images/ted.png" id="ted" width="64" height="54" />
                <img src="images/ted_lg.png" id="tedlarge" width="181" height="66" />
                <img src="images/smhomescreen.png" id="homescreen" height="546" width="750" />
                <img src="images/pam.png" id="pam" width="81" height="43" />
                <img src="images/pam_lg.png" id="pamlarge" width="233" height="49" />
                <img src="images/banner_low.png" id="banner" width="525" height="40" />
            </div>
        </div><!-- Homescreen -->
0
Alfredo
Top achievements
Rank 2
answered on 08 Jul 2013, 01:11 PM
Hi Steve,

Just closed Icenium and opened Mist to try it out, and no, no response from button on top bar. Same App works Ok in Graphite. It happens in every registered solution I have in my account.

Something similar  happened in the past with other systems. Apparently there's some latency problem or a slow internet connection that prevents some code to be initialized.

Code is standar jQuery Mobile. No crazy stuff here.
0
Steve
Telerik team
answered on 08 Jul 2013, 01:51 PM
Hi Alfredo,

I've just tested your tarot... app in Mist's simulator and everything seems to be working. Would appreciate if you provide us with steps to reproduce the problem or isolate this in a simpler project. Also does this work for you on another project, for instance one created from the Blank application template?

Regards,
Steve
Telerik

Looking for tips & tricks directly from the Icenium team? Check out our blog!
Missed our first webinar, watch it here.
Share feedback and vote for features on our Feedback Portal.
0
Alfredo
Top achievements
Rank 2
answered on 08 Jul 2013, 02:29 PM
Hi Steve,

Found something interesting! I'm working on a Laptop with a second monitor. Opened Mist and clicked run on simulator. Window opened and clicked the top bar button right away. It worked! However took simulator window and positioned in second monitor and stopped working!

Even if re-positioned simulator window back to Laptop, button does not respond anymore!
It happens in two Apps, Tarot and Shape Match.

Thank you!
0
Alfredo
Top achievements
Rank 2
answered on 08 Jul 2013, 02:34 PM
Steve,

I'm having difficulties posting as is marked as "invalid". Latest test showed that if simulator is placed over a second monitor I'm using, anchors don't respond even if window is taken back to primary monitor. If window is left on primary monitor when opening simulator for the first time,  App works as expected.

This is true for every App in my account. However, all of a sudden went back to Graphite and simulator is hanging out never loading App (blue circle spining forever (sorry!). Tried placing over primary monitor but no luck!

Filled a hole but opened another one! I'm sorry!

Thank you!
0
Alfredo
Top achievements
Rank 2
answered on 08 Jul 2013, 05:51 PM
Steve,

Mist seems to be working ok now as long as I keep the simulator on the primary screen. However Graphite simulator is locked in eternal loading, unresponsive to refresh, reload or debug.

Uninstalled Graphite and installed again but no luck. There was an error in my javascript (a missing bracket) but even after fixing it the simulator remained locked.

Your help will be appreciated.
0
Steve
Telerik team
answered on 09 Jul 2013, 03:11 PM
Hello Alfredo,

We cannot reproduce this locally with your project irrelevant of whether the simulator is on the main window or the secondary. Can you please try the following procedure to cleanup your Graphite's installation:

  1. Close all Icenium Graphite instances. Open the Task Manager and make sure that there are no running processes with the name Icenium.Graphite.exe
  2. Delete all contents in the %localappdata%\Temp\IceDeviceSimulator folder.
  3. Delete all contents in the  %localappdata%\Telerik\BlackDragon\Cache folder.
  4. Delete local application %localappdata%\Telerik\BlackDragon\<your_email>\<your_app>

Regards,
Steve
Telerik

Looking for tips & tricks directly from the Icenium team? Check out our blog!
Missed our first webinar, watch it here.
Share feedback and vote for features on our Feedback Portal.
Tags
AppBuilder in-browser client
Asked by
Alfredo
Top achievements
Rank 2
Answers by
Steve
Telerik team
Alfredo
Top achievements
Rank 2
Share this question
or