... I doubt it, Dan. I use selectWindow to populate the Navigation field, and since it IS properly populated when I switch windows, the correct window has the ...
... I brought this up some time ago. and it seems you bumped into it, too. Leaving palettes out of the discussion, it still feels to me that a window that is...
... I think the issue here is that the window with the focus doesn't have a cursor in any field, but the other window does. In your case, TextEdit always opens...
I need, under script to duplicate a window. COPY doesn't work, neither does CLONE. I recall, quite a while back, someone developed a method of storing a window...
I believe the way to do this is by creating two projects, 1 your main app which would have any palettes dialog and menus. It would also have most to all of...
Hi Doug, (I've changed your subject title which seemed confusing to me.) ... neither ... work? You can read a one-window project file and put that into a...
... Sounds about right. What tripped me up was that I was expecting to be typing into the message box since I didn't think I had a text field selected. ... The...
... Absolutely correct. I forgot to change the subject line. Only remembered after it had left my machine. Sorry. Thanks for a much better subject line. ... ...
... not knowing all your requirements, or the size of your database, here's an idea: Since the data is read in from disk, why not just make one project with...
Dan, that would work to some extent. The coping of windows is disallowed from script so the project would have to have a limited number of dummy windows that...
Hi Doug, Another way of reproducing a window is using the, "new", command (new window). See the example in the SC Help project. And then all the card and...
The template/ seporate project idea would work for this and would be pretty simple to set up instead of asking the user where to save the file you write it out...
... Once you create a new window, you can copy a card from another window and paste it into the new window, then delete the original card that was created...
Good point about the clipboard. However, the CLONE command solves this. But I don't think one can clone a card, just objects. But because everything I need is...
Doug, Could you report when you have a final approach/solution, maybe provide sample code if it's not proprietary? I've been wanting to do something that...
... Hi Lisa, Glad to oblige. Here is my current status. I have a template window with appropriate fields, graphics and buttons all on the card level of card 1...
Hi, The purpose of this button script, when finished, is to find out whether a file suffix is mp3 or aiff, before a launch command can be issued to open the...
Please disregard my previous post. Keyword "file" was missing. The script was telling me the variable existed, not the file. Thaks for reading. Haroldo...
Lisa, Discovered that one can make a "new inv window", which totally hides all the action until the after populating the window and card, whereupon a simple...
Howdy, I'm really behind because of hardware crashes, and just a little curious. Could someome do a short-quick synopsis of the thread, e.g., why would one...
Hi, Ken. For me it's because the data is generated on-the-fly and doesn't need to be stored beyond the application session, it's a utility program for finding...
... Hi Doug, You can delete palette windows if so set the focus to them, eg: on mouseUp new wd set the name of last wd to "trash" set the style of wd "trash"...
Thought I would share the latest version of my window template duplicator. This one has a more comments to explain what is going on and my file specifics are...