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
2cfbb4ee
Commit
2cfbb4ee
authored
Jun 08, 2012
by
hal
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #23 from jokerlund/foocomp2
Issue 138: delete red errors (second pull request)
parents
b674ce87
1c39a1c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
appinventor/appengine/src/com/google/appinventor/client/ErrorReporter.java
...gine/src/com/google/appinventor/client/ErrorReporter.java
+3
-2
No files found.
appinventor/appengine/src/com/google/appinventor/client/ErrorReporter.java
View file @
2cfbb4ee
...
@@ -36,8 +36,9 @@ public final class ErrorReporter {
...
@@ -36,8 +36,9 @@ public final class ErrorReporter {
* Initializes the ErrorPopup.
* Initializes the ErrorPopup.
*/
*/
ErrorPopup
()
{
ErrorPopup
()
{
super
(
false
);
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
// I'm leaving this setSTyleName line here as a comment, to show the typical way to define
// the style.
// the style.
// I would have preferred to use this method rather than constructing the HTML by hand,
// I would have preferred to use this method rather than constructing the HTML by hand,
...
...
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