Re: bullet chars in Linux?

2011-03-20 Thread Warren Samples
On Sunday, March 20, 2011 05:50:11 PM Richard Gaskin wrote: > Whiskey tango? > > How do I get bullet chars in Linux, and why would reading htmlText > behave so differently from setting it? Hi Richard, The decimal entity 8226 also inserts the double quote character in Windows in Livecode. It is

Loading files in iPad

2011-03-20 Thread edward cawley
I'm trying to get my app into iPad using revMobil. I load the plugin, put the folder of files into the directory but when the app comes up in the simulator none of the files are accessed. The buttons all work and the text not accessed by files show, but none of the images,audio or text files are

Dial with USB modem

2011-03-20 Thread Philip Usher
Back in the days when I was using a serial modem, I developed several stacks which included dialing phone numbers using write to file modem. How might Revolution write to a built in USB modem on a Mac G4 to dial phone numbers as is done in apps such as ABDialer and Dialetic? thanks, Phil

Re: combobox

2011-03-20 Thread Kee Nethery
On Mar 20, 2011, at 7:46 PM, Terry Judd wrote: > > > > On 21/03/11 12:38 PM, "Kee Nethery" wrote: > >> Thanks Terry, >> >> Actually I'm at the point of one step forward two steps back. >> >> I appear to be unable to put the return delimited list into the combobox more >> than a couple of t

Re: combobox

2011-03-20 Thread Terry Judd
On 21/03/11 12:38 PM, "Kee Nethery" wrote: > Thanks Terry, > > Actually I'm at the point of one step forward two steps back. > > I appear to be unable to put the return delimited list into the combobox more > than a couple of times. I've tried all of these variations of the script to > alter

Re: [OT] Post Conference Fun Stuff

2011-03-20 Thread Mark Wieder
Also... As if you didn't already have enough to do, 30 April 2011 is the 24th annual Tech Challenge day at The Tech Museum in San Jose. Even if there weren't a special event happening it's an easy place to spend a whole day wandering around getting lost among all the exhibits. http://www.thetech.

Re: combobox

2011-03-20 Thread Peter Haworth
My experience with combo boxes is that they are weird beasts and the documentation is, as you say, sadly lacking. In scripts they sometimes report themselves as fields and sometimes as buttons and of course they are both but I had a hell of a time figuring out when they reported themselves as o

Re: combobox

2011-03-20 Thread Kee Nethery
Thanks Terry, Actually I'm at the point of one step forward two steps back. I appear to be unable to put the return delimited list into the combobox more than a couple of times. I've tried all of these variations of the script to alter the combobox text: put theList into me put theList into bu

Re: Debug problem

2011-03-20 Thread J. Landman Gay
On 3/20/11 2:23 PM, edward cawley wrote: Solved part of my problem, I had left a little bit of code from setting up a Windows standalone which put /system/ into the global, deleted the code and it OK now but I still can't set the breakpoint to debug the stack. I think this happened once before an

Re: bullet chars in Linux?

2011-03-20 Thread Peter Alcibiades
Yes. When I do this in OO under Linux, nothing happens. But if you make an html file in linux with the entries shown and then display it in a browser, you do get bullets. Dunno. There is something about unicode in wikipedia, and it also claims you can press control + shift in Gtk+ apps. Doesn'

Re: [OT] Post Conference Fun Stuff

2011-03-20 Thread Andre Garzia
I want it On Sun, Mar 20, 2011 at 10:24 PM, Scott Rossi wrote: > For anyone attending the LiveCode dev conference in April, if you're not > from the area, I'd strongly suggest allowing a couple of hours one day to > visit the Computer History Museum, located in Mountain View, about a 1/2 > ho

Re: [OT] Post Conference Fun Stuff

2011-03-20 Thread Björnke von Gierke
Oh yeah i wanted to go after vegas, but never managed to haul my lazy ass there... maybe we can do a group visit? On 21 Mar 2011, at 02:24, Scott Rossi wrote: > For anyone attending the LiveCode dev conference in April, if you're not > from the area, I'd strongly suggest allowing a couple of ho

[OT] Post Conference Fun Stuff

2011-03-20 Thread Scott Rossi
For anyone attending the LiveCode dev conference in April, if you're not from the area, I'd strongly suggest allowing a couple of hours one day to visit the Computer History Museum, located in Mountain View, about a 1/2 hour away from the conference venue. Housed

Re: bullet chars in Linux?

2011-03-20 Thread Roger Eller
On Sun, Mar 20, 2011 at 7:41 PM, Peter Alcibiades wrote: > I do bullets in openoffice by insert special character, it seems to vary with > the font where they are.  In wordpress these all seem to work: > > &bull > • > • > > not sure if they need a semi colon after them, it seems to work with or > w

