Search found 48 matches

by tellboy
Sat Jul 04, 2015 9:14 am
Forum: Off-Topic
Topic: Recently we've been investing ....[SOLVED?]
Replies: 112
Views: 70125

Re: Recently we've been investing ....[SOLVED?]

You can start with a month or two at the monthly subscription price and get your app built. The finished app can be distributed forever regardless of when you end your subscription. You could start another monthly subscription if you decide your app needs an update, or if you feel your app is indee...
by tellboy
Sat Jul 04, 2015 8:42 am
Forum: Off-Topic
Topic: Recently we've been investing ....[SOLVED?]
Replies: 112
Views: 70125

Re: Recently we've been investing ....[SOLVED?]

As Trevor noted, anyone running a business selling software will find that $499/yr is one of the smallest expense they have, certainly a bargain for having so much of their code for so many platforms delivered to them tested and ready to go. For those whose business model isn't sufficient to cover ...
by tellboy
Thu Jul 02, 2015 9:52 pm
Forum: Off-Topic
Topic: Recently we've been investing ....[SOLVED?]
Replies: 112
Views: 70125

Re: Recently we've been investing ....[SOLVED]

richmond62 wrote:"All the best" . . . Doesn't come across that way.
Just like some of the posts I have read from yourself but.... that's just richmond?


All the best

Terry
by tellboy
Thu Jul 02, 2015 7:58 pm
Forum: Off-Topic
Topic: Recently we've been investing ....[SOLVED?]
Replies: 112
Views: 70125

Re: Recently we've been investing ....[SOLVED]

NOW, what actually happened was that the " Community " version was TOO SUCCESSFUL, and people are NOT running like mad to buy the commercial version, as, for instance, that is not required for any sort of in-house development. Why should hobbyists be punished for this? 1. Make the Commercial versio...
by tellboy
Thu Jul 02, 2015 8:24 am
Forum: Off-Topic
Topic: Recently we've been investing ....[SOLVED?]
Replies: 112
Views: 70125

Re: Recently we've been investing heavily in product develop

Or you can choose to buy a commercial version from us with a commercial widget. This makes much more sense. If the new functionality is based around commercial widgets, then this seems like a very fair way to differentiate between the versions and add value for your business customers, while still ...
by tellboy
Tue Jun 16, 2015 9:47 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using variables in mysql functions
Replies: 19
Views: 11370

Re: Using variables in mysql functions

I find using "merge" to create the sql is easier to follow when using variables and the '

Like so:

put merge("select sum(amount) from '[[tAccntName]]' where amount <> 0 and date >= '[[tStartDate]]' and date <= '[[tEndDate]]' and category = '[[tCategory]]'") into tSQL


All the best

Terry
by tellboy
Tue Feb 24, 2015 11:35 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: text alignment in controls.
Replies: 11
Views: 7102

Re: text alignment in controls.

I've noticed that the text alignment in controls such as the tabs, buttons are not centered. In fact they appear to be down towards the bottom. Is there anyway to correct this? I've played with the text formatting and have not been able to do so. Thank you. The issue with the Tab Panel Control is a...
by tellboy
Wed Jan 07, 2015 8:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: numberformat in a sql result
Replies: 12
Views: 7354

Re: numberformat in a sql result

no it won't. It was never written to do that. however conversion should be simple.... As you suggested I modified your handler and it works, thanks for your assistance, it is greatly appreciated. Here is the modified handler for others who may come across this thread. function formatCurrency tAmoun...
by tellboy
Wed Jan 07, 2015 8:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: numberformat in a sql result
Replies: 12
Views: 7354

Re: numberformat in a sql result

magice wrote:Thank you for making me look at it again.
This does not work correctly for negative numbers for example:

-116.79 returns -,116.79

All the best

Terry
by tellboy
Mon Jan 05, 2015 8:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: numberformat in a sql result
Replies: 12
Views: 7354

Re: numberformat in a sql result

Hi, I am interested in an easy way to format currency. put "$" && format("%.2f",item 4 of tLine) into tDataA[tCounter]["Label 2"] The normal way of displaying currency here in the UK is: £100.00 -£100.00 How can you format currency with the format command for say: -£10,000.00 picking up the correct ...
by tellboy
Fri Dec 26, 2014 9:01 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Select multiple folders?
Replies: 6
Views: 4793

Re: Select multiple folders?

Thanks, Terry. Seems like useful into to include with a feature request: http://quality.runrev.com/ Do you know the API calls for the other 90% who use Windows and Linux? I'm afraid not but I I'd be surprised if they did not exist. The LC programmers would know them, I'm sure. All the best Terry
by tellboy
Thu Dec 25, 2014 9:03 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Select multiple folders?
Replies: 6
Views: 4793

Re: Select multiple folders?

Can you point me to examples of apps you've seen that do this? Hi, How about the NSOpenPanel panel class in Cocoa. canChooseDirectories setCanChooseDirectories: allowsMultipleSelection setAllowsMultipleSelection: Sets whether the user can select multiple files (and directories) at one time for open...
by tellboy
Wed Oct 08, 2014 8:01 pm
Forum: Mac OS
Topic: resizeStack
Replies: 1
Views: 2583

resizeStack

I think this is Mac only. Can someone explain what is happening? Starting window size width = 1080, height = 700. on resizeStack newWidth,newHeight,oldWidth,oldHeight put "newWidth = " & newWidth & "," & "newHeight = " & newHeight & "," & "oldWidth = " & oldWidth & "," & "oldHeight = " & oldHeight e...
by tellboy
Wed Mar 12, 2014 8:34 am
Forum: Engine Contributors
Topic: Hints of Cocoa
Replies: 25
Views: 19471

Re: Hints of Cocoa

not necessarily be easier to use. The front page of RunRev.com says and I quote. Programming made simple This is what RunRev want their customers/potential customers to believe. If you have to jump through hoops to make RunRev's emulation work then it is not simple. Anyway, what should be simple, i...
by tellboy
Tue Mar 11, 2014 3:44 pm
Forum: Engine Contributors
Topic: Hints of Cocoa
Replies: 25
Views: 19471

Re: Hints of Cocoa

Thanks Klaus and seconded. I am not bothered about any other colour, just want the emulation to match OSX. This is one of the advantages of using native controls. If Apple decide to change the look, you get it automatically. I did manage to correct the issue of black instead of white by Opening Xcod...

Go to advanced search