Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » [SOLVED in SVN231] BUG in svn229 - Uvs2 2538
Re: [NOT! - SOLVED in SVN231] BUG in svn229 - Uvs2 2538 [message #38909 is a reply to message #15806] |
Sun, 27 January 2013 07:11  |
slashupp
Messages: 231 Registered: July 2009
|
Experienced Member |
|
|
Am getting same thing, same code but on line 531
(using latest debian package)
Occurs when trying to add a value to a DropList
am using DropLists elsewhere in my program and
they work fine, but just not in this case
[edit]
I found that when I use 'dl.Reset' the error occurs
A work-around is to use the two calls:
dl.Clear();
dl.ClearList();
in its place - then all works as it should.
[Updated on: Sun, 27 January 2013 07:40] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Tue Jun 10 14:13:13 CEST 2025
Total time taken to generate the page: 0.04940 seconds
|