View Issue Details

IDProjectCategoryView StatusLast Update
0004383JEDI VCL04 Feature Requestpublic2008-06-29 06:12
ReportertetarddAssigned ToAHUser 
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Product Version3.33 
Target VersionFixed in Version3.34 
Summary0004383: Make JvImgBtn control "emulate" hyperlink commands
DescriptionMake JvImgBtn be able to display itself as if it was an hyperlink in a web page, as is found for instance in BDS2006 recent projects commands.
Additional InformationMicrosoft Publisher 2003 has nice buttons in the app workspace when you just open the application. They allow you to create new web pages, open existing projects. They are similar to BDS2006's recent projects commands to quickly open a project.

I didn't find any control to perform a similar function in Jedi VCL but a simple descendant of TJvImgBtn would do the trick.
In essence, the control must be able to display or not its frame, its focus rect and also the down appearence when clicked.

Attached is a modified version on TJvImgBtn (called JvImageButton2) and a demo program. feel free to use its code (my modifications are maked in the code by the 'Added by DT' remarks) or even to have it an a brand new control.
TagsNo tags attached.

Activities

2008-06-28 05:18

 

TJVImageButton2.zip (289,850 bytes)

AHUser

2008-06-29 06:11

developer   ~0014356

The 3 new properties are now in the SVN source of JvCtrls.pas

Issue History

Date Modified Username Field Change
2008-06-28 05:18 tetardd New Issue
2008-06-28 05:18 tetardd File Added: TJVImageButton2.zip
2008-06-29 06:11 AHUser Status new => resolved
2008-06-29 06:11 AHUser Fixed in Version => Daily / SVN
2008-06-29 06:11 AHUser Resolution open => fixed
2008-06-29 06:11 AHUser Assigned To => AHUser
2008-06-29 06:11 AHUser Note Added: 0014356