Search found 21 matches

by wake
Wed Apr 11, 2012 5:18 pm
Forum: iOS Deployment
Topic: Fuzzy Text
Replies: 2
Views: 3453

Re: Fuzzy Text

As an update I did stumble upon a forum topic solved my issue. Maybe this will help others if they have not yet found a solution. http://forums.runrev.com/viewtopic.php?f=54&t=10597 I was basically missing a very simple line of code. iphoneUseDeviceResolution true, true To be exact I used the follow...
by wake
Tue Apr 03, 2012 7:14 pm
Forum: iOS Deployment
Topic: Fuzzy Text
Replies: 2
Views: 3453

Re: Fuzzy Text

Let me ask a different question.

Has anyone else out there noticed the issue described above? Just wondering if it is just me, or if others are noticing this pixelation issue.
It is not a terrible problem or anything, just a little annoying.
by wake
Wed Mar 28, 2012 5:39 pm
Forum: iOS Deployment
Topic: iOS 5.1 SDKs
Replies: 53
Views: 37484

Re: iOS 5.1 SDKs

Folks, Looks like there is a new GM 3 which fixes our problems. See this board forum http://forums.runrev.com/viewtopic.php?f=4&t=11480 It won't show up as an update in the store. Just re-download and apparently all is good. Haven't tried it yet but am about to. Perfect! Re-downloading worked for m...
by wake
Tue Mar 27, 2012 9:49 pm
Forum: iOS Deployment
Topic: Fuzzy Text
Replies: 2
Views: 3453

Fuzzy Text

Sorry if this has been beaten to death, but I didn't turn up anything with searches. I have recently started to play around with LC 5.5 and mobGUI and have really liked the results. My one issue has been with text clarity. Am I missing something? Basically when selecting and developing for the iPhon...
by wake
Mon Feb 14, 2011 3:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Windows Mobile
Replies: 0
Views: 1629

Windows Mobile

Has anyone had any luck and or experience building a Win Mobile 6.5 application? Also, does anyone know if the builds are backwards compatible with Mobile 5? Our devices could possibly be upgraded to Mobile 6 if needed, but are currently running 5. I have a project that requires building a Windows M...
by wake
Thu Feb 10, 2011 4:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: revlet deployment
Replies: 2
Views: 2903

Re: revlet deployment

Nevermind...I tested the revlet on an apache web server and it worked like a charm. Chalk this up to some quirky IIS setting I suppose.
by wake
Wed Feb 09, 2011 11:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: revlet deployment
Replies: 2
Views: 2903

revlet deployment

I currently have a small application that runs great when double clicking the "test.html" (opening as a file) in Firefox, but will not load when deployed to an IIS server and accessed via http. Basically I am copying the entire build folder to my IIS web server, and then browsing to the "test.html" ...
by wake
Thu Feb 25, 2010 4:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: SQLite Stack
Replies: 5
Views: 4344

Re: SQLite Stack

Chalk this up to stupidity. I just realized that I had been working in revMedia and not revStudio.
It appears that revMedia does not support "revOpenDatabase".
by wake
Wed Feb 24, 2010 5:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: SQLite Stack
Replies: 5
Views: 4344

Re: SQLite Stack

Your script works fine with me (XP, and RunRev 4 and 3.5) bangkok, Thanks for the feedback! I was pretty sure that I had used this almost exact same code before with no problems. Hmm...I wonder if this is a Windows 7 compatibility issue then. Anyone out there running Windows 7 that could test this ...
by wake
Wed Feb 24, 2010 4:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: SQLite Stack
Replies: 5
Views: 4344

SQLite Stack

I have downloaded the SQLite stack from the resource center, but am having issues running the create database portion of the stack. I went ahead a setup a very simple example that looks like so: on preOpenCard put specialFolderPath("Documents") & "/AppReg3.db" into myPath answer myPath global gConID...
by wake
Thu Dec 17, 2009 4:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Drawing shapes from a template
Replies: 1
Views: 2259

Re: Drawing shapes from a template

Maybe this could be done by loading a black and white image and then painting the sections of the image. My prior post assumes that each piece that makes up this design would need to be a separate graphic in order to fill the pieces different background colors. Maybe that assumption is not the corre...
by wake
Thu Dec 17, 2009 4:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Drawing shapes from a template
Replies: 1
Views: 2259

Drawing shapes from a template

I have recently been given details on a project that I will need to complete involving patterns of shapes. These pattern templates will be defined by end users and I will need to read a file of some sort (probably XML) into rev and then render the shapes on the card. I will then need to be able to p...
by wake
Mon Aug 17, 2009 10:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: revCopyFolder
Replies: 1
Views: 2312

revCopyFolder

Does revCopyFolder overwrite older files, or does it simply stop if the folder/file exists.

In short is there any kind of date stamp checking built in?

Thanks!
by wake
Tue Jul 07, 2009 3:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: file attributes
Replies: 2
Views: 2446

Much appreciated Janschenkel.

That worked like a charm!
by wake
Mon Jul 06, 2009 9:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: file attributes
Replies: 2
Views: 2446

file attributes

How do I get the modified date of a file? Sorry if this has been posted, but I did not have any luck searching the forums.




Thanks,
wake