Hi Ken, my bad I am afraid. I missed the picture bit entirely, apologies for poor speed reading:( Yes you can dnd a file into a field. you need t oset allowDnD...
Hi John, It's a champion idea but as already mentioned, it unfortunately places a null character symbol into the space. I'm tempted to evaluate the contents of...
Hi Steve, Some fonts display a box symbol for certain control characters. Null is the SuperCard constant for ASCII 0 (numtochar(0)). So far as i know, nulls...
Hi -- I'm new to the group, and looking forward to getting acquainted. Before my "real" question -- is there a way to bring a whole thread to the screen,...
... That was meant to imply that if you had old HC stacks or SC projects that you wanted to continue to use in OS 9 for some reason (ie, a client who remains...
Hi, How can I prevent Supercard from creating a new card in he current bg?In this project there are 2 bgs. Bg 1 is only one card. Bg 2 has several cards. I...
Is there anyway my functions can set the result? I am building an supercard handler to use the applescript dialog handler to replace the standard ask and...
on setResult pResult return pResult end setResult function myFunction do whatever setResult "Error:" return bla bla end myFunction That should get it. Not...
Terry, Is this the same issue you reported (and I confirmed) here: <http://finance.groups.yahoo.com/group/SuperCard/message/38917> It was found that opening...
Hi, Haroldo. I'm not sure you can prevent the creating of a new card in the current bg, if you're using the editor's built-in "New Card" menu item. You would...
... I don't think you can set the result as my impression is that it is a reserved variable which is explicitly set by SC in response to some action. You...
Hi, Jan. Welcome to the group! I can't help you with the "play instrument" as I'm not familiar with that area of SC -- hopefully someone who is will respond....
... Fantastic Bruce. Works perfectly. Sorry Vince, Bruce was correct. It amazes me. Below is the set of handlers and function that I have developed using ...
Hi Lisa, Yes, forgot I had raised it before. Anyway a bit of an update. Now on 10.4.10. Opened the userProperties and closed it again. No flash. When it was...
... The reason this works is that when you issue a "return" from within a command handler (vs. a function handler), that return value gets placed in "the...
Thanks, just a quick note about that. As you can see it's placing the "result data" into the results however if you call another external or command that may...
... GetSetObjectImage in the internals toolbox folder. S. __________________ Stéphane Leys http://perso.orange.fr/modulopi/ http://edouardleystrio.com/...
Ooops, I thought John had posted a link to an external. Alec completed a pair of externals i began. Different from the Developer Edition samples in that you...
Terry, With 10.3.9 & SC 4.6.2, I can reproduce the flash problem consistently with the following: Launch Supercard. Open any project (with or without a tabs ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the SuperCard group. File : /4.x...
SuperCard@yahoogroups...
Nov 2, 2007 11:00 pm
42155
A re-post of a sample project with a pair of universal XCmds to insert a new field object or set and existing field object to card export or pictdata passed in...
Thank you, Lisa. I am not sure how am I going to place that handler into the menu item "New Card". Do I need to disable it and create a custom "New Card"...
Haroldo, Yes, you can create your own menus and menu items. I do custom menus for all my projects and usually keep the RTE menus turned off. In fact, you *have...
hi, I will now. alec's external seems to be here: <http://www.hairyhighlandcow.net/software/SC-projects.html> Scale and Insert Image in Field Universal...
Hi Lisa, Yes I can repeat it in 10.4.10 & SC 4.6.2 Also when you restart 4.6.2 it has disappeared. That must have been the effect I was seeing. Hopefully, as...
I need a quick (30 seconds) test of an XFcn. This XFcn is supposed to detect mouse wheel events and return the delta. It works here but I had reports saying...