Search found 4 matches

by tefernc
12 Oct 2005, 08:54
Forum: Bug Reports
Topic: Source Code - missing hand.cur
Replies: 3
Views: 18438

Source Code - missing hand.cur

It is missing!

Searching finds it is defined in PopManDeu.rc as

IDC_CURSOR_HAND CURSOR DISCARDABLE "res\\hand.cur"

but the .cur file is not in the res directory nor is it in the project.

This is just for your info, it is easy to fix.

I compiled using Visual C++ 6.0 on NT
by tefernc
15 Jan 2005, 21:44
Forum: Feature Requests
Topic: Right click on a hyperlink
Replies: 2
Views: 9770

I'm glad you like it, your code was very easy to modify. I will delete the code from my server in the next day or so.

Now what else do I 'need'? To be honest popman does what I want but I may find something else.
by tefernc
13 Jan 2005, 10:34
Forum: Feature Requests
Topic: Right click on a hyperlink
Replies: 2
Views: 9770

Right click on a hyperlink

Another thing I have always wanted is when right clicking on a URL to have the ability to store it in the clipboard, so I have modified your code again! I have modified textdisplay.cpp only, each mod has '// TFC start' in front of it and '// TFC end' after it. I have placed the modified code and an ...
by tefernc
11 Jan 2005, 13:29
Forum: Feature Requests
Topic: Double click action
Replies: 2
Views: 9629

Double click action

I am a great fan of PopMan 1.2.2, one thing that has really annoyed me is when popman is iconised or hidden by another window double clicking on the task bar notification area icon does not bring popman to the foreground, so I modified the code as follows. Can I suggest you add this to the next rele...