Hi.

It seems there is a character limit. I made a gadget to fill a combo box
(btn 1):

on mouseUp
   repeat with y = 1 to 30000
      put y into line y of temp
   end repeat  
   put temp into btn 1
   answer the length of btn 1 && the number of lines of btn 1
end mouseUp

The button filled to a length of 37821 and stopped, with 7786 lines.

Craig Newman



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Limitation-on-length-of-Menu-Items-in-a-Combo-Box-tp4709186p4709200.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to