Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: gif, jpg, png, txt, tpl, lng, ini, pvd, psf, ini, cfg, csv, zip, xml, pas, 7z
Restrictions: 4 per post, maximum total size 1024KB, maximum individual size 1024KB
Note that any files attached will not be displayed until approved by a moderator.
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
How many words are in this question?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: AimHere
« on: November 04, 2013, 05:00:55 pm »

Never mind, I figured out where in the XML file it sets the width of the photo area, and increased it so the toolbar fits now. Still, for what it's worth, I think the toolbar coding ought to be modified at some point to avoid this kind of thing.

The whole pop-up toolbar code could stand to be cleaned up, really. I find that when I'm in edit mode and point at a blank/unused image area, I often briefly see a snippet of some other image in the background of the pop-up toolbar (it may be the last image I happened to point at within the database record, or a bit of the main toolbar, or even the application window's titlebar).

The garbage image goes away when I move the mouse again, but it's disconcerting to think the application is grabbing data from outside of the current image area. I'm no programmer, but it seems to me that somewhere in the code, there's a pointer that isn't being properly checked that it's in an appropriate range, causing the code to read image data from a place where it shouldn't be looking. This doesn't crash the application, but it's still a condition that needs to be tracked down and eliminated.

Aimhere
Posted by: AimHere
« on: November 04, 2013, 04:21:25 pm »

I recently noticed a problem with the "PVD Classic" skin used in People View mode.

If I hover my mouse over the area where the person's picture is supposed to go, I get the pop-up toolbar with buttons for importing an image, paste from clipboard, etc. The trouble is, the amount of space allocated within the skin for the picture isn't wide enough to display the entire toolbar at times, and the far-right button "Remove Image" is often truncated or hidden completely by the image area's bounding box. This makes it difficult or impossible to click on that button.

Is there any chance the image toolbar could be reworked so it always displays in front of the image bounding box, rather than behind (and masked by) it?

Barring that, how would I go about increasing the minimum size of the image area so the toolbar will always fit inside it?

Aimhere