Re: combobox

2011-03-20 Thread Terry Judd
On 21/03/11 9:47 AM, "Kee Nethery" wrote: > OK, comboboxes appear to be rather complicated and I'm stumped. > > As a user types into a combobox I use >on rawKeyUp keyCode > to notice that a new character has been added to the combobox. > > I then do a database search to see all the data tha

Re: bullet chars in Linux?

2011-03-20 Thread Peter Alcibiades
I do bullets in openoffice by insert special character, it seems to vary with the font where they are. In wordpress these all seem to work: &bull • • not sure if they need a semi colon after them, it seems to work with or without. Peter -- View this message in context: http://runtime-revoluti

bullet chars in Linux?

2011-03-20 Thread Richard Gaskin
On Mac and Win, using $#149; in htmlText produces a bullet char. In Linux, however, that gets rendered as a non-renderable character (the rectangle with numbers in it in Ubuntu). When I paste a block of text that has a bullet in it into a field and get the htmlText, the bullet is shown to be "•"

combobox

2011-03-20 Thread Kee Nethery
OK, comboboxes appear to be rather complicated and I'm stumped. As a user types into a combobox I use on rawKeyUp keyCode to notice that a new character has been added to the combobox. I then do a database search to see all the data that matches the characters currently in the combobox. I t

Re: iOS iPhone Retina splash image

2011-03-20 Thread Gerry
Tom Or is this the Apple start up splash image that gets bundled with the app? It's the Apple startup splash, as specified in the app settings window. > When you run it in the emulator is the Status Bar visible? Not the setting in > the Standalone Settings but the actual Status Bar? The status ba

Re: URLencode bug?

2011-03-20 Thread Chipp Walters
The project, called revShare, was commissioned by David Johnson, and as such, is his property. You may try and contact him directly to find out more. At the time it was created, things worked by updating changes via FTP to a server and reading them via HTTP. The idea was it should be able to accomo

Re: SQL and other databases

2011-03-20 Thread Peter Haworth
Ditto to all that. The Rev manual section 2.2.8 talks about when to use a database. Their rule of thumb is to go database when you have more than 2000 records or need to allow multiple users to access/update information at the same time. Pete Haworth On Mar 20, 2011, at 1:57 PM, Kee Nethery

Re: SQL and other databases

2011-03-20 Thread Kee Nethery
> So, I am really interested to know why so many folk seem interested in using > Livecode to write database front-ends rather than using Livecode for the > database as such. 1. We already have a multiuser database and several other light client systems that access it via web browsers. I have a

SQL and other databases

2011-03-20 Thread Richmond
Maybe I'm a bit naive when it comes to databases, but I have all the children and their parents and so on, in a database that consists of a Livecode stack and nothing else. But then, in 1989 I had all the kids at Madrasa Emirat al-Khasa school, Al Ain, UAE in a database written and run on my BBC

Re: Sort of OT: mysql and select from two tables...?

2011-03-20 Thread Peter Haworth
Bit late to the game on this but it sounds like you need an option menu populated with the teacher names to allow the teachers to select themselves or another teacher. You'd need to keep track of the teacher_id for each option menu entry so you could grab it in a menuPick handler and use it in

Debug problem

2011-03-20 Thread edward cawley
Solved part of my problem, I had left a little bit of code from setting up a Windows standalone which put /system/ into the global, deleted the code and it OK now but I still can't set the breakpoint to debug the stack. I think this happened once before and I found a execution error with a handl

Re: iOS iPhone Retina splash image

2011-03-20 Thread Thomas McGrath III
When you run it in the emulator is the Status Bar visible? Not the setting in the Standalone Settings but the actual Status Bar? I code the status bar myself after one time setting it in the Standalone settings and then it not working. After that I always code it myself. If this is the problem

Acorn Image editor - launch error

2011-03-20 Thread Keith Clarke
Hi folks, I have set Acorn as my image editor in LiveCode preferences but when attempting to use Launch Editor from an image's contextual menu get an error dialogue, with the message "There was a problem launching the editor. No such document." Any clues? Is anyone using Acorn successfully with L

Re: PlonkerPoint

2011-03-20 Thread Richmond
On 3/20/11 1:46 AM, Kee Nethery wrote: As much as I love Livecode, I use Keynote on the Mac to make my presentations and it is really easy compared to powerpoint. Once I'm done I can export as PowerPoint or PDF and find that works quite well. It's a really nice easy to use tool for presentatio

iOS iPhone Retina splash image

2011-03-20 Thread Gerry
Hi folks My iPhone app uses a 960x640 .png as the splash screen image. In the standalone settings, I have the status bar set to visible, and the status bar style to default. The image appears but after a second or two it suddenly stretches vertically. What am I doing wrong? Cheers Gerry -