| View previous topic :: View next topic |
| Author |
Message |
lay_z_boy00 Regular
Joined: 26 Jan 2004 Posts: 57
|
Posted: Mar 19th, 2004 10:46 PM Post subject: [ Controls ] |
|
|
How do i make it so that EVERY command button is the same text AND EVERY one goes bold on MouseOver and goes normal on MouseOff..... _________________ Lay_Z_Boy00 |
|
| Back to top |
|
Gilad_r Centurion
Joined: 03 Mar 2004 Posts: 156
|
Posted: Mar 20th, 2004 12:12 AM Post subject: |
|
|
well, if they all have different names you'll have to code for each and every one of them.
if they are in an array you can just use the index argument in the appropriate events.
another solution would be to upgrade this control yourself using activeX..
hope this helps
Gilad _________________ "you should make amends with you" (Incubus) |
|
| Back to top |
|
lay_z_boy00 Regular
Joined: 26 Jan 2004 Posts: 57
|
Posted: Mar 20th, 2004 12:43 AM Post subject: |
|
|
so how would i go about his using activex? _________________ Lay_Z_Boy00 |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Mar 20th, 2004 04:10 PM Post subject: |
|
|
To create an activex control just to make the text bold on mouseover is an overkill in my opinion but still a possible solution. I would recommend making your Command buttons an array or code each event seperately. If you want to read about creating activex controls, I found this very useful : [link] _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
lay_z_boy00 Regular
Joined: 26 Jan 2004 Posts: 57
|
Posted: Mar 20th, 2004 06:11 PM Post subject: |
|
|
kool, thx
ps. how come the "Log Me In Automaticly" button dosnt work, and i have to type in my username n passs every time? _________________ Lay_Z_Boy00 |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Mar 20th, 2004 06:23 PM Post subject: |
|
|
You're welcome
I don't have that problem... You would have to ask Avis about it... Unfortunatelly he isn't around at the moment because of exams... Sorry about the inconvenience
EDIT : I logged out, logged back it, closed the window and came back... It logged me in fine Do you maybe have a firewall blocking cookies?  _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
|