Search found 11 matches

by Kevtor
Mon Dec 08, 2014 10:47 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Truncated Printed Text
Replies: 8
Views: 5332

Re: Truncated Printed Text

As A final update, I downloaded 7.0.1 rc3 and it solved my printing problem.
Hooray! I'm not as lame as I was thinking.
by Kevtor
Mon Dec 08, 2014 3:32 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Truncated Printed Text
Replies: 8
Views: 5332

Re: Truncated Printed Text

So, I created an account with the Quality Control Center and then did a search and found that this is a known issue and has been fixed in version 7.02 RC 2. I'm such a noob that I spent hours beating my head against the wall with this and not knowing to go the the Quality Control Center. It was inco...
by Kevtor
Sun Dec 07, 2014 6:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Truncated Printed Text
Replies: 8
Views: 5332

Re: Truncated Printed Text

Hi Jacque,

I don't set any print parameters.
When The Print Dialogue appears I have set the margins to Zero then the text is just moved to the top left corner of the paper and is still truncated.
I can copy the text to the clipboard and send to email ok.
by Kevtor
Sun Dec 07, 2014 3:53 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Truncated Printed Text
Replies: 8
Views: 5332

Re: Truncated Printed Text

Someone in another forum in 2010 suggested using the message box as a test. I entered revPrintText "Hello World abcdefghijklmnopqrstuvwxyz" and it printed out Hello World abcdefg still truncated. This person said that if it didn't print correctly its a RunRev problem. I have reinstalled, uninstalled...
by Kevtor
Sat Nov 22, 2014 8:48 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Truncated Printed Text
Replies: 8
Views: 5332

Re: Truncated Printed Text

Update.

It prints to PDF and then prints to paper properly.

I'm stumped.
by Kevtor
Fri Nov 21, 2014 6:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Truncated Printed Text
Replies: 8
Views: 5332

Truncated Printed Text

Hi I populated a text field using: on mouseUp put "Ribbon Thickness: " && fld "ribbonThickness" &return&\ "Top Roller: " && fld "topStep" &return&\ "Middle Roller: " && fld "middleStep" &return&\ "Inking Gap: " && fld "inkingGap" &return&\ "Metering Gap: " && fld "meterGap" &return&\ "Compression: "...
by Kevtor
Mon Oct 13, 2014 5:32 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Radio buttons to show/hide group
Replies: 42
Views: 23474

Re: Radio buttons to show/hide group

Hey Guys, I needed to use the second example because I have many groups I don't want hidden so I relabeled my groups to headData1, headData2 etc. and tried this: on mouseup -- repeat with x = 2 to the number of grps of this cd -- start with grp 2 since grp 1 is the radiobuttons -- hide grp x -- end ...
by Kevtor
Fri Oct 10, 2014 8:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Radio buttons to show/hide group
Replies: 42
Views: 23474

Re: Radio buttons to show/hide group

Thanks for the replies everyone. I tried to do a repeat but I was trying to save names to variables and couldn't get it to work. It works for now using switch/case so I can move on to other parts of the project but I intend to come back to it and try Jaque's method for the heck of it. With 14 button...
by Kevtor
Fri Oct 10, 2014 12:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Radio buttons to show/hide group
Replies: 42
Views: 23474

Re: Radio buttons to show/hide group

Thanks Dave,

Some cutting and pasting, switching shows and hides, changing of group names and it worked like a charm.

Thanks
Kev
by Kevtor
Fri Oct 10, 2014 11:25 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Radio buttons to show/hide group
Replies: 42
Views: 23474

Radio buttons to show/hide group

Hi I have a group of radio buttons and I have a group of data for each button. When one button is pressed I want to show it's data group and hide the previous button's group of data. The showing part is no problem, it's the hiding I can't figure out. Can someone please point me in the right directio...
by Kevtor
Tue Jul 02, 2013 11:55 am
Forum: LiveCode University
Topic: Resources and submissions
Replies: 5
Views: 7055

Re: Resources and submissions

Click on Help and use the FAQ link.
In they describe how to set the file association.
The rev extension is what made it work for me.

Kev