0 Members and 1 Guest are viewing this topic.
Cool to hear, I'm glad this progresses nicely. Also the replace all function will be very useful because I hated in some softwares when there were either no replace function or I had to press replace over 100 times (or retype everything all the time) when I needed to change parts of code or something all accross my program.
2101002323EF0745C9
ld hl,1inc hlinc hlB_CALL _DispHL
AsmPrgm2101002323EF0745C9
A radio button, if possible.
Quote from: mdr1 on January 06, 2011, 10:32:56 amA radio button, if possible.That's a great idea... if I was able to make custom dialogs. I think I'll have a choice list dialog. Thanks anyway
Quote from: ScoutDavid on January 06, 2011, 01:51:30 pmQuote from: mdr1 on January 06, 2011, 10:32:56 amA radio button, if possible.That's a great idea... if I was able to make custom dialogs. I think I'll have a choice list dialog. Thanks anyway You don't have to do costom dialogs, you can also put the radio buttoms in a menu bar ... if you can do it.Good luck for your project !
No exactly, but tou can also do it like this.You can add 1 checkbox or 2 radio buttons, to choose the option.What's the langage you use for your program ?
Uh, I program in Python just a little, sorry.
if b[i+1]!= '' and b[i+2]!= '': bCallUsed = ''.join([b[i],b[i+1],b[i+2]])