Search found 361 matches

by amyren
Thu Apr 07, 2022 11:55 am
Forum: General programming
Topic: Saving a file appends a blank line
Replies: 2
Views: 1391

Saving a file appends a blank line

When I load a file into a string and then later write the same string back to the file for saving, it will append a new blank line at the end of the file every time the file is loaded and then saved. How can I prevent that? If Exists("notat.dat") OpenFile(1, "notat.dat", #MODE_RE...
by amyren
Wed Apr 06, 2022 4:48 pm
Forum: General programming
Topic: Fail404 option with hurl 1.2
Replies: 8
Views: 3173

Re: Fail404 option with hurl 1.2

Realize my post probably should have been posted in the plugin section. Anyway, here is a better example code to see what happens when you try to download from a URL that is not existing. @REQUIRE "hurl" DownloadFile("https://google.com/nothing", {File = "test.txt", Fai...
by amyren
Tue Apr 05, 2022 8:38 pm
Forum: General programming
Topic: Fail404 option with hurl 1.2
Replies: 8
Views: 3173

Fail404 option with hurl 1.2

After updating the hurl plugin from 1.1 to 1.2 I get a problem with one of my programs. Here is the command used to get a file DownloadFile(fil_dl2$, {File = deltakerfil2$, Fail404 = True, Adapter = "hurl"}) In this case the file does not (yet) exist on the server, and should not be downlo...
by amyren
Mon Mar 28, 2022 12:26 pm
Forum: Off topic
Topic: PM box behaviour
Replies: 1
Views: 3474

PM box behaviour

Is it just me, or does the the PM mailboxe act strange. When replying a message from the inbox, you press the submit button when done. Then the reply will pop up in the outbox. But at the same time the reply will also be visible sent folder in the message history. That makes me wonder if the message...
by amyren
Wed Mar 23, 2022 12:32 pm
Forum: General questions
Topic: Aspect ratio not working in MorphOS
Replies: 2
Views: 4651

Aspect ratio not working in MorphOS

I found that in MorphOS the option to keep aspect ratio when resizing objects does not work. Ticking that option does not change anything. This might be a MorphOS / MUI bug. If I knew which MUI class this sorts under I could check the versions on these systems. For the same operation in AmigaOS4 or ...
by amyren
Tue Mar 22, 2022 8:20 am
Forum: General questions
Topic: Text Object cursor color
Replies: 2
Views: 4050

Re: Text Object cursor color

Thanks.
The TextEditor settings are hidden by default in the MUI5 settings, pressing More> will reveal the rest of the settings.
by amyren
Mon Mar 21, 2022 10:16 pm
Forum: General questions
Topic: Text Object cursor color
Replies: 2
Views: 4050

Text Object cursor color

When using Designer with my MorphOS laptop it is really hard to see the text cursor when editing a text object, since the LCD screen contrast is not the best. For me the background area for the text window is very bright, and so is the text cursor. I guess this is a MUI setting, but I have yet not f...
by amyren
Sat Mar 12, 2022 11:04 am
Forum: General questions
Topic: Event not executed
Replies: 11
Views: 8213

Re: Event not executed

Any chance that this fix could be available anytime soon?
For me this bug have put my project on hold completely.
Perhaps I could beta test this fix for you?
by amyren
Wed Mar 09, 2022 6:45 pm
Forum: General programming
Topic: Rendering Glow Icons
Replies: 9
Views: 6038

Re: Rendering Glow Icons

Well, lots of things in this report could've been by answered by RTFM. So please read the manual more carefully next time. That's what I've written it for after all ;) You're right off course. I have only found that information inside the readme file in the iconic archive, which makes it less acces...
by amyren
Tue Mar 01, 2022 6:13 pm
Forum: General programming
Topic: Rendering Glow Icons
Replies: 9
Views: 6038

Re: Rendering Glow Icons

airsoftsoftwair wrote: Sat Feb 05, 2022 9:52 pm Can you provide the files used in your MCVE so that I can try it here?
Sure, here are those two images.
Image

Image