| View previous topic :: View next topic |
| Author |
Message |
starfire Newbie
Joined: 16 Dec 2008 Posts: 24 Location: Florida USA
|
Posted: Sun Jan 04, 2009 1:43 pm Post subject: Exe Icon Change and Keyboard Tab Focus |
|
|
Trying to figure out two things on my VDS app.
1) I have looked everywhere but can not discover how to change the .exe file icon for my compiled program. What is the best way to do this?
2) I have noticed that on my VDS app that my edit boxes that have wrap and multi selected is now no longer highlighting when hitting the keyboard tab. The cursor blinks in box but the box does not highlight. Is this a VDS bug or is there something I need to do to get this working?
Thanks
Starfire |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Sun Jan 04, 2009 3:17 pm Post subject: |
|
|
The icon is added in the IDE, at the bottom, in the "Project Manager" tab, "Project" sub-tab, where it says "Icon:"
Hooligan _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
starfire Newbie
Joined: 16 Dec 2008 Posts: 24 Location: Florida USA
|
Posted: Sun Jan 04, 2009 4:13 pm Post subject: |
|
|
Never thought about looking down at the bottom, I looked everywhere else for a Icon changer. Thanks a lot Hooligan for telling me where to look and do it.
Now if I can resolve my keyboard tab issue
Thanks
Starfire |
|
| Back to top |
|
 |
DaveR Valued Contributor


Joined: 03 Sep 2005 Posts: 413 Location: Australia
|
Posted: Mon Jan 05, 2009 2:09 am Post subject: Re: Exe Icon Change and Keyboard Tab Focus |
|
|
| starfire wrote: | | 2) I have noticed that on my VDS app that my edit boxes that have wrap and multi selected is now no longer highlighting when hitting the keyboard tab. The cursor blinks in box but the box does not highlight. Is this a VDS bug or is there something I need to do to get this working? |
That's because it's now a multi line edit box. VDS does not know which line you want to select. This is normal and the expected behaviour.
An edit box with the multi and wrap styles is just like a text editor (like notepad). When you open notepad it does not select the whole page of text. Instead it places a blinking cursor at the start of the page. _________________ cheers
Dave |
|
| Back to top |
|
 |
starfire Newbie
Joined: 16 Dec 2008 Posts: 24 Location: Florida USA
|
Posted: Mon Jan 05, 2009 2:47 am Post subject: |
|
|
Never thought of it as a text editor. It does make sense. Wish VDS could tell the difference. Thanks Dave for clearing up my thinking on this. Guest I will learn to live with the non-highlighting multi wrap edit box.
Thanks
Starfire |
|
| Back to top |
|
 |
|