hi! my dear friend see this url http://southshoreaudio.net/myblog5/r2.php?gid=20&sid=7 have a nice day Thursday, 19 April 2012 16:44:39 - Raymond A M says: Lsg...
45484
mckenziecalhoun
May 21, 2012 11:41 pm
When I open the Tool Palette, it allows me to select a tool, but when I select something to add, like a button, and click on the project window, nothing is...
45485
Mark Schonewille
ecognoompje
May 21, 2012 11:46 pm
Hi, Don't click but drag to draw the objects. Any standard buttons higher than 22px are drawn as rectangles by the operating system. There is nothing you can...
45486
Haroldo Mauro
oruamh
May 21, 2012 11:48 pm
You need to click AND drag to add objects.. As for the round buttons, I have the same problem you mentioned. Harold...
45487
mckenziecalhoun
May 22, 2012 4:29 pm
I'm being unclear, and you helped clarify: I am clicking and dragging. I've created many buttons and fields before. This is a different situation, as I am no...
45488
Haroldo Mauro
oruamh
May 22, 2012 4:38 pm
That's weird! Not one single field or button? Harold...
45489
George Barker
four46
May 23, 2012 1:39 am
Hi folks I know this should go to the forum, but for the number of times I have problems it's just not worth trawling through the threads. And there's not much...
45490
Haroldo Mauro
oruamh
May 23, 2012 1:51 am
That's right. Only with "the long date" or "the abbrev date" you get the full 4-digit year, but then you get also day of the week etc...
45491
Kenneth Norris
pixelbird2000
May 23, 2012 2:59 am
Hi fellers, ... As Mark noted, that's because they are actual Aqua controls drawn by OS X, not SuperCard, and it draws them with the max radius for the rounded...
45492
George Barker
four46
May 23, 2012 8:53 am
Hi Haroldo I beg to differ... I have a (locked) field with the following script: on mouseUp if the shiftKey is down then put the date into me select line 1 of...
45493
Haroldo Mauro
oruamh
May 23, 2012 11:02 am
It works! Go to System Preferences -> Date & Time -> Open Language & text… -> Formats -> Customize; then set the "short date" to dd mm yyyy Quit System...
45494
Haroldo Mauro
oruamh
May 23, 2012 11:02 am
Hi George, as far as I can see, what I wrote does not contradict what you wrote here. The only way I get 4-digit year presently-- and this maybe a Lion thing,...
45495
George Barker
four46
May 23, 2012 11:46 am
... Ah, I forgot to mention - I'm running OS X 10.6.8. Although I see in a later post you say it works in 10.6. I've tried setting the short date to dd mm...
45496
Kenneth Norris
pixelbird2000
May 23, 2012 8:37 pm
Hi George, ... I'm afraid Haroldo is right. What OSX version are you using? I'm using Snow Leopard (which I favor over Lion). The Date and Time System Prefs do...
45497
Haroldo Mauro
oruamh
May 23, 2012 8:48 pm
I found out later that it is possible both in Lion and Snow Leopard. Look up my previous message. Harold...
45498
Haroldo Mauro
oruamh
May 23, 2012 8:49 pm
I'm very happy to see some activity on the list! That's great! Harold...
45499
Haroldo Mauro
oruamh
Jun 1, 2012 7:40 pm
I copied an email address from a message and pasted it into a bg field named "email" The copied text was blue and so it remained when pasted into the field. I...
45500
Mark Schonewille
ecognoompje
Jun 1, 2012 7:43 pm
Hi Haroldo, set the textcolor... doesn't work because what you see isn't the textColor of the field but the textColor of the text. put bg fld x into bg fld x ...
45501
Haroldo Mauro
oruamh
Jun 1, 2012 8:08 pm
Mark, thanks, but if I do that I'll get the text from one field copied into the other. That's not what I want. I need to change the text color of a field to...
45502
Mark Schonewille
ecognoompje
Jun 1, 2012 8:47 pm
No, Haroldo, if you put fld x into fld x then the text will still be in fld x. There is no other field :-) -- Kind regards, Mark Schonewille Economy-x-Talk ...
45503
Haroldo Mauro
oruamh
Jun 1, 2012 8:53 pm
Do you mean put the field into itself? Ok, the name of the field is "email" so, if I writr in the message box: "put bg field email into bg field email"...
45504
Haroldo Mauro
oruamh
Jun 1, 2012 8:58 pm
I followed your instructions exactly. "Put fld email into fld email" The blue text disappeared and a little square was placed in it. ...
45505
Dave Francis
b149gimlet
Jun 1, 2012 10:32 pm
Try this Haroldo: set textColor of char 1 to len(fld email) of fld email to 256 Dave Francis dfrancis@......
45506
Mark Schonewille
ecognoompje
Jun 1, 2012 10:48 pm
Hi Haraldo, I noticed the following. If I copy an e-mail address from Mail.app only, paste it into a field in SuperCard and use the syntax put bg fld x into bg...
45507
Haroldo Mauro
oruamh
Jun 1, 2012 11:46 pm
I did copy from mail.app. and that is why it didn't work as expected, as you said. Thanks. Haroldo...
45508
Haroldo Mauro
oruamh
Jun 2, 2012 12:00 am
That works just the same as "set the textColor of field fieldName to 256" . It DOES change the color of the text, however, it DOES NOT work for text copied...
45509
Haroldo Mauro
oruamh
Jun 2, 2012 10:34 am
This is what I found out: "set textColor" DOES NOT work when the text of a field is pasted as an active link, copied from mail.app or Safari, and probably from...
45510
Joe Koomen
joekoomen
Jun 3, 2012 10:19 pm
There are a few ways to get around this. If the field is has allowObjects set to false, it will not allow links to be dragged into it (or graphics or any other...
45511
Haroldo Mauro
oruamh
Jun 9, 2012 1:40 am
Hi, I just created a new window in my Library Catalog project. I wrote down its ID (105) and its number (4) I did not remember I had that many windows in my...
45512
Joe Koomen
joekoomen
Jun 9, 2012 2:16 am
New windows must have a card in them. A problem with SuperEdit is it will create new windows without cards in them - I can't imagine why. Could that be it? ...