Search found 51 matches

by mmiele
Mon Mar 24, 2014 12:51 pm
Forum: Talking LiveCode
Topic: Full screen and popups problems
Replies: 0
Views: 1801

Full screen and popups problems

When I set the fullscreen to true, everything enlarge fine but the popups (any kind). When you click on them, the popups appears in the original size instead of enlarged. Same behavior on Mac and Win, on LC 6.5.2 and 6.6.
What I'm missing? It's a bug?
by mmiele
Tue Apr 16, 2013 1:15 pm
Forum: Android Deployment
Topic: referenced images and Android
Replies: 0
Views: 1477

referenced images and Android

Hi all, if I want to use referenced images in an Android app, what I should put into the "basic property/filename" field of the image? And where I should copy the referenced image file: I mean, what I should do in the "Standalone application settings.../copy files" ?. The "Absolute file paths for im...
by mmiele
Wed Mar 20, 2013 12:44 pm
Forum: Talking LiveCode
Topic: sender source
Replies: 3
Views: 2621

Re: sender source

Thanks, Klaus
by mmiele
Wed Mar 20, 2013 11:37 am
Forum: Talking LiveCode
Topic: sender source
Replies: 3
Views: 2621

sender source

Hi all,

It's there a way to know from the inner of a script of an object which received a message (sent via "send" or "dispatch") a reference (name or id or ...) of the sender object?
by mmiele
Sun Feb 03, 2013 8:22 pm
Forum: Talking LiveCode
Topic: revPrintField and <% %> substitution
Replies: 5
Views: 4095

Re: revPrintField and <% %> substitution

An handler to do the task: on subsInFld @myArray,myFieldID,strForEmpty -- replaces each marker <%key%> -- with the content of myArray["key"] in the field wich ID is myFieldID. -- If myArray["key"] is empty, it replaces the marker with the optional strForEmpty. put the HTMLText of fld id myFieldID in...
by mmiele
Wed Jan 30, 2013 2:49 am
Forum: Talking LiveCode
Topic: revPrintField and <% %> substitution
Replies: 5
Views: 4095

Re: revPrintField and <% %> substitution

What I want to do is to fill a print template with values coming from variables. I hoped to avoid to write some code by myself using the <% %> substitution.
by mmiele
Tue Jan 29, 2013 8:56 pm
Forum: Talking LiveCode
Topic: revPrintField and <% %> substitution
Replies: 5
Views: 4095

revPrintField and <% %> substitution

Hi all, I'm guessing if it is possible to put the content of a variable into a report using the <% %> substituition engine of the revPrintField command. In other words, if I have a field named "myReport" containing: name: <%MyName%> if I put "Mario" into myName revPrintField the name of field "myRep...
by mmiele
Mon Dec 10, 2012 3:37 pm
Forum: Android Deployment
Topic: Encryption, SQLite and Android
Replies: 7
Views: 9166

Re: Encryption, SQLite and Android

The last one could be a possible solution. I will make some experiment and I will tell you.
Thanks, Bernard
by mmiele
Sat Dec 08, 2012 3:39 pm
Forum: Android Deployment
Topic: Encryption, SQLite and Android
Replies: 7
Views: 9166

Re: Encryption, SQLite and Android

I should write a simple application, for both iOS and Android, which retrieves sensible data from a local DB. My customer is afraid about the security of the data in case the user looses his phone. A field level encryption (apparently only supported by the mergExt external for iOS) even if handled b...
by mmiele
Fri Dec 07, 2012 5:14 pm
Forum: Android Deployment
Topic: Encryption, SQLite and Android
Replies: 7
Views: 9166

Re: Encryption, SQLite and Android

Thanks, Bernard, but the point is: can I do that on LiveCode for Android (and, eventually, how..)?
by mmiele
Thu Dec 06, 2012 7:11 pm
Forum: Android Deployment
Topic: Encryption, SQLite and Android
Replies: 7
Views: 9166

Encryption, SQLite and Android

Hi,
Anyone knows if there is a way to encrypt data to write into a SQLite DB (or encrypt the whole DB), in LiveCode for android?

Thanks,
Mario
by mmiele
Sun Sep 23, 2012 12:33 pm
Forum: Talking LiveCode
Topic: Drag & Drop cursor
Replies: 3
Views: 3663

Re: Drag & Drop cursor

Hi Klaus, I have no dragAction setting at all (look at the code below): it seems as it just needs to start the drag action to make the cursor appear. Anyway you're right, it doesn't worths the effort to rewrite the complete behaviour. Setting a property (or simple things like that) would be a differ...
by mmiele
Sun Sep 23, 2012 10:31 am
Forum: Talking LiveCode
Topic: Drag & Drop cursor
Replies: 3
Views: 3663

Drag & Drop cursor

Hi All.

Anyone knows if there is a way to hide the drag and drop cursor (the one with the green plus sign) when a dragImage is set (at last on Mac)?
In other world, I'd like to see the dragImage only.

Thanks in advance,
Mario
by mmiele
Tue Sep 04, 2012 9:38 pm
Forum: Databases
Topic: "revdberr, invalid database type" on saving as standalone
Replies: 1
Views: 3282

Re: "revdberr, invalid database type" on saving as standalon

Found the problem: there was a word with an accented character (Città) into the DB path.
I cannot say why this is a problem in the standalone only.
by mmiele
Tue Sep 04, 2012 8:15 pm
Forum: Databases
Topic: "revdberr, invalid database type" on saving as standalone
Replies: 1
Views: 3282

"revdberr, invalid database type" on saving as standalone

Hi Guys, when I try to open a SQLite3 DB from within LiveCode everything works fine. When I save my stack as standalone on MacOS X and I try to open it, I receive a "revdberr, invalid database type" error. The db library should be correctly linked, since I receive the "Copy database drivers..." mess...

Go to advanced search