Bjorn, Bill Lam sent me this link: http://www.jsoftware.com/jwiki/Guides/Window%20Driver/Command%20Reference
It helps some, but I still don't completely understand the bin parameters -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Björn Helgason Sent: Saturday, March 16, 2013 12:03 To: Beta forum Subject: Re: [Jbeta] wd interface for Qt I dusted off J6 and tested in JQT One thing I not is some of the utils I had been using are either not there or in some other place. Ok I finally got one simple app opening up. The form opened up but the fields are in the wrong places. After guessing what to type in by having the J6 form open next to it the app did some calculations and wanted to send them to the form The popup complained about the set command and made no real sense After some more guesswork and testing I found out I needed to put the word text in there. wd'set result *',>INDEX{BMITEXT change to wd'set result text *',>INDEX{BMITEXT How do I get the fields to be placed correctly on the form? xywh 43 19 29 11;cc res static;cn "You are "; xywh 73 19 60 11;cc result static;cn "result"; 2013/3/16 Björn Helgason <[email protected]> > actually not done much in qt at all > > may start soon > On Mar 16, 2013 8:34 AM, "Ric Sherlock" <[email protected]> wrote: > >> Have you looked at the scripts in ~addons/ide/qt/demo? >> On Mar 16, 2013 8:35 PM, "Björn Helgason" <[email protected]> wrote: >> >> > A few complete small example scripts would be good to get a start. >> > >> > 2013/3/16 bill lam <[email protected]> >> > >> > > A draft of J8 wd documentation at >> > > >> > > >> > >> http://www.jsoftware.com/jwiki/Guides/Window%20Driver/Command%20Refer >> ence >> > > >> > > -- >> > > 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 >> > > >> > >> > >> > >> > -- >> > Björn Helgason, Verkfræðingur >> > Fornustekkum II >> > 781 Hornafirði, >> > t-póst: [email protected] >> > gsm: +3546985532 >> > twitter: @flugfiskur >> > http://groups.google.com/group/J-Programming >> > >> > >> > Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari >> einfaldleikans >> > >> > góður kennari getur stigið á tær án þess að glansinn fari af skónum >> > /|_ .-----------------------------------. >> > ,' .\ / | Með léttri lund verður | >> > ,--' _,' | Dagurinn í dag | >> > / / | Enn betri en gærdagurinn | >> > ( -. | `-----------------------------------' >> > | ) | (\_ _/) >> > (`-. '--.) (='.'=) ♖♘♗♕♔♙ >> > `. )----' (")_(") ☃☠ >> > ------------------------------------------------------------------- >> > --- For information about J forums see >> > http://www.jsoftware.com/forums.htm >> --------------------------------------------------------------------- >> - For information about J forums see >> http://www.jsoftware.com/forums.htm > > -- Björn Helgason, Verkfræðingur Fornustekkum II 781 Hornafirði, t-póst: [email protected] gsm: +3546985532 twitter: @flugfiskur http://groups.google.com/group/J-Programming Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans góður kennari getur stigið á tær án þess að glansinn fari af skónum /|_ .-----------------------------------. ,' .\ / | Með léttri lund verður | ,--' _,' | Dagurinn í dag | / / | Enn betri en gærdagurinn | ( -. | `-----------------------------------' | ) | (\_ _/) (`-. '--.) (='.'=) ♖♘♗♕♔♙ `. )----' (")_(") ☃☠ ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
