Search found 203 matches

by makeshyft
Wed Jul 14, 2021 11:12 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: no scrolling on datagrid 2 on mobile
Replies: 7
Views: 3712

Re: no scrolling on datagrid 2 on mobile

Hi Bernard. I will do what you did and see how it works for me. I have previously tried just starting from scratch, but I oculd not tell a difference, Will try to make a video, not on simulator. Will post a link when I am done. Axwalkd, the scroller works amazing everywhere except the datagrid. :/, ...
by makeshyft
Tue Jul 13, 2021 5:48 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: no scrolling on datagrid 2 on mobile
Replies: 7
Views: 3712

Re: no scrolling on datagrid 2 on mobile

Hey Bernard, I can't think of a video off the bat, but was it not the promise of dg2 that datagrids will scroll smoothly ? I've seen demos of this on Canela's Appli for example. Mine always seems to be scrolling the old way .... where rows are either visible or not visible and there is no actual scr...
by makeshyft
Sun Jul 11, 2021 4:02 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: no scrolling on datagrid 2 on mobile
Replies: 7
Views: 3712

no scrolling on datagrid 2 on mobile

Hello everyone, I've been trying for hours. I have a datagrid (dg2) on a mobile device (android). border is 0 showborder is false no scrollbars (instructions said the datagrid must be "unadorned") no effects are applied and acceleratedrendering is on layermode of grid is set to container its the top...
by makeshyft
Mon Oct 30, 2017 4:31 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: webcam / mic in browser widget
Replies: 3
Views: 3524

Re: webcam / mic in browser widget

thank you i will look into this possible workaround thanks
by makeshyft
Fri Oct 27, 2017 6:44 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: webcam / mic in browser widget
Replies: 3
Views: 3524

webcam / mic in browser widget

Hi folks, will access to the webcam / mic ever work inside a browser widget?

Whats the story / limitation with that?

Thanks,

Tom
by makeshyft
Sun Sep 10, 2017 5:38 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: BlockChain Framework in Live Code
Replies: 16
Views: 16296

Re: BlockChain Framework in Live Code

BigChain Server ---- via HTTP API ..

http://www.bigchain.com

i love the idea of building on in LC.... but when tech like that is available.....I can't get myself to try to build it.
by makeshyft
Thu Jun 01, 2017 11:10 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Managing multiple lock/unlock screen
Replies: 3
Views: 3184

Re: Managing multiple lock/unlock screen

LOL.....i still don't understand this kind of syntax in LC. makes my eye twitch.
by makeshyft
Fri Feb 24, 2017 11:20 pm
Forum: Talking LiveCode
Topic: Datagrid - strange behavior
Replies: 8
Views: 5591

Re: Datagrid - strange behavior

Thank you for this, I've been with DGs for a long time and they work perfectly, except I am juts now getting really inconsistent behavior.
Thank you for the efforts of trying to trace the issues, it seems like the same stuff I'm dealing with.

Have you been able to resolve anything here?
by makeshyft
Fri Feb 24, 2017 11:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: DataGrid LayoutControl message being sent many, many times
Replies: 1
Views: 1960

Re: DataGrid LayoutControl message being sent many, many tim

thanks for this, I wanted to just double check that this is the correct behavior.
by makeshyft
Wed Nov 16, 2016 7:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: encrypted by php does not decrypt in lc
Replies: 8
Views: 6045

Re: encrypted by php does not decrypt in lc

10-4 .... thats my suspicion as well..I'll tacle this next time I actually need to do this in pph...but i'm working on switching to lc server for anything else i may need to do in the future ....so i hope if someone has this same problem that they can find this post and save themselves some time. th...
by makeshyft
Mon Nov 14, 2016 3:22 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: encrypted by php does not decrypt in lc
Replies: 8
Views: 6045

Re: encrypted by php does not decrypt in lc

Thank you for finding and reposting the info ...it was a curious thing which i ended up not investigating. the truth is all I needed was to scramble the info, didn't needto either compress or encrypt it ...i just thought might as well its a good way to scramble. so i cost myself a bunch of time thin...
by makeshyft
Wed Nov 02, 2016 6:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: encrypted by php does not decrypt in lc
Replies: 8
Views: 6045

Re: encrypted by php does not decrypt in lc

Hi Max, thanks for replying. I've tried using the compress function to see if its the save file function that is not writing the file correctly, and it appears that this is the case...since the gzcompress function from php is also generating error when i try to decompress in lc. so i think i will wo...
by makeshyft
Tue Nov 01, 2016 11:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: encrypted by php does not decrypt in lc
Replies: 8
Views: 6045

Re: encrypted by php does not decrypt in lc

I read in the dictionary to check the result and not it for the error....and the error was invalid cipher name...hmmmmm..maybe syntax is different from php and lc then the error became "invalid end of block" so i tried aes256 with no cbc as the new cipher and now the error is invalid decrypt :( ... ...
by makeshyft
Tue Nov 01, 2016 10:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: encrypted by php does not decrypt in lc
Replies: 8
Views: 6045

encrypted by php does not decrypt in lc

Hi everyone, I have a file that is generated by a PHP server. Before I save the php variable I encrypt it using aes-256-cbc with a 256 key password,256 bit sat, and a init vector I use OPENSSL_RAW_DATA to create binary output and not base64 I decrypt it to test, and display it ... so i know it works...
by makeshyft
Fri Sep 30, 2016 5:25 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: RSA Public/Private Key Encryption
Replies: 4
Views: 12412

(solved) RSA Public/Private Key Encryption

very helpful thread..igor's answer was quite complete.

Go to advanced search