Search found 926 matches

by bangkok
Sat Sep 06, 2008 12:27 pm
Forum: Databases
Topic: Address and login for public MySQL DB at runrev.com
Replies: 1
Views: 2771

I (re)found it.

:D

database name : "test"
login : "example"
pwd : "example"
address : "runrev.com"

And how did I find it ? Through http://search.gmane.org/

gmane.comp.ide.revolution.user
by bangkok
Sat Sep 06, 2008 8:00 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: button tab object
Replies: 5
Views: 3669

Re: button tab object

Hi all, Please advice on how I can script the button tab object to always open on a given tab, it appears that, when I select a tab and close that application/stack, on next opening of the stack/card, the last selected tab is the one in view. I use : set menuhistory of button "tab menu" to TheNumbe...
by bangkok
Fri Sep 05, 2008 3:48 pm
Forum: Databases
Topic: Address and login for public MySQL DB at runrev.com
Replies: 1
Views: 2771

Address and login for public MySQL DB at runrev.com

Ooops. Could you remind me the address, login and password for the public MySQL database on runrev.com...

it's very convenient to make tests.

Thanks.
by bangkok
Thu Sep 04, 2008 6:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Text and background colour in a scrolling table
Replies: 4
Views: 3083

You should have a look on this thread:
http://forums.runrev.com/phpBB2/viewtopic.php?t=1461

we talked about the same idea, with 2 solutions :

-small fields behind the table field

-small graphics in HTMT within the table field
by bangkok
Thu Sep 04, 2008 6:28 pm
Forum: Talking LiveCode
Topic: Equivalences ASCII <-> Rawkey for barcodes scanner
Replies: 3
Views: 3338

Thanks. This is actually what I did.

First I thought that I was missing a special function or command.
:D

Maybe in future versions of Revolution ?
by bangkok
Tue Sep 02, 2008 9:11 pm
Forum: Talking LiveCode
Topic: Equivalences ASCII <-> Rawkey for barcodes scanner
Replies: 3
Views: 3338

Equivalences ASCII <-> Rawkey for barcodes scanner

I would like to try to understand the weird logic of Rawkey. Why not using regular ASCII values ? My point : Rawkey uses (apparently) a code of 5 digits for special keys and 2 or 3 digits for regular characters. For instance 65293 for CR (carriage return). Where I can find an equivalence table ASCII...
by bangkok
Sun Aug 31, 2008 9:12 am
Forum: Talking LiveCode
Topic: Line Colors: Every Other Line
Replies: 15
Views: 11625

What about the easy way? Create a new field, set the listBehavior of the field to true, set the multipleHilited and the nonContiguousHilites of the field to true as well. Now just click and shift-click on the lines. You can set the toggleHilites of the field to true as well, which makes shift-clik ...
by bangkok
Sat Aug 30, 2008 6:46 pm
Forum: Talking LiveCode
Topic: Line Colors: Every Other Line
Replies: 15
Views: 11625

Regarding the way to "visually discriminate" some lines within a table field, there is another solution than the color background : HTML. (idea found in a Eric Chatonet's stacks) By simply putting a HTML text inside the table field, with a column with icons (or any other images). constant kTab = " "...
by bangkok
Fri Aug 29, 2008 8:33 pm
Forum: Databases
Topic: View records over results pages
Replies: 4
Views: 5074

Janschenkel wrote: Hope this clarified it a bit,
Indeed.

I just started with mySQL and Revolution, so I was not thinking about very large record sets.

Right now, lazy, I put everything into a single table field. ;-)

Anyway, i'm having a great time.
by bangkok
Fri Aug 29, 2008 10:09 am
Forum: Databases
Topic: View records over results pages
Replies: 4
Views: 5074

So the bottleneck in that scenario is getting the data from the database into the Revolution memory space. One of my tricks is to not use the revDataFromQuery function to get all the data in one go, but use the revQueryDatabase function instead to get a cursor, and then fetch the records + update t...
by bangkok
Fri Aug 29, 2008 8:49 am
Forum: Talking LiveCode
Topic: Line Colors: Every Other Line
Replies: 15
Views: 11625

By looking for the same subject (different colors on different lines inside a field) I found this thread. I would like to add my own solution. Basically, within a table field, I want to "highlight" some lines with a specific background color, linked to the content of the table field, in order to eas...

Go to advanced search