Search found 38 matches

by joseggarza
Sat Sep 03, 2016 5:44 am
Forum: Android Deployment
Topic: Shoutcast / Icecast stream player
Replies: 2
Views: 4090

Shoutcast / Icecast stream player

Hello Livecode Gurus!!! I already spend hours looking for an answer without any luck. I need to make an android/IOS APP for a customer(radio Station). They will be using Icecast to broadcast the radio station. I used this website as a test http://www.radiowebsites.org or http://www.emisoras.com.mx a...
by joseggarza
Mon Aug 15, 2016 6:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Report Framework
Replies: 16
Views: 11100

Re: Report Framework

MaxV,

Thanks for your solutions,

I will try it. I think is the best an cheapest solution. Valentina is just out of my budget right now.

Best Regards,
by joseggarza
Thu May 26, 2016 6:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Report Framework
Replies: 16
Views: 11100

Re: Report Framework

I am very new to LC and I could not find any tutorials on how to create report in terms of pagination. I Guess, I can just make some queries and insert the data in a Card, but I don't know how to make different pages based on tons of data and grouping, just like any other Report system. I am trying ...
by joseggarza
Wed May 25, 2016 11:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Report Framework
Replies: 16
Views: 11100

Report Framework

I am trying to make a few reports and while researching I found http://users.telenet.be/quartam/reports/ but it looks dead, I could not buy it. I tried to contact them without any luck. Any of you have information about this software developer? or any other options available?

Thanks
JG
by joseggarza
Tue May 17, 2016 11:15 pm
Forum: Off-Topic
Topic: is quartam reportdead? are there any other reporting addons?
Replies: 1
Views: 2682

is quartam reportdead? are there any other reporting addons?

HI,

I was looking for a reporting solutions and the only one I found was quartam, but it seams dead.

are there any other solutions to print reports with livecode?

Thanks in advance.

JG
by joseggarza
Wed Jan 27, 2016 1:49 am
Forum: Talking LiveCode
Topic: javascript function to Encode the resulting 16 byte string
Replies: 3
Views: 3015

Re: javascript function to Encode the resulting 16 byte stri

Hi Lagi Pittas, Thanks for your time, the full outcome is to make md5Crypt function. Using openSSL this is what I get: C:\>openssl passwd -1 -salt salt password $1$salt$qJH7.N4xYta3aEG/dfqo/0 that actually means encrypt "password" with Salt "salt" and the result is ---> $1$salt$qJH7.N4xYta3aEG/dfqo/...
by joseggarza
Sun Jan 17, 2016 8:30 am
Forum: Talking LiveCode
Topic: javascript function to Encode the resulting 16 byte string
Replies: 3
Views: 3015

javascript function to Encode the resulting 16 byte string

can someone help me translate this javascript into livecode: const ascii64 = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; function to64(v, n) { var s = ""; while (--n >= 0) { s += ascii64.charAt( v & 0x3f ); v >>= 6; } return s; } function to64_triplet(str, idx0, idx1, idx2) {...
by joseggarza
Sat Jan 16, 2016 8:41 pm
Forum: Talking LiveCode
Topic: How to simulate openssl passwd?
Replies: 0
Views: 2102

How to simulate openssl passwd?

Hello nice people at LiveCode. I need some help, I am in need to develop a module to authenticate users using a 3rd party MySql Database. It seems simple, but when I saw the Hash for the password, I had to do a little research and I found they are using this: openssl passwd -1 -salt SALT PASSWORD. -...

Go to advanced search