Search found 8 matches

by RedDeupree
Tue Jul 28, 2015 7:53 pm
Forum: iOS Deployment
Topic: clipboarddata object not supported
Replies: 4
Views: 3106

Re: clipboarddata object not supported

I have submitted a feature request for a "mobile text field" in the Objects/New Control fly out menu to allow these to be drawn on cards like other controls at the very least, and to be able to get and set the common properties using the prose form of the language. This is a bigger issue - but yes, ...
by RedDeupree
Fri Jul 24, 2015 1:56 am
Forum: iOS Deployment
Topic: clipboarddata object not supported
Replies: 4
Views: 3106

Re: clipboarddata object not supported

I was checking to see if there was a workaround or an upgrade by now. the post I saw that said it was not supported was from 2012 - that's a long time ago. What do Apple iOS products do? Is there another object that can get to whatever my iPad sees when I do copy and paste? Copy/Paste was one of the...
by RedDeupree
Thu Jul 23, 2015 10:12 pm
Forum: iOS Deployment
Topic: clipboarddata object not supported
Replies: 4
Views: 3106

clipboarddata object not supported

I found an old thread that ended with someone saying that the clipboarddata object was not supported in iOS. (or Android) Is that still true? Is there another way? It seems to work in for OSX to set and retrieve the clipboarddata, text or rtf, but in iOS, it dies when touching the object ... put the...
by RedDeupree
Tue Jul 21, 2015 7:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: bug in forum?
Replies: 5
Views: 2656

Re: bug in forum?

How do I post a screen shot?
Scrolled off the bottom of the browser was an option to "Attach a signature" that had been checked and not noticed before, so perhaps that's all it was - I am new to this forum and have not noticed all the possible options or behaviors.
by RedDeupree
Mon Jul 20, 2015 7:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: bug in forum?
Replies: 5
Views: 2656

bug in forum?

I get the following error in red
"Your account does not have permission to post links or domain/page references."

when there are no links or domain references in the would be post. Is it possible for it to highlight and/remove things that offend it?
by RedDeupree
Sat Jul 18, 2015 6:24 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Best way to draw lines on a card
Replies: 4
Views: 3726

Re: Best way to draw lines on a card

What is the script way to do that? And once made, can these controls be moved around in script?
by RedDeupree
Sat Jul 18, 2015 6:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Best way to draw lines on a card
Replies: 4
Views: 3726

Re: Best way to draw lines on a card

In Microsoft land, there is a "graphics" object that has Methods such as DrawRectangle and the like. A diamond to fit in a box in Microsoft looks like: Sub DrawDiamond(p As Graphics, c As String, X As Integer, Y As Integer, W As Integer, H As Integer) ' p is the Microsoft defined graphics object. Di...
by RedDeupree
Sat Jul 18, 2015 5:50 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Best way to draw lines on a card
Replies: 4
Views: 3726

Best way to draw lines on a card

I want to draw a box by drawing points, and I found a web site that suggested something like the following (under the upper button): on mouseUp choose brush tool set the brush to 32 set the brushColor to brown set the dragSpeed to 0 drag from 250,0 to 500,250 -- cuts off part at the right drag from ...

Go to advanced search