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 


table

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


Joined: 07 Aug 2002
Posts: 85

PostPosted: Fri Jan 28, 2011 8:49 pm    Post subject: table Reply with quote

when ever i add something to a table it auto generates the click event this is to include list loadfile after it loads the file, the click event is triggered.

any idea on this
Back to top
View user's profile Send private message Visit poster's website
Aslan
Valued Contributor
Valued Contributor


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

PostPosted: Fri Jan 28, 2011 11:11 pm    Post subject: Reply with quote

Use
Code:
%E = @event()
%E =

After each process that generates a click event with the exception of when you intend there to be a click event. This will disgard the event when you don't want it.

-or-

Use the DBLCLICK attribute instead of CLICK with the Table Element

This is an inhierent issue of the ListView control.
Back to top
View user's profile Send private message Send e-mail
uvedese
Contributor
Contributor


Joined: 21 Jan 2006
Posts: 169
Location: Spain

PostPosted: Sat Jan 29, 2011 2:28 pm    Post subject: Reply with quote

If several events occur you can use:

Code:
while @event()
wend


_____________

http://uVeDeSe.es
_____________
Back to top
View user's profile Send private message Visit poster's website
marcelo
Contributor
Contributor


Joined: 10 May 2008
Posts: 155

PostPosted: Sat Jan 29, 2011 11:54 pm    Post subject: Reply with quote

Yes, i always use:

Code:

while @event()
wend


and it works perfect!! Try it...
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: Sun Jan 30, 2011 4:26 am    Post subject: Reply with quote

Good tip uvedese Wink
Back to top
View user's profile Send private message Send e-mail
DoT_PiTcH
Contributor
Contributor


Joined: 07 Aug 2002
Posts: 85

PostPosted: Mon Jan 31, 2011 4:21 pm    Post subject: Reply with quote

Code:

%E = event()
if %E
goto %E
else
goto evloop
end


so is that where i add the

Code:

while @event()
wend
Back to top
View user's profile Send private message Visit poster's website
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Mon Jan 31, 2011 5:14 pm    Post subject: Reply with quote

I would put it right after you add something to your table.
_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
Back to top
View user's profile Send private message
DoT_PiTcH
Contributor
Contributor


Joined: 07 Aug 2002
Posts: 85

PostPosted: Mon Jan 31, 2011 5:51 pm    Post subject: Reply with quote

Thank you, that worked great
Back to top
View user's profile Send private message Visit poster's website
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