I have never used osx but J wd does not support so many cbs_.. styles as you have quoted. Or at least they are not documentated in J user manual. In formeditor it limits style for those supported by java
NB. ========================================================= JAVASTYLES=: cutopen 0 : 0 bs_defpushbutton bs_lefttext bs_ownerdraw cbs_autohscroll cbs_sort es_autohscroll es_autovscroll es_center es_lowercase es_nohidesel es_password es_readonly es_right es_sunken es_uppercase gs_opengl lbs_extendedsel lbs_multicolumn lbs_multiplesel lbs_ownerdrawfixed lbs_sort sbs_vert ss_blackframe ss_blackrect ss_center ss_etchedframe ss_etchedhorz ss_etchedvert ss_grayframe ss_grayrect ss_leftnowordwrap ss_noprefix ss_right ss_simple ss_sunken ss_whiteframe ss_whiterect tbs_autoticks tbs_both tbs_enableselrange tbs_left tbs_nothumb tbs_noticks tbs_top tcs_buttons tcs_multiline ws_border ws_disabled ws_group ws_hscroll ws_thickframe ws_vscroll ) Срд, 20 Окт 2010, Mark Niemiec писал(а): > I am currently in the process of porting a J 6.02 application that > runs on Windows > to run on OSX. I have encountered several incompatibilities, but could not > find any relevant documentation. > > File locking (1!:30, 1!:31, 1!:32) always yield domain errors; > presumably file locking is not implemented on the Mac. > > Tab controls on Windows support the style tcs_multiline (for multiple rows), > but on the Mac, this appears to be accepted but ignored. > > Combo boxes on Windows support the styles: > cbs_dropdownlist (edit box with dropdown list), > cbs_dropdown (static box with dropdown list), > cbs_simple (static box with list box), > cbs_autohscroll (automatic horizontal scrolling within the static or edit > box), > but on OSX any of these generate a domain error in wd. > > So I basically have three questions: > 1) Does anyone who has experience with using wd on OSX know how to > get the same functionality? > 2) The wd documentation says 'cc' accepts a 'style'. Is there any > documentation > about just what wd accepts for this on different platforms, in particular, > OSX? > 3) Is there any list of which foreigns or other system-dependent APIs > that work differently from one platform to another, and what the > differences are? > > -- Mark D. Niemiec <[email protected]> > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
