![]() |
Filebrowser for a Client-RC
Does anyone know how to load the filebrowser for a Client-RC?
I know its a requesttext() operation, but I don't know what to request :( I've tried requesttext("folders", player.account); but that doesn't work ;( |
Ignored as usual :cry:
|
When clientside, does this produce any result in your F2 window?
PHP Code:
|
That produced
folders heads/,images/,levels/,levels/bodies/,levels/ganis/,levels/guilds/,levels/heads/,levels/images/,levels/shields/,levels/swords/,logs/,npcs/,scripts/,shields/,temp/,weapons/ x.x |
Then I assume that your folderlist is being returned in temp.textoptions in that case. You should try sending a folder as requesttext()'s second parameter to see if you get a file listing in the same way. Then you can use the information to build your filemanager.
|
And I just break down the array (Perferably using a for loop) and put it into a list / menu or whatever?
|
Yep, something like a GuiTreeViewCtrl for the folder tree and a GuiTextListCtrl for a file list.
|
Nice. This is what I have:
http://img.photobucket.com/albums/v2...ileBrowser.png :D Now I need to figure out how to download files with it :x |
Does anyone know how to make it download a file?
Isn't it a sendText() thing or something? |
This is an offhand comment but thats is a nice window theme you got there. Would you mind if I used it on Aeon?
|
Quote:
godofwarares, any new updates on the file browser? |
Yep! :D
Check this out: http://img.photobucket.com/albums/v2...leBrowser2.png :D Still havn't figured out how to download files yet x_x Someone help me >_< |
I think the command you are looking for is selectfilefordownload(str filter), which will prompt the user for a location to save the file passed as the parameter (from the server).
|
Quote:
|
Quote:
I didn't know you could do requesttext("folder","C:\"); o_O Cool it works ^^ ...somewhat x) |
Quote:
|
Now another 2 questions:
1.) How do I get the contents of said file and put it in a GUI Text Ctrl? 2.) What is the command to delete folders? :) I'm making this as functional as possible :o |
Quote:
I should really study all this crap. I never used reqeustText() before I made my Client-RC x_x |
Quote:
|
I guess you will need to use var.loadlines("path"); for getting the contents of the file either before downloading it (and then triggeractioning it), or after downloading it to your computer and saving it in scriptfiles or so.
Also please use the http://forums.graalonline.com/forums...ttons/edit.gif button to edit your posts while it is available instead of double-posting. |
Thanks ^^
Btw sorry :( I'll stop double-posting. -------------------------------------- Edit: By the way, can anyone post an example of how to load a file's contents and display them in F2 window or in a GUI ML Text Ctrl? -------------------------------------- |
Eh cmon!
I need to know how to get a file's contents and display them :( (I have to have it Client-Side however x.x) |
Quote:
this.var.loadlines(path/to/file/filename); |
Quote:
|
Quote:
Clientside it will load a file from inside the scriptfiles/ folder in your Graal folder. |
Quote:
|
All times are GMT +2. The time now is 07:31 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.