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 


Inifile + Combobox + mouse scroll = error

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


Joined: 06 Mar 2005
Posts: 8

PostPosted: Thu Oct 20, 2005 6:29 pm    Post subject: Inifile + Combobox + mouse scroll = error Reply with quote

if i focus on combo box,with CLICK style, and each time click event open an INIFILE (inifile open,c:\test.ini) an error will occur. In my code, after open inifile, it read about 20-25 key values.I know this is due to vds didn't have the time to open the inifile while scrolling in the combo box. Therefore, i need a solution on how to prevent the command INIFILE OPEN being executed while scrolling.

[/code]
Back to top
View user's profile Send private message
SnarlingSheep
Professional Member
Professional Member


Joined: 13 Mar 2001
Posts: 759
Location: Michigan

PostPosted: Thu Oct 20, 2005 7:54 pm    Post subject: Reply with quote

You might try waiting for half a second and then checking to make sure the selection is still the same as it was before you waited.
Code:

  %%sel = @item(COMBO1)
  wait 0.5
  if @equal(%%sel,@item(COMBO1))
    INIFILE OPEN....
  end

_________________
-Sheep
My pockets hurt...
Back to top
View user's profile Send private message Send e-mail
sawang
Newbie


Joined: 06 Mar 2005
Posts: 8

PostPosted: Fri Oct 21, 2005 10:52 am    Post subject: Reply with quote

thanx.that do it. y didnt i think about that? LoL
Back to top
View user's profile Send private message
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