Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 3    Views: 58

TVanTasel
buzztouch Evangelist
Profile
Posts: 5
Reg: Feb 13, 2012
Willliamsburg, ...
10,550
04/19/16 02:58 PM (7 years ago)

Design Live Mode Problems - coding error in BT_application.java

Came across this today while doing some troubleshooting. In BT_application.java, under the 'getters and setters' section, the 'setCurrentMode' is referencing the 'version' data field rather than the 'currentMode' data field. Around line 682 I change this: public void setCurrentMode(String currentMode) { this.version = currentMode; } To This: public void setCurrentMode(String currentMode) { this.currentMode = currentMode; //this is correct } - Todd
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
04/19/16 03:55 PM (7 years ago)
Hah! Nice catch! Cheers! -- Smug
 
DougJoseph
Aspiring developer
Profile
Posts: 161
Reg: Jan 30, 2016
Stonewood
2,210
like
11/17/17 08:52 AM (6 years ago)
Is this tweak sufficient to correct/fix the ongoing Live v. Design Mode issue?
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
11/20/17 04:00 AM (6 years ago)
No sorry, it won't. That's going to require surgery and a little redesign on the server side. Cheers! -- Smug
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.