You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsLINB
I'm trying to setItems on a combolist and find it crashes my browser
when i try to put too many items in there.. It's not much of a
surprise.. but are there any suggested workarounds to this?
JustGo
unread,
Jul 8, 2010, 8:30:48 PM7/8/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsLINB
Then you need to wrap a class( include a List for showing items , a
PageBar for page-turning , and a Inupt/Button for searching ), and pop
your Com in ComboInput's beforeComboPop event.
Class("App.ListSearcher", "linb.Com",{
...
jajajaman
unread,
Jul 9, 2010, 9:13:41 AM7/9/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsLINB
Actually.. is there any way of using native form elements? I don't
think my list is so big that it would break a select..
JustGo
unread,
Jul 9, 2010, 8:56:12 PM7/9/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsLINB
I tried 1000 lines, it works fine.
If you have more then 1000 items in a list, you should consider to
redesign this feature.