Search found 495 matches

by bidgeeman
Sat Aug 26, 2017 11:08 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Simple Text Search Problem
Replies: 7
Views: 4404

Re: Simple Text Search Problem [SOLVED]

I have managed to sort the problem with "find string" :) on mouseUp put field "Email" into ttsearch find string ttsearch in field "List" if the result <> empty then put ttsearch into tList put cr after tList put field "List" after tList sort it put tList into field "List" answer "Email Added" else a...
by bidgeeman
Sat Aug 26, 2017 6:11 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Simple Text Search Problem
Replies: 7
Views: 4404

Simple Text Search Problem

Hi. Trying to create a small database of email addresses and I want to perform a search of the existing list to check if an email address already exists in the list. The code I wrote works fine for names but as soon as you enter an "@" or a "." it fails to find anything. on mouseUp if field "Email" ...
by bidgeeman
Fri Aug 25, 2017 3:16 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image Rotation
Replies: 41
Views: 24129

Re: Image Rotation

Oh bogs....I didn't realize you had put those instructions there. I overlooked them in a rush to test your stack.
I see now that if you don't constrain the image it rotates perfectly. :oops:

Bidge
by bidgeeman
Thu Aug 24, 2017 12:28 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image Rotation
Replies: 41
Views: 24129

Re: Image Rotation

Hi bogs.
Says the zip file is empty or invalid for some reason?

Yes you are exactly correct. Also I was unaware that you could import an image
without a container into LC? It auitomatically happens that way when you "Import AS Control". Is there
any other way to import an image?

Bidge
by bidgeeman
Tue Aug 22, 2017 1:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: One Use Only Files
Replies: 47
Views: 22697

Re: One Use Only Files

Hi MaxV That info on resolution is fantastic to know. Thank you for sharing. I have also bookmarked the wiki and will look into it tomorrow. EDIT: Just to add to the resolution I did notice if you manually resize an image in LC then right click the image opens in your editor at the resolution you re...
by bidgeeman
Tue Aug 22, 2017 7:32 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: One Use Only Files
Replies: 47
Views: 22697

Re: One Use Only Files

I have a new problem and not sure what's causing it. When I load a set of thumbnails from my online folder sometimes they come in first go and sometimes I have to press the load button twice to get them to load. Same happens when I use "put empty into image'1". Sometimes all the images empty sometim...
by bidgeeman
Tue Aug 22, 2017 4:53 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image Rotation
Replies: 41
Views: 24129

Re: Image Rotation

OHG! There are some amazing stacks there :)
Thanks [-hh]
Bidge
by bidgeeman
Tue Aug 22, 2017 4:07 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image Rotation
Replies: 41
Views: 24129

Re: Image Rotation

Hi Craig.
It distorts my image when rotated, or , resizes is a better terminology I guess
as it rotates the image around inside it's container the edges shrink to match
the edges of the square.

Bidge
by bidgeeman
Tue Aug 22, 2017 1:54 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image Rotation
Replies: 41
Views: 24129

Image Rotation

Hi. I am using a scrollbar to rotate an image with this code: on scrollbarDrag pScrollValue set the angle of image "i1" of stack "ImageArea" to pScrollValue end scrollbarDrag I am happy with the way it works even though the image resizes itself as it rotates around it's image container to compensate...
by bidgeeman
Tue Aug 22, 2017 12:13 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: One Use Only Files
Replies: 47
Views: 22697

Re: One Use Only Files

MaxV wrote: The (livecode) software load the image at low resolutions (adding your logo, etc.), user can modify it. Then he pays you, and you give the ok to print at full resolution, without logo, etc. I*s there a way to control the resolution of an image or are you referring to loading a low res/sn...
by bidgeeman
Mon Aug 21, 2017 2:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: One Use Only Files
Replies: 47
Views: 22697

Re: One Use Only Files

Thank you so much guys. bogs: My naming skills leave a lot to be desired and I really appreciate the pointers. I think I used "put tFolder" to see what was being written to that file. (Arrrrg!!!...my end of the world variable has been discovered) field "Field" is just being used for my experimentati...
by bidgeeman
Mon Aug 21, 2017 11:24 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: One Use Only Files
Replies: 47
Views: 22697

Re: One Use Only Files

Klaus. Thank you so much. I was in the process of writing html filtering scripts and it has been giving me a headache. Your help is very much appreciated. I had no idea it could be that complicated. It worked perfectly except it also returned the "tFilesOnServer.php" file that was in the directory :...
by bidgeeman
Mon Aug 21, 2017 7:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: One Use Only Files
Replies: 47
Views: 22697

Re: One Use Only Files

I am having problems browsing a file folder of images I have set up on the internet. Just getting a bunch of html gobbledygook and the .png files at the botton withing the html container. I've not had any experience with opening files from the internet with LC so I am probably doing something wrong ...
by bidgeeman
Mon Aug 21, 2017 12:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: One Use Only Files
Replies: 47
Views: 22697

Re: One Use Only Files

Hi [-hh]
Thanks again for the help :) Just about to start into it for the day.

Bidge
by bidgeeman
Sun Aug 20, 2017 1:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: One Use Only Files
Replies: 47
Views: 22697

Re: One Use Only Files

Hi again.[SOLVED] Reinstalled LC 9 and it works fine. Just trying to implement the "set script" code and LC is being extremely laggy? Has anyone else experienced this? It takes about 10 seconds to do anything then notifies that the script has to be reloaded but it seems to completely slow everything...

Go to advanced search