Hi Larry,
I've written a function that may suit your needs.
Take a look at http://theworcestersource.com/downloads ... fault.aspx and click on the download link for accountancyFormat().rev.
Hope that helps.
Cheers,
Steve
http://www.theworcestersource.com
Search found 46 matches
- Thu Dec 24, 2009 10:23 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Dollar Formatting
- Replies: 4
- Views: 3601
- Sun Dec 06, 2009 1:59 am
- Forum: Announcements
- Topic: Data Tree - a platform compliant tree view for RunRev
- Replies: 0
- Views: 2521
Data Tree - a platform compliant tree view for RunRev
Hi all, It's with great pleasure that I'm announcing my first commercial library for RunRev: Data Tree 1.0. After being a bit frustrated with the lack of a native tree view control in Rev, I thought I'd throw my hat into the ring and write one. Given the potential complexities of such a control, my ...
- Mon Nov 30, 2009 1:11 am
- Forum: Using Externals
- Topic: Data Tree control beta testers wanted
- Replies: 10
- Views: 12442
Re: Data Tree control beta testers wanted
P.S. It's launched!
Please go see http://www.theworcestersource.com for lots of tree goodness!

- Sat Nov 14, 2009 8:00 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Efficiency in repeat loops
- Replies: 3
- Views: 3419
- Sat Nov 14, 2009 7:15 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Efficiency in repeat loops
- Replies: 3
- Views: 3419
Hi Sturgis, I wonder whether these suggestions might speed this up a little? I notice that you're fetching the contents of a field called "monthlyAdd" in each loop, which will take a little bit of time. You could try putting this into a variable. Modifying the contents of the field called "outField"...
- Sat Nov 14, 2009 10:34 am
- Forum: Announcements
- Topic: RunRevPlanet New Grid Component - Now Available
- Replies: 3
- Views: 4591
- Fri Nov 13, 2009 2:54 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Tools for skinning the UI of an application
- Replies: 6
- Views: 5425
Hi, On the downloads page of my website, www.theworcestersource.com , I've placed a stack called texturedbutton.rev . It contains a simple example of one way to create a custom object. However, with version 4.0 it's very likely that we could use graphic objects and effectcs rather than bitmaps to pu...
- Wed Oct 28, 2009 5:58 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: runrev app compared to a windows app
- Replies: 12
- Views: 8913
Hi John, It's odd how nobody's written a reply to this one yet! Whilst I can't be sure that I fully understand creation and inheritance as xTalk languages are all I know, I'll take a stab that this is do with creating similar objects that look and behave in the same way. If this is so, Rev puts a nu...
- Sat Oct 10, 2009 4:09 pm
- Forum: Feature Proposals
- Topic: Native Tree view control
- Replies: 5
- Views: 5621
Hi all, I've been working on a commercial grade treeview on and off for the last couple of months now. The key features that are applicable to this thread is that it renders with native appearance on the Mac and Windows and it can paint up to 1,200 nodes almost instantly. You can actually have count...
- Mon Sep 21, 2009 10:51 pm
- Forum: Using Externals
- Topic: Data Tree control beta testers wanted
- Replies: 10
- Views: 12442
Hi all,
I've been steadily releasing betas of my tree over the last few months and have reached a bit of a milestone: the tree now caters for Mac and Windows native appearances.
Would appreciate any feedback, bugs etc.
Thanks,
Steve
www.theworcestersource.com
I've been steadily releasing betas of my tree over the last few months and have reached a bit of a milestone: the tree now caters for Mac and Windows native appearances.
Would appreciate any feedback, bugs etc.
Thanks,
Steve
www.theworcestersource.com
- Tue Aug 25, 2009 3:03 pm
- Forum: Talking LiveCode
- Topic: Do fields get assigned different numbers when compiled?
- Replies: 7
- Views: 6146
- Sun Aug 23, 2009 1:22 pm
- Forum: User Groups and Events
- Topic: RunRevLive 2009 Edinburgh Schedule and "Tracks"
- Replies: 4
- Views: 7534
- Fri Aug 14, 2009 9:03 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Create n-instances of main stack
- Replies: 4
- Views: 4345
Hi ale870,
I wrote an article on my site a few months back (later published in the Rev newsletter). It might help you with what you're trying to do.
www.theworcestersource.com
There's also a demonstration stack there too.
All the best,
Steve
I wrote an article on my site a few months back (later published in the Rev newsletter). It might help you with what you're trying to do.
www.theworcestersource.com
There's also a demonstration stack there too.
All the best,
Steve
- Wed Aug 05, 2009 9:58 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Revolution Resource Center
- Replies: 11
- Views: 8052
Hi Chris and Garrett, Yes, you're right in that there are no scripts in the "Get the Control.rev" file. All of the scripts are in the "Data Tree Library.rev" file. Without putting it into use, the control will just sit there and be unable to do anything. Here are some ideas on solving the issue (sor...
- Tue Aug 04, 2009 9:30 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Revolution Resource Center
- Replies: 11
- Views: 8052
Hi Garrett, I think that you've just hit on something that's missing in the docs - you need to put the stack into use! This will happen if you open the documentation stack but not if you've just created a tree in your own stack. You can tell if the stack is in use or not if the nodes activate when y...