Re: IDE version 9k5
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Nov 15, 2000
- 412 views
Judith, Do you think you will be providing the style field for all/most controls, or just windows? Reason I ask is I recently found it useful to add BS_MULTILINE style to a button control, which suggests it could be useful maybe to allow style setting in the IDE for other controls as well. And along those lines, I would suggest that even if you do provide later for dropdown list to select styles from, that you retain the option for the user to enter their own style constants, in case people find additional useful styles not included in the list. I think if you use a combo box which retains the "edit" field, that's automatically accomplished. One possible problem to look out for with regard to style setting for windows, unless Derek has changed it in Win32Lib, is that as far as I understand, in (a) recent version, the default style setting does *not* get "over-ridden" by user specified style, the user spec just gets *added* to the default, so you can't be completely sure that you have "rolled your own" (window style) as you intended. Dan ----- Original Message ----- From: "Judith Evans" <camping at FLASH.NET> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Wednesday, November 15, 2000 3:27 AM Subject: IDE version 9k5 > I've put a version of IDE on my home page > http://home.flash.net/~camping/judith.htm that fixes the beeping editor, > thanks to a fix by Derek, and corrects the cursor placement after using > ctrl-c. It looks like changes for style and the new InitialCode (thanks Dan > for the title) entry in the event combo may take longer than I planned. > BTW the new InitialCode will only be available for 'window' if I can code > it correctly. Now looks like a good time to incorporate David Cuny's > Property Sheet module. Initially the style field will be free form in which > you can place as many styles together, seperated by commas, as you desire. > In the future this probably should be a combo or dropdown list from which > you can pick multiple items. I don't know all the possible items to put into > this box right now though so may be calling out for help. > > Judith