Dave, I presume you are referring only to externals that have a cocoa window? imageGeometry imageColorAdjustment imageColorEffects These are the externals I am...
Hi, Now it's getting really interesting. I went back to the imageGeometry Test project and commented out the lines to "load external" I then placed the...
Hi Doug, I've not ued auto-resize except by using MPI's Auto Resize module, it does a lot of things very nicely. It might help. A while back i made a few...
I really think it is a nib issue. Why? This is the first error logged by console when trying to access the external. 2007-01-01 11:00:26.133 SuperCard 4.6[739]...
I have now implemented the externals so that each external loads the nib file which is external to SuperCard. What happens? Whichever external I use first, say...
Hi Terry, No, before you began cocoa window externals. And actually, i was questioning if there was an issue with load ;-) In any case, attempting to run the...
... Make sure all your classes have unique names. The names are application-wide, so externals can conflict with eachother. ... the nib. ... When you convert...
... Make sure all your classes have unique names. The names are application-wide, so externals can conflict with eachother. ... the nib. ... When you convert...
http://24.199.175.86/supercard/pdpainter2.sc45.zip Much improved, much faster pencil brush. Improved visible brush alignment. If you're bored, here's a cheezy...
... Richard, I had already implemented your other suggestions without success and tried the suggestion above not hoping for success. However, it seems to have...
Dave, It seems a lot faster than the last release. I think I categorised speed as a 2 out of 10 on my lowly imac g4 1.25 for the last release. Now I would...
Hi Terry, Don't expect much better soon ;-) Speeding up the soft brush tool and maintaining consistent translucency during a drag is proving quite difficult. ...
Thanks for the help John, It turns out that lower/higher in the numbering system confused me a little. When I discovered that, all worked as described in the...
... That's correct. There's currently no real way of unloading Cocoa bundles. ... Not really. Well, if the bundle was loaded and unloaded every time you called...
... Richard, Thanks this is what I've done. I have been asked by Scott to ensure I post to the correct group. This now belongs in the SuperCardXCmd group. ...
http://24.199.175.86/supercard/BisectArray.sc45.zip Another little test project. Drag around the card field center and the field of zeros & ones is filled to...
OK, Cool! This would be a great place to present a lesson. What does your little program do... how does it do it... upon which knowledge is it based... how...
I just upgraded to 4.6 (from 4.1) and seem to have lost a significant capability. In 4.1, when you set the font & size of the text in a background field, that...
Eventually, resulting scripts will be used to mask an array which defines a brush. Suppose you're painting a line at a given angle for a given distance. At...
http://24.199.175.86/supercard/BisectArray2.sc45.zip This version masks a pictdata representation of a soft round brush at 8 times actual size. As you drag...
Just updated at same link to mask pictdata of 2 aligned graphics. Pictdata of each, one red the other gold, masked contrary to the other. DCS DCS ... size. ......
I have been trying to tease this project apart. Why can't I select the cd grcs? There seem to be two of them. But the pointer tool has no effect on them......
And they are both locked. if you move them around, change the card script's unlock screen command... ... unlock screen -- using cd grc 1 end repeat end...
... Thanks Dave. Everything needed for writing an external ;-) Well, I've found a pure ST trick for getting what I need (ascent and descent) in less than 2...