|
Post by part141 on Nov 27, 2014 9:49:04 GMT -5
I made a simple app using RB and it works. But how do I get back to edit the code? It will show up on a different computer, no problem... But how can I change the code, it now just shows the app in the browser??? I think it might be something with login key according the help files, but how it this used? What variable should I put in it? Where do I place it in the program?
How do I get my editor back? Must I re-install RB?
Been using Liberty Basic for many years - - I love it! I am lost with RunBasic (but not giving up)
Can someone help?
|
|
|
Post by StefanPendl on Nov 27, 2014 16:20:39 GMT -5
You just need to publish the application, don't change the home page project name to point to your application.
Find prefs.XML in the RB installation folder and remove the contents between the home page application tags.
The result should be <homePageApp></homePageApp> instead of <homePageApp>MyProject</homePageApp>.
|
|
neal
Full Member
 
Posts: 104
|
Post by neal on Nov 27, 2014 18:12:10 GMT -5
Just visit:
http://<hostname>:<port>/seaside/go/runbasicpersonal?app=login
where <hostname> is your host name or IP address and <port> is the port Run Basic using using (usually 8008)
That will bring up the login page.
|
|
|
Post by part141 on Nov 28, 2014 0:06:51 GMT -5
StefanPendl: I couldn't delete the >MyProject< in the XML file. I did find the file and the app name, but I tried everything, could not delete it.
neal: I will try using the ?app=login
Thanks to you both for quick reply's
|
|