Search the web
Sign In
New User? Sign Up
SuperCard
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 44526 - 44555 of 45159   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
44526
... 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 ...
Joe Koomen
joekoomen
Offline Send Email
Dec 1, 2008
11:28 am
44527
... 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...
Dave Higgins
davehiggins4...
Offline Send Email
Dec 2, 2008
4:45 pm
44528
... 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...
Joe Koomen
joekoomen
Offline Send Email
Dec 2, 2008
5:16 pm
44529
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...
Doug Denby
dougleighdenby
Offline Send Email
Dec 3, 2008
1:49 am
44530
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...
Bruce Martin
the1ripper2001
Offline Send Email
Dec 3, 2008
3:32 am
44531
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...
Dan Kelleher
ictmmm3333
Offline Send Email
Dec 3, 2008
5:19 am
44532
... 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...
Dave Higgins
davehiggins4...
Offline Send Email
Dec 3, 2008
5:54 am
44533
... 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. ... ...
Doug Denby
dougleighdenby
Offline Send Email
Dec 4, 2008
2:11 am
44534
... 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 Kelleher
ictmmm3333
Offline Send Email
Dec 4, 2008
4:00 am
44535
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...
Doug Denby
dougleighdenby
Offline Send Email
Dec 4, 2008
1:09 pm
44536
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...
Dan Kelleher
ictmmm3333
Offline Send Email
Dec 4, 2008
3:07 pm
44537
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...
Bruce Martin
the1ripper2001
Offline Send Email
Dec 4, 2008
3:20 pm
44538
... 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...
Dave Higgins
davehiggins4...
Offline Send Email
Dec 4, 2008
3:23 pm
44539
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 Denby
dougleighdenby
Offline Send Email
Dec 4, 2008
7:30 pm
44540
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...
Lisa Thompson
lthompson_87
Offline Send Email
Dec 4, 2008
10:24 pm
44541
... 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...
Doug Denby
dougleighdenby
Offline Send Email
Dec 4, 2008
11:21 pm
44542
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...
Haroldo Mauro Jr.
oruamh
Offline Send Email
Dec 5, 2008
10:43 am
44543
Please disregard my previous post. Keyword "file" was missing. The script was telling me the variable existed, not the file. Thaks for reading. Haroldo...
Haroldo Mauro Jr.
oruamh
Offline Send Email
Dec 5, 2008
11:13 am
44544
Your conditional is basically testing whether the *variable* tfile exists. To test whether the file at the path contained in the variable use: if...
Lisa Thompson
lthompson_87
Offline Send Email
Dec 5, 2008
11:14 am
44545
Thanks, Doug. That's very useful....
Lisa Thompson
lthompson_87
Offline Send Email
Dec 5, 2008
11:34 am
44546
Thanks for correcting the script, Lisa. Haroldo...
Haroldo Mauro Jr.
oruamh
Offline Send Email
Dec 5, 2008
11:38 am
44547
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...
Doug Denby
dougleighdenby
Offline Send Email
Dec 5, 2008
3:50 pm
44548
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...
Kenneth Norris
pixelbird2000
Offline Send Email
Dec 5, 2008
10:54 pm
44549
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...
Lisa Thompson
lthompson_87
Offline Send Email
Dec 6, 2008
1:22 am
44550
... OK. But how do you delete a window from script? Ken N....
pixelbird2000
Offline Send Email
Dec 6, 2008
1:51 am
44551
... 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"...
John Johnston
troutcolor
Offline Send Email
Dec 6, 2008
8:10 am
44552
Hi, I think the window you wish to delete has to be the front window then you delete window All the best Terry...
Terry Heaford
haden_young
Offline Send Email
Dec 6, 2008
11:41 am
44553
... Thank you John. Probably a better way than mine. Doug...
Doug Denby
dougleighdenby
Offline Send Email
Dec 6, 2008
3:07 pm
44554
... I consider it good practice to call "compact" at this point as well. Doug...
Doug Denby
dougleighdenby
Offline Send Email
Dec 6, 2008
3:34 pm
44555
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...
Doug Denby
dougleighdenby
Offline Send Email
Dec 6, 2008
3:38 pm
Messages 44526 - 44555 of 45159   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help