Search found 376 matches

by teacherguy
Sat Nov 26, 2016 8:35 pm
Forum: Talking LiveCode
Topic: png images with white
Replies: 12
Views: 7867

Re: png images with white

Good call on looking at the html. If I can figure out the percentage of zooming/loc and then just grab the image that would work. Thanks Klaus.
by teacherguy
Sat Nov 26, 2016 5:50 pm
Forum: Talking LiveCode
Topic: png images with white
Replies: 12
Views: 7867

Re: png images with white

If I do a google image search in my browser instance and choose "View original image" png files do not load into the browser instance with the checkered background. :cry:
by teacherguy
Sat Nov 26, 2016 5:13 am
Forum: iOS Deployment
Topic: Using iOS 9.3.5 with LC 8.1.1 and macOS 10.12
Replies: 7
Views: 5406

Re: Using iOS 9.3.5 with LC 8.1.1 and macOS 10.12

I've been using it and it's working fine.
by teacherguy
Fri Nov 25, 2016 9:42 pm
Forum: Talking LiveCode
Topic: png images with white
Replies: 12
Views: 7867

Re: png images with white

Well let me phrase the issue a different way because yes, if I were including the images in the stack before building, I could certainly create the images with the proper alpha channels. But in this case the user is pinch/zooming a png image in a browser instance and I'm capturing the snapshot (the ...
by teacherguy
Fri Nov 25, 2016 4:52 am
Forum: Talking LiveCode
Topic: png images with white
Replies: 12
Views: 7867

png images with white

I have been digging through the dictionary, the forums, and the web. I cannot find the answer and it must be simple. I have png images that include white around the subjects that I would like to treat as alpha/transparent. Although the dictionary says the transparent keyword applies to ios, just bel...
by teacherguy
Fri Nov 25, 2016 2:40 am
Forum: iOS Deployment
Topic: Using iOS 9.3.5 with LC 8.1.1 and macOS 10.12
Replies: 7
Views: 5406

Re: Using iOS 9.3.5 with LC 8.1.1 and macOS 10.12

Have you tried 8.1.2?
by teacherguy
Thu Nov 24, 2016 4:00 pm
Forum: iOS Deployment
Topic: DataGrid with bounce in iOS
Replies: 4
Views: 3258

Re: DataGrid with bounce in iOS

Thanks for the info on that Mikey. I purchased some DropTools years back, and also had a license for mergext before it was included as part of LC. But, I don't currently see a way to download mergDataGridScroller. Sons of Thunder refers me to Monte's site, but his site just says everything is now in...
by teacherguy
Thu Nov 24, 2016 10:18 am
Forum: iOS Deployment
Topic: DataGrid with bounce in iOS
Replies: 4
Views: 3258

DataGrid with bounce in iOS

I found some older threads about Monte's ext but it didn't seem to make it as part of the LC acquisition of his externals. Is there a way to have the "can bounce" iOS feature with a DataGrid?
by teacherguy
Thu Nov 24, 2016 10:17 am
Forum: iOS Deployment
Topic: Saving a picture
Replies: 1
Views: 2153

Re: Saving a picture

by teacherguy
Wed Nov 23, 2016 7:14 pm
Forum: Talking LiveCode
Topic: Evaluating RGB?
Replies: 3
Views: 2826

Re: Evaluating RGB?

Superb, thanks Jacque
by teacherguy
Wed Nov 23, 2016 12:40 pm
Forum: Talking LiveCode
Topic: Evaluating RGB?
Replies: 3
Views: 2826

Evaluating RGB?

I would like to change the drop shadow behind text from black to white depending on the textcolor that the user selects. Does anyone have a way of evaluating the RGB in order to determine a darker color (say blue) from a lighter one (say yellow)?
by teacherguy
Tue Nov 15, 2016 7:37 pm
Forum: iOS Deployment
Topic: Solution for iOS browser image in landscape?
Replies: 0
Views: 1677

Solution for iOS browser image in landscape?

When a local image is loaded into a browser control (autofit set to true) is there any way to set the initial location of landscape images? The default behavior is that the width is scaled to the width of the card, which results in the initial image being quite small and aligned to top. I would rath...
by teacherguy
Fri Nov 11, 2016 3:40 am
Forum: iOS Deployment
Topic: mobilepickphoto and retina
Replies: 1
Views: 2316

mobilepickphoto and retina

So I'm using mobilepickphoto and my stack is at the size of the iPhone 6 (375x667). How do I import the photo so it is taking advantage of the retina (2x) resolution?

Should I have created the stack dimensions twice as large to begin with?
by teacherguy
Mon Nov 07, 2016 6:51 pm
Forum: MergEXT
Topic: mergPop current?
Replies: 1
Views: 5099

Re: mergPop current?

doh....not supposed to use the word command......

Nothing to see here, carry on....... :shock:
by teacherguy
Mon Nov 07, 2016 12:02 pm
Forum: MergEXT
Topic: mergPop current?
Replies: 1
Views: 5099

mergPop current?

I am trying to implement mergPop using LC 8.1.1 (I have also tried 9.0.0 DP1) but when I code:

Code: Select all

 command showShareOptions pText, pImagePath,  pURL
Upon saving I get an error "compilation error at line (xx) (Handler: error in command) near "command", char 1

Go to advanced search