Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 24/09/2003 at 07:31, xxxxxxxx wrote:
User Information: ResEdit Version: R8
--------- What is the correct way to add separators to combo boxes:
In older versions of Resedit I used to type:
0,ITEM1, 1,ITEM2, 3,-, 4,ITEM3, 5,ITEM4,
And it worked... Now, I can still do the same and it works but, as soon as I save, I get an error when I open it again telling me that the "-" is not defined. Please, help me. Thank you in advance
Rui Batista
On 24/09/2003 at 08:08, xxxxxxxx wrote:
You should create an empty dummy string. Choose Language/Edit String table and add the string there. The resource should be
0,ITEM1, 1,ITEM2, 3,IDS_DUMMY, 4,ITEM3, 5,ITEM4,
On 24/09/2003 at 08:16, xxxxxxxx wrote:
Thank you!!! Worked like a charm I wish there was a little manual for resedit. it is a very simple tool but there are a few things that would benefit from proper documentation.