[RESOLVED] Can this excess blue highlight in tree view be removed or fix?
On the left corner of the treeview, the highlighted item, there's a glitch or i don't know how to describe it. The icons are 16 x 16, this is from static's codebank.
Can this be fix?
Re: Can this excess blue highlight in tree view be removed or fix?
When you posted in the Utilty Bank on the 18th you indicated that you might be making a change to the app. Did you? If so then please zip up and attach the project the way it is now and, if possible, indicate where you made changes.
Re: Can this excess blue highlight in tree view be removed or fix?
pons_saravanan@yahoo,
yeah i did that but only the TEXT increases, it still is lie the way in my screenshot.
Anyhow i think it is not that a big deal for users, i may find a solution on other times. thanks.
Martin,
posted on the utility bank, main change was transfered some of read settings to inifile. i still have to also declare the variables in the main form i guess, just like i did with the others.
V 3.1.4
--- Dani Boy aka xavierjohn22 ---
Added SAVE ALL call once the Code save button is pressed
Added SAVE ALL on the menubar
Added XP Visual Styles
V 3.1.5
--- Dani Boy aka xavierjohn22 ---
Added Save Information Code on Exit of the Info window
Changed some default images quality
Fixed commondialog call on the information window
Redo some components alignment and some components color changed
Removed modal call for the "Find Form option"
RTBClip right margin was 250,000; replace with "0"
RTBh right margin was 250,000; replace with "0"
V 3.1.6
--- Dani Boy aka xavierjohn22 ---
Added shell notepad on the menu bar
Added Import and Export Registry settings for backup purposes.
Added Application background and ability to change background image (settings stored in INI) :App.ExeName & "_Background.ini"
Added the "Added Options and Tools" in the menubar to organize newly added features
Added "Restart Codebank" option and added RestartIt.exe
Changed default image extension to .gif
Changed commondialog initial index of image extension to .gif(.gif consumes less file size)
Fixed restart of CodeBank after import of registry settings
Reinforce "Save All" by adding the option to turn it "OFF" or "ON" when exiting the app
Removed controlbox on form; added the min, max and normal window call to "added options...."
Transfered write and read of image paths to "INI" file: App.ExeName & "_CustomImages.ini"
Transfered write and read of codedata to "INI" file: App.ExeName & "_CodeData.ini"
Transfered write and read of codetypes to "INI" file: App.ExeName & "_CodeTypes.ini"
Registry Entries remaining are:
-FLAG
-Menus
-Options
-Settings
Re: Can this excess blue highlight in tree view be removed or fix?
The problem you asked about can be avoided by changing the treeview's FullRowSelect property to False. I don't know why that causes it because it doesn't in my apps that use a treeview.
I found a bug. If you click the "Move Code Snippet" button twice you get an "invalid Key" error message.
Re: Can this excess blue highlight in tree view be removed or fix?
Thanks martin for that,
Updated, i'll replace the files in the utility bank in a minute, i have to split again rar files, i will also edit the post to avoid long posting and update the revision. I also added CVMichaels VB addin form as a tool, so API will be available as an add-in.
(I haven't use for each form in forms so it stays open, will be close independently by cancel)
Last edited by xavierjohn22; Jul 22nd, 2007 at 10:35 AM.