
-----------------------------------
jrok311
Mon May 30, 2005 8:12 am

&quot;SaveFile is not in the export list of gui&quot;
-----------------------------------
I get the "SaveFile is not in the export list of gui" error when running this program from the turing help. I am running turing 4.0.5. What is wrong with the code? Thanks.




import GUI 

var fileName : string := GUI.SaveFileFull ("Choose a Text File", 
            "txt", "C:\\")



-----------------------------------
Delos
Mon May 30, 2005 10:17 am


-----------------------------------

Note: This function is not available in the current version of the GUI Procedure Library (shipping with Turing 4.0 and MacOOT 1.5). It is documented here for use with future shipping version of Turing. Check the release notes that are found in the on-line help to find out if this function is now available.


Don't stress about it.  Turing has a bunch of GUI commands that are just stubs.  And they'll likely remain as such forever more.
Just stick with file saving commands.

-----------------------------------
StarGateSG-1
Mon May 30, 2005 1:30 pm


-----------------------------------
Ya it kinda sucks that they will never change most likely. Maybe we should send a letter or something to HoltSoft.

-----------------------------------
MysticVegeta
Mon May 30, 2005 3:17 pm


-----------------------------------
How can we open a "Save" Browse box in turing? Like Suppose, lets take an example of the attachment manager in compsci. LIke when we click the browse button, we can see all the directories and we can browse accordingly. So how do we open it up in Turing. I know this is possible because Catalyst has done it in his paint program.

-----------------------------------
StarGateSG-1
Mon May 30, 2005 4:02 pm


-----------------------------------
You make your own,  hmm thatw as hard! Lol

-----------------------------------
MysticVegeta
Mon May 30, 2005 5:12 pm


-----------------------------------
I dont think Catalyst quite made his own. It looked like a normal Web browse box. There must be a command. Gotta find it!

-----------------------------------
Delos
Mon May 30, 2005 5:51 pm


-----------------------------------
There is a 'command', but as with this one, it is just a stub.

-----------------------------------
jrok311
Mon May 30, 2005 9:40 pm

question
-----------------------------------
How do you save a file in turing and read information from it without using the GUI save?

-----------------------------------
[Gandalf]
Mon May 30, 2005 11:12 pm


-----------------------------------
Read tutorials on File I/O
