Search found 21 matches

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

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 ...
by wake
Tue Apr 03, 2012 7:14 pm
Forum: iOS Deployment
Topic: Fuzzy Text
Replies: 2
Views: 4269

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: 46993

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 ...
by wake
Tue Mar 27, 2012 9:49 pm
Forum: iOS Deployment
Topic: Fuzzy Text
Replies: 2
Views: 4269

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 ...
by wake
Mon Feb 14, 2011 3:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Windows Mobile
Replies: 0
Views: 1986

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 ...
by wake
Thu Feb 10, 2011 4:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: revlet deployment
Replies: 2
Views: 3583

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: 3583

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: 5425

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: 5425

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 ...
by wake
Wed Feb 24, 2010 4:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: SQLite Stack
Replies: 5
Views: 5425

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 ...
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: 2823

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 ...
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: 2823

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 ...
by wake
Mon Aug 17, 2009 10:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: revCopyFolder
Replies: 1
Views: 2841

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: 3074

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: 3074

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