Search found 14 matches

by andyt
Thu Mar 01, 2018 9:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Simple Parse and Replace
Replies: 7
Views: 5074

Re: Simple Parse and Replace

Thanks everyone. I'll try out some of these suggestions this weekend and see how I get on.
by andyt
Wed Feb 28, 2018 11:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Simple Parse and Replace
Replies: 7
Views: 5074

Simple Parse and Replace

I've been trying to create a simple utility that takes a document loaded with placeholders wrapped in "$%", for example $%name%$ and replace each placeholder with a value taken from the UI. I have however fallen at the first hurdle - parsing the document. I have two fields and a button coded as foll...
by andyt
Wed Feb 28, 2018 8:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Custom Scrollbars for Text Field
Replies: 10
Views: 6142

Re: Custom Scrollbars for Text Field

bogs wrote:
Wed Feb 28, 2018 4:43 pm
This lesson is explicitly about what your asking.
Thanks bogs. I've already taken a look at this tutorial but the download code just doesn't appear to work. Using the latest version of Livecode 8 any kind of interaction with the scrollbar throws up a show-stopping error.
by andyt
Wed Feb 28, 2018 4:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Custom Scrollbars for Text Field
Replies: 10
Views: 6142

Custom Scrollbars for Text Field

Is there a way to replace the scrollbars associated with a text field with custom (skinned) scrollbars? My guess is that you have to create custom sliders and somehow link these to a text field set not to display its own scrollbars.
by andyt
Wed Jun 03, 2015 11:57 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Trying to create a slide up drawer in stack
Replies: 9
Views: 7420

Re: Trying to create a slide up drawer in stack

Okay, this isn't exactly working 100% of the time. I have successfully built a sliding draw now using animationEngine and I can create a static group and make it respond perfectly to stack resizing. The problem is when I combine the two. After the window resizing has taken place sometimes the drawer...
by andyt
Mon Jun 01, 2015 7:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Trying to create a slide up drawer in stack
Replies: 9
Views: 7420

Re: Trying to create a slide up drawer in stack

Thanks everyone for your help on this. lockLoc worked a treat FourthWorld. I've attached an example of what I've been trying to achieve for soooo long. sliding_drawer.zip You'll notice that the drawer will re-open almost immediately even if the mouse leaves it during it transition South. However I t...
by andyt
Sun May 31, 2015 11:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Trying to create a slide up drawer in stack
Replies: 9
Views: 7420

Re: Trying to create a slide up drawer in stack

Well I've managed to build a sliding draw using a graphic - thanks for the tip, I didn't think of that option. BUT I've spent the last 6 hours trying to get the draw group to adapt to window resizing. Why is this so hard? I've got a resizeStack handler that basically resizes the group as follows: se...
by andyt
Wed May 27, 2015 11:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Trying to create a slide up drawer in stack
Replies: 9
Views: 7420

Trying to create a slide up drawer in stack

I'm really struggling to achieve a simple panel that is the width of the parent stack and slides upwards 250 pixels say from the bottom of the stack on mouse hover and slides away almost fully when mouse out. It is always partially visible so that it can be called into play on a mouseover action. Th...
by andyt
Tue Feb 17, 2015 8:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Context popup menu removes focus from text field
Replies: 5
Views: 3548

Re: Context popup menu removes focus from text field

Thanks gentlemen for you prompt replies - my context menu now works fine. However I still have the cursor issue - oddly I have the same behaviour in the Live Code IDE script editor under Windows 7 (hovering over the context menu still gives me a text edit cursor).
by andyt
Tue Feb 17, 2015 6:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Context popup menu removes focus from text field
Replies: 5
Views: 3548

Context popup menu removes focus from text field

I have a text field for basic text entering and I've created a context sensitive popup menu to perform functions such as 'cut and paste'. However when the popup appears the text field loses focus and any text selections made disappear so there is nothing to cut or copy and the cursor disappears so I...
by andyt
Mon Jan 13, 2014 10:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Application restarts after quiting
Replies: 3
Views: 2353

Re: Application restarts after quiting

Many thanks for spending some time on this Simon. I will give it a try when I get some free time and report back. I didn't imagine that visual effects relied on Quicktime.
by andyt
Sun Jan 12, 2014 6:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Application restarts after quiting
Replies: 3
Views: 2353

Application restarts after quiting

I've created a small app that is based on the RunRev slideshow example that uses images imported onto card backgrounds as controls. My problem is that when the application is closed (using the window 'X' icon) while an image transition is actually in progress the application closes and immediately r...
by andyt
Sat Jun 12, 2010 10:56 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Using 3rd Party Libraries
Replies: 1
Views: 1740

Using 3rd Party Libraries

As a newbie I've been struggling with incorporating 3rd Party libraries in my projects. After much searching and experimentation it would appear (rightly or wrongly) that I first need to open up the library stack in the Revolution IDE before opening my project stack that references the library stack...
by andyt
Mon Mar 08, 2010 10:57 am
Forum: Feature Proposals
Topic: revMobile iPhone application size
Replies: 4
Views: 2475

revMobile iPhone application size

I hear that Apple has a 10Mb size limit on iPhone apps and that commentators have been grumbling about the much anticipated Flash CS5 Beta release which is said to be able to output native iPhone apps from Flash files but as yet even simple Flash apps are weighing in quite large (near the 10Mb limit...