Search found 113 matches

by wilstrand
Fri Jan 30, 2015 6:05 pm
Forum: rGrid
Topic: Error on loading
Replies: 6
Views: 13555

Re: Error on loading

Hi Lagi.

I confirm the issue you describe when using LC 7. Please try an earlier LC version. I'm using 6.7.2 rc.2 atm and rGrid works fine on that.

Kind regards

Mats
by wilstrand
Mon Aug 11, 2014 3:30 pm
Forum: rGrid
Topic: Problem with rgrid standalone on osx
Replies: 1
Views: 7155

Re: Problem with rgrid standalone on osx

Hi mimuBUSkYgY

Sorry for late answer here. Probably you have already solved this by now. From your description It appears that there could be some cursor icons missing. Please check that the "Cursors" are selected for inclusion in the Standalone Builder.

Best
Mats
by wilstrand
Mon Aug 11, 2014 3:23 pm
Forum: rGrid
Topic: Documentation?
Replies: 2
Views: 8161

Re: Documentation?

Hi Hoburne. Thanks! rGrid has the documentation included in the library stack itself. The documentation consists of a searchable and sortable dictionary which for each entry has a description of type and syntax as well as a summary of how to use the command, object or property. There is also a demo ...
by wilstrand
Tue Jun 17, 2014 9:35 am
Forum: rIDE
Topic: Welcome to the rIDE forum!
Replies: 5
Views: 10207

Re: Welcome to the rIDE forum!

Hi Jeffe! Yes, rIDE version 4.0 is in the pipe for release. I'm using it on LC 6.6.2 at the moment. Plan is to have it up there before the end of the month. The LC releases above 6.6.2 are still DPs so it is hard to tell where the bugging is going on. The code base in rIDE 4.0 has been refactored to...
by wilstrand
Thu Apr 10, 2014 9:51 am
Forum: rTree
Topic: Help with handler
Replies: 1
Views: 7411

Re: Help with handler

Hi Ritch! rTree has a built in context menu as default. If you want to use your own, you should first disable the built in one and then call your own. Try something like this in the rTree group script: on mouseUp pButton set the useContextMenu of me to false if pButton = 3 then popUp btn "myMenu" pa...
by wilstrand
Sat Mar 29, 2014 9:21 pm
Forum: rTree
Topic: Setting the highlight of a node in 2.x
Replies: 1
Views: 6555

Re: Setting the highlight of a node in 2.x

Hi Mike!

You set and get the hilitedNodeIDs like this:

Code: Select all

set the hilitedNodeIDs of grp "rTree" to "Node 1,Node3"
get the hilitedNodeIDs of grp "rTree"
You can set the hilitedNodeIDs as either a comma or cr separated list.
The hilitedNodeIDs are returned as a cr separated list.

Best
Mats
by wilstrand
Tue Mar 25, 2014 8:34 am
Forum: rTree
Topic: Update: rTree 2.0.4
Replies: 0
Views: 5634

Update: rTree 2.0.4

Hi All!

A new version 2.0.4 is ready for download at:
http://www.tapirsoft.on-rev.com

Fixed an issue with sluggish behavior when moving and resizing.

Best regards
Mats
by wilstrand
Tue Mar 25, 2014 8:21 am
Forum: rTree
Topic: Family property not working?
Replies: 2
Views: 7521

Re: Family property not working?

Hi James! If you, need to get a list of all nodes under a parent when any of the children nodes are selected. then you have to use the "family" property for the parent of that child node. Like this: put the parent_of_node_ID_[x] of grp "rTree" into tParent get the family_of_node_ID_[tParent] of grp ...
by wilstrand
Mon Mar 24, 2014 2:52 pm
Forum: rTree
Topic: Setting and Retrieving Custom Properties within rTree
Replies: 1
Views: 6322

Re: Setting and Retrieving Custom Properties within rTree

Hi Mike! What you are doing when you set a custom property with your: the accountID_of_node_ID_[email_id] of control "inbox" to 99 is that you actually creates a customPropertySet with the name: "accountID_of_node_ID_" You should see it in your Property Inspector. You can of course then get the valu...
by wilstrand
Mon Feb 17, 2014 6:11 pm
Forum: Announcements
Topic: rGrid update and Forum.
Replies: 0
Views: 3098

rGrid update and Forum.

Dear All

rGrid just got updated to version 1.6.0 and now has it's own forum here:
http://forums.runrev.com/viewforum.php?f=80

With my best regards
Mats
by wilstrand
Mon Feb 17, 2014 5:54 pm
Forum: rGrid
Topic: Welcome!
Replies: 0
Views: 6995

Welcome!

Dear All, Most welcome to the rGrid forum! rGrid is a feature rich and highly customizable spreadsheet inspired grid control. It's open source with a commercial license available. You can download the latest rGrid from here and read the "Get Started" section here: http://tapirsoft.on-rev.com/rGrid T...
by wilstrand
Sun Feb 16, 2014 8:30 am
Forum: Announcements
Topic: RELEASE: rTree 2.0
Replies: 6
Views: 7012

Re: RELEASE: rTree 2.0

Hi Lars! Thanks for trying out rGrid! First, there is a new rGrid version 1.6.0 just released. Please use this version as it fixes a few bugs related to the cut, copy and paste features in 1.5.1 It also adds the ability to copy and paste cell content directly from Excel. Download from here: http://t...
by wilstrand
Fri Feb 14, 2014 3:05 am
Forum: rIDE
Topic: Welcome to the rIDE forum!
Replies: 5
Views: 10207

Welcome to the rIDE forum!

Dear LiveCoders rIDE is a free, open-source alternative IDE for LiveCode. It’s aimed at increased productivity through a feature rich, yet intuitive, user interface and workflow. rIDE has a small screen footprint where most of the windows used during development are integrated into one single window...
by wilstrand
Sat Feb 08, 2014 11:08 am
Forum: rTree
Topic: How to upgrade from V1.x to V2?
Replies: 8
Views: 12686

Re: How to upgrade from V1.x to V2?

Hi James! RE: requirement for stack requiring rTree to be open when rendering the tree. I have a work around for my situation although I am still interested if this open stack requirement is new or a bug. I think the problem is related to the rTree engine having to calculate the height of all nodes ...
by wilstrand
Sat Feb 08, 2014 10:55 am
Forum: rTree
Topic: loading an array in rTree v2
Replies: 2
Views: 7228

Re: loading an array in rTree v2

Hi James!

Nice solution! Glad you got it up and running and thanks a lot for sharing!

Kind regards
Mats

Go to advanced search