Search found 13 matches

by gtheus
Sat Jan 29, 2022 5:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to enter chars at the place one clicked on? [SOLVED]
Replies: 8
Views: 2971

Re: How to enter chars at the place one clicked on?

That's it! Much easier than I feared... :D
I modified your solution to…

Code: Select all

put "(.)" after the clickcharchunk
…to get the desired solution.
Thank you for this quick help!
by gtheus
Sat Jan 29, 2022 5:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to enter chars at the place one clicked on? [SOLVED]
Replies: 8
Views: 2971

How to enter chars at the place one clicked on? [SOLVED]

I want to enter "(·)" into a word in a label at the position where a user clicked: "example" should become "examp(·)le" afterwards (it's for an educational training on hyphenation). I found the function clickChar. It returns the character the user has clicked on, which is fine. But how can I insert ...
by gtheus
Tue Oct 17, 2017 8:27 pm
Forum: Linux
Topic: just a blank grey screen on starting LC 8.1.6 on Fedora 26
Replies: 3
Views: 5552

Re: just a blank grey screen on starting LC 8.1.6 on Fedora 26

Thank you, problem solved! I learned now, that's a feature... :-)
Sorry for not searching answers in other boards than Linux. It never saw this 'feature' on other platforms.
by gtheus
Tue Oct 17, 2017 5:26 pm
Forum: Linux
Topic: just a blank grey screen on starting LC 8.1.6 on Fedora 26
Replies: 3
Views: 5552

just a blank grey screen on starting LC 8.1.6 on Fedora 26

Hi, starting LC 8.1.6 (64bit) on Fedora 26 results in a strange behaviour: the desktop is all covered in grey and just the toolbox is visible. Switching to another app and back (Alt-Tab) shows both windows, toolbox and menu window. But as soon as I create a new mainstack, I only have the mainstack o...
by gtheus
Fri Oct 07, 2016 3:57 pm
Forum: Mac OS
Topic: How to use latest codesign properly with LiveCode 8?
Replies: 3
Views: 4594

Re: How to use latest codesign properly with LiveCode 8?

Hi Panos,
LiveCode_Panos wrote:This sounds like bug http://quality.livecode.com/show_bug.cgi?id=18285, which is fixed in LC 8.1.1 RC-1.
Great – with LC 8.1.1 RC-1 the problem did not occur anymore. Thank you for your help!
Best regards, Gian.
by gtheus
Wed Oct 05, 2016 10:00 pm
Forum: Mac OS
Topic: How to use latest codesign properly with LiveCode 8?
Replies: 3
Views: 4594

How to use latest codesign properly with LiveCode 8?

I'm desperately trying to sign my LC application for macOS Sierra to have it used by some friends without the Gatekeeper warning. I have a certificate which I'm told is valid, and in earlier versions of Mac OS X (and LC?) I was able to do the signing, but with LC 8.1. on macOS Sierra is something wr...
by gtheus
Sun Apr 12, 2015 9:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to select all text (cmd+a)?
Replies: 4
Views: 3747

Re: How to select all text (cmd+a)?

Jacque, thank you. Entered into my code snippet collection to hopefully be never forgotten. :-)
by gtheus
Sat Apr 11, 2015 3:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to select all text (cmd+a)?
Replies: 4
Views: 3747

Re: How to select all text (cmd+a)?

Hi Jean-Marc, thank you for the hint. I was wrong with "target", which refers - in my case - to the menu entry and not to the focused text field, right? After switching to your solution it works great. :-)
Best, Gian-Reto.
by gtheus
Sat Apr 11, 2015 11:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to select all text (cmd+a)?
Replies: 4
Views: 3747

How to select all text (cmd+a)?

I'm stuck with the following problem (LC 7.0.4 on Mac): I have several text fields on my card. I'd like to give the users the possibility to mark all content of a text field as selected by pressing cmd+a on the keyboard, if the cursor is within the text field. I added a menu option "mark all" in Men...
by gtheus
Fri Apr 10, 2015 2:56 pm
Forum: iOS Deployment
Topic: LC 7.0.4 and Xcode 6.3 - once again broken?
Replies: 27
Views: 20696

LC 7.0.4 and Xcode 6.3 - once again broken?

Hi, I'm wondering if the brand new LC 7.0.4 (build 10030) is once again behind the actual Xcode development? Yesterday, Xcode 6.3 arrived on my Mac and yes: iOS is now no longer available as a target platform in my LC due to missing SDK (with 8.2 as the highest possible version). Can someone confirm...
by gtheus
Sun Feb 17, 2008 7:52 am
Forum: Databases
Topic: Struggling with SQLite
Replies: 7
Views: 7192

Gian-Reto, Although I am not from RunRev, I hope you don't mind me trying to answer your questions. Mark, thank you for your answer. And no, I don't mind... :) What I try: I have a SQLite database (v3) file with some data. I'd like to build an interface for this data with RunRev. So, I use the buil...
by gtheus
Sat Feb 16, 2008 5:49 pm
Forum: Databases
Topic: Struggling with SQLite
Replies: 7
Views: 7192

Struggling with SQLite

Hello, I'm struggling with this SQLite feature in RunRev 2.8.1: Can someone from RunRev tell me, which SQLite versions are really supported by the bundle, please? I have an existing SQLite 3 database with which I want to establish a connection in Database Query Builder from RunRev. Building the conn...

Go to advanced search