Thats the filesystem example :
If EventGadgetID() = 1 ; Read
ClearGadgetItemList(2) ; Clear all the items found in the ListView
If ExamineDirectory(0, GetGadgetText(0), "*.*")
Repeat
FileType = NextDirectoryEntry()
If FileType
FileName$ = DirectoryEntryName()
If FileType = 2 ...
Search found 17 matches
- Tue Jun 01, 2004 1:31 am
- Forum: Coding Questions
- Topic: Listview
- Replies: 1
- Views: 966
- Fri Apr 23, 2004 12:06 pm
- Forum: Coding Questions
- Topic: OpenFileRequester
- Replies: 4
- Views: 1533
- Fri Apr 23, 2004 9:22 am
- Forum: Coding Questions
- Topic: OpenFileRequester
- Replies: 4
- Views: 1533
- Fri Apr 23, 2004 8:50 am
- Forum: Coding Questions
- Topic: OpenFileRequester
- Replies: 4
- Views: 1533
OpenFileRequester
hi,
ive got a problem with the OpenFileRequester.
ive made a gui for one of my command line tools.
command line tool Parameters
tool C:\Documents and Settings\Static.txt 50
And here is my problem : Documents and settings ! how can i tell the OpenFileRequester to show that paths DOS like. Course ...
ive got a problem with the OpenFileRequester.
ive made a gui for one of my command line tools.
command line tool Parameters
tool C:\Documents and Settings\Static.txt 50
And here is my problem : Documents and settings ! how can i tell the OpenFileRequester to show that paths DOS like. Course ...
- Wed Apr 14, 2004 5:41 am
- Forum: Coding Questions
- Topic: Convert .max to .mesh ?
- Replies: 1
- Views: 967
Convert .max to .mesh ?
How can i convert them ? ive got the ogre tools but .... first of all i cant start the GUI tool, and the rest of the command line tools are not necessarey (ok maybe the ogrexmlconverter).
plz help
plz help
- Mon Apr 12, 2004 9:43 am
- Forum: Coding Questions
- Topic: String & Numeric
- Replies: 2
- Views: 1150
- Mon Apr 12, 2004 7:36 am
- Forum: Coding Questions
- Topic: String & Numeric
- Replies: 2
- Views: 1150
String & Numeric
Hi,
can some tell me, how to set the state of an trackbargadget with a stringgadget ?
can some tell me, how to set the state of an trackbargadget with a stringgadget ?
- Sun Apr 11, 2004 7:47 pm
- Forum: Coding Questions
- Topic: Problems with ReplaceString
- Replies: 4
- Views: 1571
- Sun Apr 11, 2004 6:51 pm
- Forum: Coding Questions
- Topic: ColorRequester
- Replies: 4
- Views: 1320
thats my version
Code: Select all
Result1 = Red(Color)
Result2 = Green(Color)
Result3 = Blue(Color)
SetGadgetText(2, ""+ StrF(Result1/255)+"/"+StrF(Result2/255)+"/"+StrF(Result3/255))
- Sun Apr 11, 2004 9:43 am
- Forum: Coding Questions
- Topic: Problems with ReplaceString
- Replies: 4
- Views: 1571
Problems with ReplaceString
Hi,
Ive got some Problems with the command replaceString.
Ive got one .con file (its like .txt) where i want to replace the Y Value.
XYZ is set each time in the lines Object.absolutePosition
rem *** ***
rem
Object.create asteroid
Object.absolutePosition 1024/100/1024
Object.Rotation 243.611/0 ...
Ive got some Problems with the command replaceString.
Ive got one .con file (its like .txt) where i want to replace the Y Value.
XYZ is set each time in the lines Object.absolutePosition
rem *** ***
rem
Object.create asteroid
Object.absolutePosition 1024/100/1024
Object.Rotation 243.611/0 ...
- Sat Apr 10, 2004 8:46 pm
- Forum: Coding Questions
- Topic: ColorRequester
- Replies: 4
- Views: 1320
- Sat Apr 10, 2004 6:16 pm
- Forum: Coding Questions
- Topic: Copyfile
- Replies: 1
- Views: 1001
Copyfile
Hi,
ive got some problems with copyfile.
Example :
Result = CreateDirectory(String$)
...
..
.
Result = CopyFile_("text.txt",(String$)"/text1",1 )
Result = CopyFile_("text.txt","(String$)/text1",1 )
Result = CopyFile_("text.txt","String$/text1",1 ...
ive got some problems with copyfile.
Example :
Result = CreateDirectory(String$)
...
..
.
Result = CopyFile_("text.txt",(String$)"/text1",1 )
Result = CopyFile_("text.txt","(String$)/text1",1 )
Result = CopyFile_("text.txt","String$/text1",1 ...
- Sat Apr 10, 2004 4:29 pm
- Forum: Coding Questions
- Topic: ColorRequester
- Replies: 4
- Views: 1320
ColorRequester
Hi,
how can I divide the Results of RGB by 120 to set a String Text with the result ?
the structure of the result in the string-gadget-text must be somethin like this :
2,3456/1,3455/0,345
(RGB)
how can I divide the Results of RGB by 120 to set a String Text with the result ?
Code: Select all
Result = Blue(Color)
...
..
.
setgadgettext (2, ?
2,3456/1,3455/0,345
(RGB)
- Thu Apr 08, 2004 2:48 am
- Forum: Feature Requests and Wishlists
- Topic: Nvidias .dds file format
- Replies: 7
- Views: 1961
- Tue Apr 06, 2004 5:52 pm
- Forum: Feature Requests and Wishlists
- Topic: Nvidias .dds file format
- Replies: 7
- Views: 1961
Nvidias .dds file format
What about Nvidias file format ? Its available for c++