English Amiga Board


Go Back   English Amiga Board > Search Forums

Showing results 1 to 22 of 22
Search took 0.01 seconds.
Search: Posts Made By: edmayn
Forum: News 12 November 2023, 19:42
Replies: 6
Views: 3,401
Posted By edmayn
BSzili, this is an absolutely amazing port! ...

BSzili, this is an absolutely amazing port!

Thanks for the (immense amount of) work you put in to this. I runs absolutely flawless on my Amiga 1200 + V1200. Simply stunned.

After googling...
Forum: Coders. C/C++ 19 February 2021, 11:14
Replies: 14
Views: 3,229
Posted By edmayn
@Thomas Richter Ah, devil is in the details (as...

@Thomas Richter
Ah, devil is in the details (as always).

Indeed specifying the exact path solves the problem.

Thanks.

(Lol that was a timesink)
Forum: Coders. C/C++ 19 February 2021, 10:02
Replies: 14
Views: 3,229
Posted By edmayn
A pattern I noticed. MemLog does not report...

A pattern I noticed.

MemLog does not report mem leak for my application if I launch it from the info file and open a new shell window to Avail Flush after termination.

This also works:

1....
Forum: Coders. C/C++ 18 February 2021, 22:31
Replies: 14
Views: 3,229
Posted By edmayn
I have diving into this the last couple of days,...

I have diving into this the last couple of days, since after having added a simple window, with no IDCMP flags, to a program I am currently developing MemLog started reporting a memory leak, like...
Forum: Coders. C/C++ 08 August 2020, 01:04
Replies: 2
Views: 1,073
Posted By edmayn
Thank you Thomas. I'll study the example.

Thank you Thomas. I'll study the example.
Forum: Coders. C/C++ 07 August 2020, 16:39
Replies: 2
Views: 1,073
Posted By edmayn
Checking for new windows and keyboard events

What is the best way to check for new windows on the public screen while also waiting for keyboard events?


Right now I've written some code which:


1. counts windows
2. calls WaitTOF()
3....
Forum: Coders. C/C++ 17 April 2020, 15:22
Replies: 3
Views: 1,523
Posted By edmayn
Thanks hooverphonique, as suspected. Ok. ...

Thanks hooverphonique, as suspected.


Ok.


I searched a bit more and found something I hadn't found before.


https://www.amigans.net/modules/xforum/viewtopic.php?post_id=49961
Forum: Coders. C/C++ 17 April 2020, 10:39
Replies: 3
Views: 1,523
Posted By edmayn
Moving windows between public screens programatically

Is it possible to move a window spawned on one public to another public screen?

I am assuming it is not, since a window spawned on a specific public screen is bound to it, although I would like to...
Forum: News 30 September 2018, 21:23
Replies: 341
Views: 93,579
Posted By edmayn
To be more specific and correct, it is a...

To be more specific and correct, it is a registration key to make the software available in the logged-in user's Download section on hyperion-entertainment.biz.
Forum: News 30 September 2018, 21:05
Replies: 341
Views: 93,579
Posted By edmayn
Bought the A1200 version and the supplied...

Bought the A1200 version and the supplied activation key does not work.

Anticlimactic to say the least.

(Yes, I have sent a mail to Hyperion Support.)

Edit:
Tried out the Download link in...
Forum: Coders. System 22 October 2017, 12:58
Replies: 33
Views: 7,818
Posted By edmayn
I fixed the problems several months ago, did some...

I fixed the problems several months ago, did some refactoring of the functions and changed the way I check for window flags. Forgot to update this thread.

You can find the finished code here:...
Forum: Coders. System 08 July 2017, 21:28
Replies: 33
Views: 7,818
Posted By edmayn
Thank you for the feedback a/b. Highly...

Thank you for the feedback a/b. Highly appreciated. Very valid points you raise. I'll look into fixing them the next couple of days.
Forum: Coders. System 08 July 2017, 00:22
Replies: 33
Views: 7,818
Posted By edmayn
The last couple of weeks I have dived deeper in...

The last couple of weeks I have dived deeper in to C on the Amiga and it has been fun!

As a way to get more familiar with intuition and how windows are handled within this framework I have...
Forum: Amiga scene 08 June 2017, 19:52
Replies: 88
Views: 12,643
Posted By edmayn
As an alternative to github, perhaps gitlab...

As an alternative to github, perhaps gitlab should be considered?

Gitlab can be self hosted, which means the AROS devs are in complete control of the data, and perhaps more importantly the stack...
Forum: Coders. System 03 June 2017, 11:13
Replies: 33
Views: 7,818
Posted By edmayn
Looks like valuable advice bubbob42! Thank you. ...

Looks like valuable advice bubbob42! Thank you.

Which led me to this:

https://fs-uae.net/docs/serial-port

Great.

(I do have a working A1200, but I use fs-uae for testing)
Forum: Coders. System 03 June 2017, 00:16
Replies: 33
Views: 7,818
Posted By edmayn
bubbob42: What I am aiming for is to produce is a...

bubbob42: What I am aiming for is to produce is a tiling window manager with features like dwm (http://dwm.suckless.org/) or XMonad (http://xmonad.org/) to name a few. I would also like some sort...
Forum: Coders. System 01 June 2017, 23:01
Replies: 33
Views: 7,818
Posted By edmayn
Interesting ... :) I now need to determine...

Interesting ... :)

I now need to determine if a WA_BACKDROP/WLFG_BACKDROP flag is set for a window.
Forum: Coders. System 01 June 2017, 20:35
Replies: 33
Views: 7,818
Posted By edmayn
Thanks for the feedback Thomas. The...

Thanks for the feedback Thomas.

The workbench window does have a title.

Here is a screenshot with the stricmp if commented out:
http://i.imgur.com/15oghGX.png

And here is one with the...
Forum: Coders. System 31 May 2017, 22:57
Replies: 33
Views: 7,818
Posted By edmayn
I wrote a little window lister program as an...

I wrote a little window lister program as an exercise to get familiar with the intuition library. It lists windows, their size an coordinates, on the Workbench screen only:

#include <stdio.h>...
Forum: Coders. System 18 May 2017, 21:12
Replies: 33
Views: 7,818
Posted By edmayn
Thanks Cylon. Actually, I found a tool I had...

Thanks Cylon.

Actually, I found a tool I had previously overlooked:

http://aminet.net/package/util/wb/windowtiler21b

It does exactly what I want and works flawlessly. A very nice piece of...
Forum: Coders. System 06 May 2017, 00:11
Replies: 33
Views: 7,818
Posted By edmayn
Thank you everyone for the awesome information....

Thank you everyone for the awesome information. Enough to get me experimenting.

I was planning to write some code which would manipulate windows on demand (also those owned by other programs) so...
Forum: Coders. System 05 May 2017, 19:02
Replies: 33
Views: 7,818
Posted By edmayn
Window listing and manipulating windows in workbench 3.x

Hi,

I have two questions:

1. How should I go about getting a list of all windows on the current screen?

I have read through the intuition.library and workbench.library functions and I can't...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT +2. The time now is 18:33.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.10679 seconds with 10 queries