Search found 113 matches

by wilstrand
Tue Jun 18, 2013 7:44 pm
Forum: IDE Contributors
Topic: the rIDE
Replies: 12
Views: 21151

Re: the rIDE

Ok. I will check into this and let you know if there is a quick fix to make rIDE work with pre 6.0 LC versions.
by wilstrand
Tue Jun 18, 2013 7:26 pm
Forum: IDE Contributors
Topic: the rIDE
Replies: 12
Views: 21151

Re: the rIDE

Hi Vince!

I was not aware of this but It seems that the _internal filter command was implemented in LC 6.0. So obviously 5.5.4 does not know what to do with it! Please download 6.0 and you should be able to give rIDE a try! Thanks for reporting!

Best regrads
Mats
by wilstrand
Tue Jun 18, 2013 12:24 am
Forum: IDE Contributors
Topic: the rIDE
Replies: 12
Views: 21151

the rIDE

I'd like to see rIDE as a playground to help developing a good framework for a modern LiveCode IDE and as a fast track to try out community generated IDEa's. The rIDE vision is to build a complete representation of a LiveCode development session as a single LiveCode syntax array. In a continuation t...
by wilstrand
Sun Mar 24, 2013 1:39 am
Forum: Windows
Topic: Excel database
Replies: 5
Views: 7408

Re: Excel database

Hi Tam123! I have just released rGrid which is a spread sheet inspired grid control. rGrid is open source so you can use the code as you wish for non commercial projects. rGrid has an import.xlsx function built in using Curry Kenworthys spreadLib. If rGrid could be part of a soultion for you and for...
by wilstrand
Sun Mar 24, 2013 1:33 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Before getting into LiveCode
Replies: 7
Views: 5433

Re: Before getting into LiveCode

Hi Intermi! I have just released rGrid which is a spread sheet inspired grid control. rGrid is open source so you can use the code as you wish for non commercial projects. I have been working together with Curry so rGrid has an import.xlsx function built in using Currys spreadLib. Maybe rGrid could ...
by wilstrand
Sun Mar 24, 2013 1:21 am
Forum: Talking LiveCode
Topic: Spreadsheet functionality
Replies: 1
Views: 2002

Re: Spreadsheet functionality

Hi! I have just released rGrid which is a spread sheet inspired grid control. rGrid is open source so you can use the code as you wish for non commercial projects. It supports formulas and a range of other spread sheet like features. Maybe rGrid can meet your requirements! And for me, in this stage ...
by wilstrand
Sun Mar 24, 2013 1:12 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data entry field, what best to use?
Replies: 8
Views: 6220

Re: Data entry field, what best to use?

Hi Paul and Craig! I have just released rGrid which is a spread sheet inspired grid control. rGrid is open source so you can use the code as you wish for non commercial projects. Sharing your thoughts about Tab Fields and Data Grids I think that rGrid may be an alternative to accomplish what you are...
by wilstrand
Sat Mar 23, 2013 11:01 am
Forum: Talking LiveCode
Topic: Calculate a mathematical formula in a field?
Replies: 10
Views: 5648

Re: Calculate a mathematical formula in a field?

Hi Barry! I have just released rGrid which is a spread sheet inspired grid control. One of its features is that it handles formulas written into the cells (fields). rGrid is open source so you can use the code as you wish for non commercial projects. Here below is the code that parses the formulas w...
by wilstrand
Fri Mar 22, 2013 4:39 pm
Forum: Announcements
Topic: [ANN] rGrid released.
Replies: 5
Views: 5639

Re: [ANN] rGrid released.

Sturgis, Simon and Mark Thank you all for taking a look at rGrid and kind words! It's really appreciated! Sturgis, thanks for finding that bug! It will be squashed in next version which will be released next week. Mark, I'm aware that creating a custom property set with only an apostrophe could have...
by wilstrand
Thu Mar 21, 2013 2:58 pm
Forum: Announcements
Topic: [ANN] rGrid released.
Replies: 5
Views: 5639

[ANN] rGrid released.

Dear LiveCoders! I'm proud to announce rGrid a spread sheet inspired grid control. rGrid is open source with a commercial license available. Main features: • Professional level, high performance. • Very customizable (for ex. text styles, colors, borders). • Sorting fully featured • Filtering fully ...
by wilstrand
Mon Jun 18, 2012 11:19 am
Forum: rTree
Topic: arrow key control
Replies: 4
Views: 11699

Re: arrow key control

Hi James! You are right in your assumptions! rTree uses a rawkeyDown handler internally to control arrow keys navigation and other key functions. You should be able to accomplish what you want by some small changes to your approach. Please try the following code: on rawkeyDown theKey local theNodeID...
by wilstrand
Mon Jan 23, 2012 2:35 pm
Forum: rTree
Topic: Changing icons
Replies: 1
Views: 7727

Re: Changing icons

Hi DukeUK! Sorry for not responding to this earler! I have been on travel the last couple of weeks and just have had all too much to do! I confirm that there is something wrong with the rTree behavior in the scenario you have described. I have not found the cause yet but will dig deeper into this an...
by wilstrand
Fri Oct 14, 2011 12:56 am
Forum: rTree
Topic: examples on how to show volumes/folder structure in rTree
Replies: 12
Views: 18211

Re: examples on how to show volumes/folder structure in rTree

Hi hoburne! Ahh! I see! I have to admit that this is a scenario that I had not thought of! However this is of course a thing that you should be able to do with rTree! I have therefor implemented a new command scan_node that will let you do what you are describing! The new command lets you scan a nod...
by wilstrand
Thu Oct 13, 2011 11:22 am
Forum: rTree
Topic: examples on how to show volumes/folder structure in rTree
Replies: 12
Views: 18211

Re: examples on how to show volumes/folder structure in rTree

Good to hear!

Your code is correct. Do not forget to render the tree after setting the expanded property!

Good luck with your project!

Mats
by wilstrand
Thu Oct 13, 2011 10:45 am
Forum: rTree
Topic: examples on how to show volumes/folder structure in rTree
Replies: 12
Views: 18211

Re: examples on how to show volumes/folder structure in rTree

Hi hoburne! I see you're making good use of rTree! :D You can get the full system path for a node like this: get the sourcePath_of_node_ID_[tNodeID] of control "Tree" The sourcePath property of a node is set automatically by rTree if the node is showing a file or folder of your file system. Please a...

Go to advanced search