Search found 23 matches

by lumpo
Sat Aug 27, 2011 1:50 pm
Forum: Off-Topic
Topic: REvlets stopped working in Lion
Replies: 9
Views: 7170

Re: REvlets stopped working in Lion

Well...this has fizzled out. From what I gather it's not just a lion issue it's new browsers. I can't get rev lets working in safari,firefox or chrome. As someone else posted, this is a nonsense considering this is one of the platforms. Does anyone have experience with real studio web? I have an ent...
by lumpo
Thu Aug 25, 2011 8:20 am
Forum: Off-Topic
Topic: REvlets stopped working in Lion
Replies: 9
Views: 7170

Re: REvlets stopped working in Lion

Thanks MArk
Do you know what the timeline for a new web engine is? Or is Android mania going to rule?

Thanks
L
by lumpo
Thu Aug 25, 2011 7:48 am
Forum: Off-Topic
Topic: REvlets stopped working in Lion
Replies: 9
Views: 7170

REvlets stopped working in Lion

Can't find another (appropriate) forum, so sorry if this is in the wrong place.

Since Lion, rev lets seem to have stopped working - Safar1 5.1 and Firefox 5.x. I can't find a solution on the web.
Any ideas as I don't want to have to do a crash course in JS/CSS3 etc
Lumpo :?:
by lumpo
Sat Aug 06, 2011 12:09 am
Forum: MobGUI
Topic: Using slider in OSX/Win
Replies: 5
Views: 4635

Re: Using slider in OSX/Win

OK problem solved - operator error. Worked easily in simple new projects with one control. Therefore went back and tracked the code line by line and there it was ... a comma instead of a semicolon. All is well.

Thanks for advice
by lumpo
Fri Aug 05, 2011 11:55 pm
Forum: MobGUI
Topic: Using slider in OSX/Win
Replies: 5
Views: 4635

Re: Using slider in OSX/Win

Thanks but it decodes in a fashion that I can't get it to open except in coda or bbedit etc (ie looks like the raw text dump of a rev file).
Lumpo
by lumpo
Fri Aug 05, 2011 11:27 pm
Forum: MobGUI
Topic: Using slider in OSX/Win
Replies: 5
Views: 4635

Re: Using slider in OSX/Win

Sorry, perhaps I was unclear. In the IDE or iOS simulator the standard 'slider' (ie scrollbar-like control) works as anticipated. As one moves the 'knob' the equivalent of the thumbposition is sent and can be trapped into a field or whatever. In a revlet, the slider control is inert. It responds to ...
by lumpo
Fri Aug 05, 2011 10:59 pm
Forum: MobGUI
Topic: Using slider in OSX/Win
Replies: 5
Views: 4635

Using slider in OSX/Win

For most controls, one can map mouseevents to the corresponding touch event. However, I'm stumped at how to get the slider to move in a revlet or standalone.
Any suggestions?
TIA
Lumpo
by lumpo
Thu Feb 17, 2011 11:18 pm
Forum: rTree
Topic: How to select next/prev node in script?
Replies: 1
Views: 7282

How to select next/prev node in script?

HI I'd like to add a script to a next and prev button (that also responds to a key combo) that will move the selection in the tree and (i) send a nodeup (which triggers my scripts) and (ii) actually acts like it has been clicked ie is hilited and the formatting script in mousedown is run. At the mom...
by lumpo
Thu Feb 17, 2011 10:05 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Flexiable Row heights in datagrid
Replies: 6
Views: 4700

Re: Flexiable Row heights in datagrid

Plus, do you have a mouseDown handler in the datagrid group script? If yes don't forget to pass the dgMouseDown message to the datagrid engine: on mouseDown pWhichButton doMyStuff dgMouseDown pWhichButton end mouseDown Zryip - thanks. an embarrassing forgetting to put the pass MouseDown in ... all'...
by lumpo
Thu Feb 17, 2011 8:27 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Flexiable Row heights in datagrid
Replies: 6
Views: 4700

Re: Flexiable Row heights in datagrid

Thanks Trevor - figured it out and all's well... Sort of. The rows all resize dynamically as data comes in (from a custom prop triggered from an rTree control) but I've lost the ability for a row to be highlighted. Clicking on the row allows me to extract data from the row ok. Have used DGH, intuiti...
by lumpo
Tue Feb 15, 2011 6:03 am
Forum: chartsEngine
Topic: Text labels for X-axis bars??
Replies: 1
Views: 7292

Text labels for X-axis bars??

I can't seem to fathom this. How can I get a simple histogram-like bar working with category labels ("big", "Small" for eg. and their values (1,3,5 etc)? Although legend names can do it it is quite artificial for medical readers to not see what a bar is relating to in the graph itself (rather than i...
by lumpo
Sun Feb 13, 2011 8:16 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Flexiable Row heights in datagrid
Replies: 6
Views: 4700

Flexiable Row heights in datagrid

I am populating a DG from a number of custom props that contains 2 columns and 7 rows of text.For each line the amount of text is variable and so sometimes is within the space of the form field and others just disappears as it hits the field's lower limit (ie too much text). IS is possible to have t...
by lumpo
Fri Feb 11, 2011 3:16 am
Forum: rTree
Topic: Converting list into rtree
Replies: 7
Views: 12475

Re: Converting list into rtree

whoops! Feel a bit of an idjot (as the Irish say). I have two fields (one keyed off the other) and I forgot to set the behaviour on the second. Also a small typo was contributing once I got it going. Final code: set the behavior of control "Tree" of cd "Anchorpoints" to the long ID of button "rTreeB...
by lumpo
Fri Feb 11, 2011 12:14 am
Forum: rTree
Topic: Converting list into rtree
Replies: 7
Views: 12475

Re: Converting list into rtree

Thanks for your help thus far MAts - sorry to be dim but..... I have made the latest rTreeEngine a substack of the mainstack and checked its there after issuing a "start using stack...." command in the startup script. The stacksinuse shows that rTreeengine is going. However, when I run the script yo...
by lumpo
Wed Feb 09, 2011 11:17 pm
Forum: rTree
Topic: Converting list into rtree
Replies: 7
Views: 12475

Re: Converting list into rtree

Thanks Mats
I will try this afternoon.

I just downloaded the WorkBench 1.1.1. However, when the engine has to be embedded in my own project, do I use this rev file or the older one called "rTreeEngine"??

TIA

Go to advanced search