Search found 1180 matches

by Bugala
Wed Jan 27, 2016 1:35 pm
Forum: General programming
Topic: Can FileRequest return just the file, not the path?
Replies: 2
Views: 3544

Can FileRequest return just the file, not the path?

I am using FIleRequest for user to choose a file which to use for saving. Problem is, instead of just giving me the filename that user chooses, it gives me the whole path. Is there a simple way to just get the filename without a path, or do i have to use SpltStr or something with "/" to fi...
by Bugala
Wed Jan 27, 2016 1:03 pm
Forum: General programming
Topic: Save file to directory. (OpenFile #MODE_WRITE command)
Replies: 3
Views: 4334

Re: Save file to directory. (OpenFile #MODE_WRITE command)

Ah, didnt know about that ChangeDirectory command, will check from manual about that command. It will probably solve the problem. Thanks zylesea and Juan Carlos.
by Bugala
Tue Jan 26, 2016 7:49 pm
Forum: General programming
Topic: Save file to directory. (OpenFile #MODE_WRITE command)
Replies: 3
Views: 4334

Save file to directory. (OpenFile #MODE_WRITE command)

I am trying tosave file to a directory using simply naming "Directory/filename.end" ie. ' OpenFile(1, "directory/filename.end", #MODE_WRITE) It however fails. Am i doing something wrong, or is this a windows problem, and if it is a windows problem (permission problem) then is the...
by Bugala
Wed Jan 13, 2016 9:58 pm
Forum: General programming
Topic: Can i send reference to a variable to a function?
Replies: 2
Views: 3477

Re: Can i send reference to a variable to a function?

Just pointing out that i do have a way around this problem, mainly sending both table and variable as separate info to the function and that way being able to do what i intend to, but it would be simpler if i would only need to send the reference to that variable inside a table.
by Bugala
Wed Jan 13, 2016 9:16 pm
Forum: General programming
Topic: Can i send reference to a variable to a function?
Replies: 2
Views: 3477

Can i send reference to a variable to a function?

Here is what i am trying to achieve: (wrong example) table.variable function myfunc(func_variable) func_variable = 1 endfunction myfunc(table.variable) What happens now is that when i access myfunc function, it is sending a value. A value that is on "table" at item "variable". Wh...
by Bugala
Wed Jan 13, 2016 4:21 pm
Forum: Code snippets area
Topic: Simple Cross-Platform Gadgets with string input
Replies: 17
Views: 30150

Re: Simple Cross-Platform Gadgets with string input

One question as im out of time right now to check myself. I was trying older (probably oldest) version of your gadgets. I had cut it to necessary pieces, which means i might have cut something that was actually needed, but at least that myself cut down version had no feedback for return pressed. Tha...
by Bugala
Wed Jan 13, 2016 8:09 am
Forum: Announcements
Topic: Plananarama 1.0 released
Replies: 24
Views: 36879

Re: Plananarama 1.0 released

Yes, but how slow is it the scaling down process from HD if i have mostly stable pictures, with only one moving piece (board game), or even a slide show with images or otherwise lightweight interactive presentation (in way of Hollywoods presentation when you install new version) but with still image...
by Bugala
Mon Jan 11, 2016 8:10 pm
Forum: Announcements
Topic: Plananarama 1.0 released
Replies: 24
Views: 36879

Re: Plananarama 1.0 released

Okay, thanks. I can forget it then for now.

Was mainly wondering if it would be possible for some AGA with some turbocard to be able to run for example the "Kings of Israel" with this plugin, but i guess even 060 wont do then because of the HD graphics.
by Bugala
Mon Jan 11, 2016 8:05 pm
Forum: Showcase
Topic: iMage - yet another image viewer
Replies: 5
Views: 7602

Re: iMage - yet another image viewer

Clever name.
by Bugala
Sun Jan 10, 2016 11:33 pm
Forum: Announcements
Topic: Plananarama 1.0 released
Replies: 24
Views: 36879

Re: Plananarama 1.0 released

@Bugala I think you should not bother HD resolution on ECS/AGA. I am mainly trying to find out how much into design decisions i should take this possibility into or not. I am currently planning games in HD resolution, so if there is no chance for them to work on ECS/AGA machines, then i can simply ...