Search found 32 matches

by xeir
Mon Feb 22, 2010 8:31 pm
Forum: Feature Proposals
Topic: Forum for revlets
Replies: 1
Views: 1729

Re: Forum for revlets

Voting must be over, but yes, I agree with a dedicated section for revlets. i.e.- I was just searching the forums to see if it's possible to have a transparent background for them so you don't have to manually match the background of your revlet to your site. If you look at the sample revlets, the b...
by xeir
Mon Feb 22, 2010 8:24 pm
Forum: Feature Proposals
Topic: Text wrap in editor
Replies: 7
Views: 4943

Re: Text wrap in editor

Hey guys, appreciate the info, forgot to get back and put up a response as I'd been trying out the external editor form the bundle. It has it's ups and downs. malte -- thanks, may give that a try. I scanned the IDE code in the past but did not find anything that caught my attention. Forthworld -- I ...
by xeir
Wed Jan 20, 2010 5:24 pm
Forum: Talking LiveCode
Topic: Issue: formattedWidth of text in (a field & the target)
Replies: 6
Views: 5500

Re: Issue: formattedWidth of text in (a field & the target)

SparkOut- I knew there had to be some convolutedly easy way of doing that. :roll: Prior, I did manage to get a result once through to the else statement when testing the formattedWidth, and it was when I changed the dontWrap, but for whatever reason, I didn't consider having to toggle it. Much appre...
by xeir
Wed Jan 20, 2010 4:46 am
Forum: Talking LiveCode
Topic: Issue: formattedWidth of text in (a field & the target)
Replies: 6
Views: 5500

Re: Issue: formattedWidth of text in (a field & the target)

dunbarx- I tried with the quotes as you mentioned and it doesn't error out, YEAH! put the formattedWidth of (item 1 of the target) into tTxtFWidth However, there is BAD news, it's returning the same value as: put the formattedWidth of the target into tTxtFWidth Which is incorrect as it is returning ...
by xeir
Tue Jan 19, 2010 6:15 pm
Forum: Talking LiveCode
Topic: Issue: formattedWidth of text in (a field & the target)
Replies: 6
Views: 5500

Re: Issue: formattedWidth of text in (a field & the target)

Klaus- The following code is being placed in the script of a field. The formattedWidth of the field is not being updated when RETURN is pressed. This is why I need to get the formattedWidth of the text inside the field. on rawKeyUp keyCode shScroll keyCode --pass rawKeyUp end rawKeyUp on shScroll pK...
by xeir
Tue Jan 19, 2010 6:52 am
Forum: Talking LiveCode
Topic: Issue: formattedWidth of text in (a field & the target)
Replies: 6
Views: 5500

Issue: formattedWidth of text in (a field & the target)

Here is a snippet of code to do something that I would think should be VERY easy, to get the formatted width of the text in a field. This line works fine. put the formattedWidth item 1 of fld "myField" into tFRect -- works, but is limited to that particular field! But, I want to use a function to do...
by xeir
Thu Dec 03, 2009 2:36 am
Forum: Feature Proposals
Topic: Text wrap in editor
Replies: 7
Views: 4943

Text wrap in editor

Here's a simple one perhaps, or have I simply missed the option somewhere? Is there a way to enable text/line/word wrap in the editor? It would make editing a lot easier within Rev if you could see the entire line in a glance instead of having to scroll left and right constantly. I know there is the...
by xeir
Mon Jul 27, 2009 6:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: revMedia ALPHA .. Financial Chart script
Replies: 22
Views: 20795

Ahh, the polygon, THAT's where I went wrong. Knew I didn't have enough coffee this morning, grin.

Thanks for the clarification!
by xeir
Mon Jul 27, 2009 5:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: revMedia ALPHA .. Financial Chart script
Replies: 22
Views: 20795

revMedia ALPHA .. Financial Chart script

On the main page http://revmedia.runrev.com/revMedia/ the demo shows converting financial data to a graph. Here is the code that was shown. put url "http://table.finance.yahoo.com/table.csv?s=AAPL" into field 1 replace comma with tab in field 1 set the itemdelimiter to tab repeat with i= 2 to 1000 p...
by xeir
Mon Jul 13, 2009 8:35 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: RevOnline Question
Replies: 6
Views: 6464

I'm having a similar issue with Rev Online. I bring it up and it is showing, or not showing depending, the following: 1- You are logged in as tom_h84@hotmail.com I have NO clue who or how that got there and I can guarantee that's not my email address or login. Last time I logged into Rev Online was ...
by xeir
Sun Jul 12, 2009 5:44 pm
Forum: Talking LiveCode
Topic: Import as Control - Image File (Stack problem?)
Replies: 7
Views: 6425

Well, I'm back after dealing with a lot of other things going on. Isn't that always the case. I did find the solution to this problem however. 'Copy Referenced Files' was checked in the 'Standalone Application Settings' and this was apparently causing the issue. So, all is good and working as it sho...
by xeir
Tue Jun 23, 2009 2:44 am
Forum: Databases
Topic: SQLite Update involving multiple tables
Replies: 0
Views: 4523

SQLite Update involving multiple tables

In case there are others out there that are use to MySQL and simple multi-table updates, this may or may not make things easier for you when trying to do the same with SQLite. If anyone else has any ideas or perhaps an easier way to perform the same, I'd certainly be interested, but this was the sol...
by xeir
Thu Jun 04, 2009 10:44 pm
Forum: Talking LiveCode
Topic: Import as Control - Image File (Stack problem?)
Replies: 7
Views: 6425

Hi xeir, please do NOT send me a standalone, just the stack(s) and the images! Grin, wouldn't dream of it. I'm still trying to let the tension and stress fade from a long run of programming. It's pretty bad when your body says you've had enough. Once I've recouped enough to actually sit in front of...
by xeir
Thu Jun 04, 2009 8:16 pm
Forum: Talking LiveCode
Topic: Which development tools do you use?
Replies: 4
Views: 4939

Web: On-Rev - Been programming for years in numerous situations. I have to say that the combined strength of Rev & On-Rev is wonderful! PHP - Still need to translate my existing pages to .irev, just been too busy. OS X: Runtime Revolution Studio - For OS X, Windows Dev (Linux may be an option soon a...
by xeir
Thu Jun 04, 2009 8:04 pm
Forum: Talking LiveCode
Topic: Import as Control - Image File (Stack problem?)
Replies: 7
Views: 6425

Klaus- I'll strip down the App and send it along in the next few days. Been trying to recover form the latest stress in trying to get the app ready, grin. I have NO idea why it's acting like it does, so it could be something simple, it could be something as massive as having to manually re-create th...