forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


combo box - can't select first item

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
jwfv
Valued Contributor
Valued Contributor


Joined: 19 Mar 2002
Posts: 422
Location: Beaufort, SC

PostPosted: Tue Oct 02, 2007 6:30 pm    Post subject: combo box - can't select first item Reply with quote

I have run across a strange problem. I have a user who is not able to select the first item in a combo (dropdown) box by clicking it with the mouse.

This apparently only occurs when it is running in a terminal server session using Provision Networks remote client. Provision Networks is like a Citrix alternative, offering seamless windows, etc.

http://www.provisionnetworks.com/

This problem does not appear for users with the program installed locally, or for users that connect to the program via regular remote desktop/terminal server.

Something in the Provision protocol, I guess, interferes with clicking the first item in a list. Also, the user can use the arrow key to go down to the first item, and then hit 'enter' and it will select it. But clicking with the mouse won't.

Any ideas?

_________________
Joe Floyd
Back to top
View user's profile Send private message
Aslan
Valued Contributor
Valued Contributor


Joined: 31 May 2001
Posts: 589
Location: Memphis, TN USA

PostPosted: Mon Nov 26, 2007 6:15 am    Post subject: Reply with quote

Maybe make the first item blank?


List add,Combo1,
List add,Combo1,First item in the list
Back to top
View user's profile Send private message Send e-mail
jwfv
Valued Contributor
Valued Contributor


Joined: 19 Mar 2002
Posts: 422
Location: Beaufort, SC

PostPosted: Mon Nov 26, 2007 2:31 pm    Post subject: Reply with quote

Thanks - that may help in a couple of places, but overall I don't believe that will be a solution. It allows the user to select a blank item, and then I would have to rewrite other parts of the program to deal with that. And it is a very large program -
_________________
Joe Floyd
Back to top
View user's profile Send private message
Aslan
Valued Contributor
Valued Contributor


Joined: 31 May 2001
Posts: 589
Location: Memphis, TN USA

PostPosted: Tue Nov 27, 2007 7:03 pm    Post subject: Reply with quote

You could test for it in the ComboClick event.

:Combo1CLICK
If @null(@dlgtext(Combo1))
warn Please select a non-null item!
goto evloop
end
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group