Search found 17 matches

by Switchblade
Tue Jun 01, 2004 1:31 am
Forum: Coding Questions
Topic: Listview
Replies: 1
Views: 966

Listview

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 ...
by Switchblade
Fri Apr 23, 2004 12:06 pm
Forum: Coding Questions
Topic: OpenFileRequester
Replies: 4
Views: 1533

You are probably doing somthing wrong when you use chr(34)


No, its working fine, couse ive got some commandline tools to use , and ive only made a gui which creates a bat file there the commands are listed in with the parameters and it runs fine ;)

-----------
ok its a primitive way but ive ...
by Switchblade
Fri Apr 23, 2004 9:22 am
Forum: Coding Questions
Topic: OpenFileRequester
Replies: 4
Views: 1533

Its already done ;) with + Chr(34)
by Switchblade
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 ...
by Switchblade
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
by Switchblade
Mon Apr 12, 2004 9:43 am
Forum: Coding Questions
Topic: String & Numeric
Replies: 2
Views: 1150

ok thx mate, but ive found it out ;) juuhu
by Switchblade
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 ?
by Switchblade
Sun Apr 11, 2004 7:47 pm
Forum: Coding Questions
Topic: Problems with ReplaceString
Replies: 4
Views: 1571

how ?
by Switchblade
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)) 

by Switchblade
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 ...
by Switchblade
Sat Apr 10, 2004 8:46 pm
Forum: Coding Questions
Topic: ColorRequester
Replies: 4
Views: 1320

thx for the help :evil:


but ive found it out by my self
by Switchblade
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 ...
by Switchblade
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 ?

Code: Select all

Result = Blue(Color) 
...
..
.
setgadgettext (2, ?

the structure of the result in the string-gadget-text must be somethin like this :

2,3456/1,3455/0,345
(RGB)
by Switchblade
Thu Apr 08, 2004 2:48 am
Forum: Feature Requests and Wishlists
Topic: Nvidias .dds file format
Replies: 7
Views: 1961

:roll: maybe u dont need it but i need it.

its called wishlist and thats my whish, and i dont think, that u r in the position to tell me what my whish should be :wink:


I hope that ur not mope now, but i need it for some implementations, im developing tools for Mod crews like Homefront (www ...
by Switchblade
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++