Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
b4aca01f
Commit
b4aca01f
authored
Jun 07, 2012
by
Johanna Okerlund
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Error message hide on mouse click
parent
ab31b8a2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
appinventor/appengine/src/com/google/appinventor/client/ErrorReporter.java
...gine/src/com/google/appinventor/client/ErrorReporter.java
+1
-2
appinventor/appengine/src/com/google/appinventor/client/TopPanel.java
...appengine/src/com/google/appinventor/client/TopPanel.java
+0
-1
appinventor/appengine/src/com/google/appinventor/client/widgets/Toolbar.java
...ne/src/com/google/appinventor/client/widgets/Toolbar.java
+1
-0
No files found.
appinventor/appengine/src/com/google/appinventor/client/ErrorReporter.java
View file @
b4aca01f
...
...
@@ -36,8 +36,7 @@ public final class ErrorReporter {
* Initializes the ErrorPopup.
*/
ErrorPopup
()
{
//super(false);
super
(
true
);
//JOHANNA
super
(
true
);
//constructor for PopupPanel class. "True" initializes the "auto-hide" variable
// I'm leaving this setSTyleName line here as a comment, to show the typical way to define
...
...
appinventor/appengine/src/com/google/appinventor/client/TopPanel.java
View file @
b4aca01f
...
...
@@ -116,7 +116,6 @@ public class TopPanel extends Composite {
debugging
.
addClickHandler
(
new
ClickHandler
()
{
public
void
onClick
(
ClickEvent
event
)
{
ode
.
switchToDebuggingView
();
ErrorReporter
.
hide
();
///JOHANNA
}
}
);
...
...
appinventor/appengine/src/com/google/appinventor/client/widgets/Toolbar.java
View file @
b4aca01f
...
...
@@ -10,6 +10,7 @@ import com.google.gwt.user.client.ui.HorizontalPanel;
import
com.google.gwt.user.client.ui.MenuItem
;
import
com.google.gwt.user.client.ui.PopupPanel
;
import
java.util.HashMap
;
import
java.util.List
;
import
java.util.Map
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment