Re: [Jprogramming] Building standalone app

2014-07-22 Thread Norman Drinkwater
The J8 Standalone guide has now been updated for J802. On 7/20/2014 11:58 PM, Don Guinn wrote: Yes, I see how it can be quite useful. I tried it with a form. There is a similar situation where doing a Find, say in the edit window, that one has to select back to the edit window very carefully to

Re: [Jprogramming] Building standalone app

2014-07-20 Thread Don Guinn
Yes, I see how it can be quite useful. I tried it with a form. There is a similar situation where doing a Find, say in the edit window, that one has to select back to the edit window very carefully to get the found string to be highlighted. The edit form needs a similar tool. On Sun, Jul 20, 2014

Re: [Jprogramming] Building standalone app

2014-07-20 Thread bill lam
smact is used inside labs to transfer focus back to term after creating a new form. This is just for convenience and not mandatory so that the cmd may be dropped. On Jul 21, 2014 5:32 AM, "Don Guinn" wrote: > OK. Thanks. > > What about "fixed" as in: > cc editname edit;set editname fixed 60; >

Re: [Jprogramming] Building standalone app

2014-07-20 Thread Don Guinn
OK. Thanks. What about "fixed" as in: cc editname edit;set editname fixed 60; Is it supposed to be gone or did it get accidently dropped? What does (wd 'smact') do? On Sun, Jul 20, 2014 at 3:26 PM, chris burke wrote: > > ...pops up when the form is closed. I could put "exit 0" in a close ev

Re: [Jprogramming] Building standalone app

2014-07-20 Thread chris burke
> ...pops up when the form is closed. I could put "exit 0" in a close event for the form, but that doesn't seem like a good way to solve the problem. J6 had an option that when the last window closed J closed. That doesn't seem to be J8 works. Right now you have to use "exit 0" at the end. This wa

Re: [Jprogramming] Building standalone app

2014-07-20 Thread Don Guinn
Yes, I noticed that a lot had changed when I compared the library scripts in your viewer.ijs and the ones in the current J library. On Sun, Jul 20, 2014 at 2:11 PM, Norman Drinkwater wrote: > Sorry, I'm working on updating that guide and will have the files uploaded > within a few days. Jqt has

Re: [Jprogramming] Building standalone app

2014-07-20 Thread Don Guinn
he user could just do other J stuff afterwards. > If the issue is potential confusion about seeing the IDE, outputting to > the console "MyFormName has closed... closing this window will exit > MyProgName". > > > > ----- Original Message - > From: Don Guinn > T

Re: [Jprogramming] Building standalone app

2014-07-20 Thread Norman Drinkwater
Sorry, I'm working on updating that guide and will have the files uploaded within a few days. Jqt has changed significantly since that guide was written. > On Jul 20, 2014, at 1:51 PM, Don Guinn wrote: > > Trying to figure out how to prevent the ijx window from appearing for > making standalone

Re: [Jprogramming] Building standalone app

2014-07-20 Thread 'Pascal Jasmin' via Programming
essage - From: Don Guinn To: Programming forum Cc: Sent: Sunday, July 20, 2014 2:51:53 PM Subject: [Jprogramming] Building standalone app Trying to figure out how to prevent the ijx window from appearing for making standalone applications. I found an example in Wiki Guides/ J8 Standalone. Bu

[Jprogramming] Building standalone app

2014-07-20 Thread Don Guinn
Trying to figure out how to prevent the ijx window from appearing for making standalone applications. I found an example in Wiki Guides/ J8 Standalone. But the zip file of the project build for the application missing -(http://www.mcardle.wisc.edu/mprime/download/viewer-1.zip). I downloaded the in