SyntaxBomb - Indie Coders

Languages & Coding => AppGameKit ( AGK ) => Topic started by: Naughty Alien on March 20, 2018, 00:43:16

Title: ..FileRequester..
Post by: Naughty Alien on March 20, 2018, 00:43:16
..is there such thing as File request command, like one in BMX ?

EDIT:
What would be best GUI library for C++(VS2017) to use with AGK? Im about to start writing editor but im not sure what lib to use with C++ rigged with AGK ?? Please, advise..
Title: Re: ..FileRequester..
Post by: MikeHart on March 20, 2018, 08:32:27
I think ChooseRawFile is what you are looking for.

For a GUI Framework... if it is just for non commercial purposes, I would choose QT5.

But people are creating gorgeous editors in AGK Tier1 right now. So maybe the time spent to create your own gui system is better invested there.
Title: Re: ..FileRequester..
Post by: Naughty Alien on March 20, 2018, 08:44:03
..thank you sooo much...u da man :) ..ChooseRawFile is the one i was after..i did built entire GUI already, but i couldnt figure out how to access file system of OS..this is gooood