Search found 8 matches

by grzkmo
Mon Mar 18, 2024 1:00 am
Forum: HTML5
Topic: Web deployment helper tool
Replies: 10
Views: 13855

Re: Web deployment helper tool

Oh, that's very interesting. Thank you for sharing your tool. It's very timely, as we planned to cancel our web (HTML5) license next week because too many functions have been missing for a long, long time and development is apparently not progressing. We will test your tool as soon as possible. Than...
by grzkmo
Thu Jan 11, 2024 12:06 am
Forum: Windows
Topic: Deleting A Folder (Not Empty)
Replies: 3
Views: 56530

Re: Deleting A Folder (Not Empty)

If a folder contains any files or folders, it cannot be deleted with the delete folder command until the items inside it are deleted or moved.


----> To delete a folder that is not empty, use the revDeleteFolder command.
by grzkmo
Thu Jan 26, 2023 4:11 pm
Forum: Talking LiveCode
Topic: Making big stacks take the top-bar's place
Replies: 15
Views: 6185

Re: Making big stacks take the top-bar's place

An idea: You can zoom your stack with the stack's scaleFactor property (either in the message box: set the scaleFactor of stack "YourStack" to 0.92 or in the property inspector) This doesn't change the actual height and width of your stack, it just zooms the view so the entire window fits under the ...
by grzkmo
Tue Dec 21, 2021 4:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Barcode Generation?
Replies: 20
Views: 12575

Re: Barcode Generation?

Hello Jon, on Windows or linux try the command line /shell tool "barcode_gen". Use it with the Livecode shell() function. It's free and open source under either of Apache License, Version 2.0 or MIT license. Supported barcode types are: EAN13, EAN8, CODE39, CODE93, CODE11, CODE128, CODABAR, ITF (2 o...
by grzkmo
Sat Apr 03, 2021 10:52 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Find text between two different delimiters/tags using Regex
Replies: 14
Views: 14258

Re: Find text between two different delimiters/tags using Regex

Without regex: Card with 2 Fields (f1, f2) and 1 Button Text in fld "f1": <div class="entry"> <h1>{{title}}</h1> <div class="body"> {{body}} </div> </div> A handlebars expression is a {{, some contents, followed by a }} Code of field "f1": on mouseUp pMouseButton constant kLd = "}}" constant kId = "...
by grzkmo
Mon Feb 15, 2010 8:28 pm
Forum: Linux
Topic: Big problem on object FIELD
Replies: 5
Views: 7201

Re: Big problem on object FIELD

I just installed Linux Mint 8 in a virtual machine (vbox) and tested rev. I put 10000 lines in a scrolling field and went to the last line and edited some lines. All ok. Fast! Did you a check with ldd (cd to your rev dir and ldd revolution). All dependencies ok? I remember I had problems with field ...
by grzkmo
Mon Feb 15, 2010 5:53 pm
Forum: Linux
Topic: Big problem on object FIELD
Replies: 5
Views: 7201

Re: Big problem on object FIELD

Hi ale870,

no problem with fields here on Ubuntu 9.10 64bit/gnome using rev 4.0.

What's your version of rev?

best,

grzkmo