Posted 29 July 2012 - 02:22 AM
Well it's just a small problem that will probably be my fault but I thought I would ask a pro just in-case. I have a simple startup:
This is "uiTest"
Please note that all I'm trying to do is to create a UI style interface with options and information, I have tried everything from nesting this in [[ ,,, ]] to redirecting it to the monitor with nothing but headaches with new lines (a post was made earlier lol) and through all of this I keep getting the same issue, works fine the first time loading and then the second time it would fail to show?
I change the file from the server in Notepad++ and re-upload it, goto the console and hit "reboot" I get nothing? many reboots still nothing. Then when i remove the PC and place it back again and go into the console to start the custom startup program it works? is this a bug? I wouldn't want to post a bug report if it isn't.
Any clues?
EDIT: Sorry added a little more detail to the post.
EDITEDIT: Wow ok I don't know why the code for the uiTest is messing up but you get the idea of the box ui.
shell.run("monitor", "right", "uiTest")
This is "uiTest"
print("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")
print("X >< X")
print("X >< X")
print("X >< X")
print("X >< X")
print("X >< X")
print("X >< X")
print("X >< X")
print("X >< X")
print("X >< X")
print("X >< X")
print("X >< X")
print("X >< X")
print("X >< X")
print("X >< X")
print("X >< X")
print("X >< X")
print("X >< X")
print("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")
Please note that all I'm trying to do is to create a UI style interface with options and information, I have tried everything from nesting this in [[ ,,, ]] to redirecting it to the monitor with nothing but headaches with new lines (a post was made earlier lol) and through all of this I keep getting the same issue, works fine the first time loading and then the second time it would fail to show?
I change the file from the server in Notepad++ and re-upload it, goto the console and hit "reboot" I get nothing? many reboots still nothing. Then when i remove the PC and place it back again and go into the console to start the custom startup program it works? is this a bug? I wouldn't want to post a bug report if it isn't.
Any clues?
EDIT: Sorry added a little more detail to the post.
EDITEDIT: Wow ok I don't know why the code for the uiTest is messing up but you get the idea of the box ui.