Search found 130 matches

by ace16vitamine
Wed Jun 10, 2020 11:09 pm
Forum: Windows
Topic: bad registry Key
Replies: 2
Views: 2486

Re: bad registry Key

OK, problem was found......

....32/64 bit architecture is the magic word... A 32bit application is not able to access the 64bit registry on a windows system :oops:

Regs
Stefan
by ace16vitamine
Mon Jun 08, 2020 9:44 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Line Graph: Double X Entrys
Replies: 12
Views: 7021

Re: Line Graph: Double X Entrys

Ok Bernd, if I install it with the extension manager it is working.
by ace16vitamine
Mon Jun 08, 2020 8:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Line Graph: Double X Entrys
Replies: 12
Views: 7021

Re: Line Graph: Double X Entrys

OK, it is not merged with 9.6.0 (final). And the patch (which Bernd wrote) is not working. Maybe another issue?
by ace16vitamine
Mon Jun 08, 2020 8:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: StackOnly: How to start as standalone without card
Replies: 6
Views: 3969

Re: StackOnly: How to start as standalone without card

Thanks all. The -ui Option is enough for us.

Regs
Stef
by ace16vitamine
Mon Jun 08, 2020 8:30 pm
Forum: Windows
Topic: bad registry Key
Replies: 2
Views: 2486

bad registry Key

Dear all, I have a smal problem and I do not understand why. put queryRegistry("HKEY_LOCAL_MACHINE\SOFTWARE\TEST\Path") into tPath is working in livecode without any problems. But if I start the standalone application it is not working. Error: Bad Key. The think is I can start the registry editor an...
by ace16vitamine
Tue May 26, 2020 10:45 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Line Graph: Double X Entrys
Replies: 12
Views: 7021

Re: Line Graph: Double X Entrys

Any news if this will be fixed in 9.6.0 (RC3)?

Stef
by ace16vitamine
Fri May 15, 2020 5:49 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: StackOnly: How to start as standalone without card
Replies: 6
Views: 3969

Re: StackOnly: How to start as standalone without card

Its a script. But how can I start the script? in the openstack handler I have timer to run some actions every x minutes.

Or can I hide a complete card that it is not shown in the taskbar?
by ace16vitamine
Fri May 15, 2020 4:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: StackOnly: How to start as standalone without card
Replies: 6
Views: 3969

StackOnly: How to start as standalone without card

Dear all, I have developed a StackOnly script to run some DB selects etc. in the background from the OS as "Service". But... If I create a standalone application only from this stack it is not working, seems that the "on openstack" Handler is not starting. But why? I can see the process in the Windo...
by ace16vitamine
Wed May 13, 2020 8:38 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Close opensockets after 30 sec
Replies: 2
Views: 2196

Re: Close opensockets after 30 sec

Hi,

this does only work from the one who is open the socket.

But I need to do this from the "Server":
accept secure connections on port 9999 with message "verbindung_client_read"

Thanks
Stef
by ace16vitamine
Tue May 12, 2020 10:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Close opensockets after 30 sec
Replies: 2
Views: 2196

Close opensockets after 30 sec

Dear all,

is there any way to close open sockets after 30 sec? socket timeout does not work because I want to kill the opensocket
whatever datas will be transfered.

Regards
Stef
by ace16vitamine
Sun May 03, 2020 11:41 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Line Graph: Double X Entrys
Replies: 12
Views: 7021

Line Graph: Double X Entrys

Dear all, I have a strange problem and I do not know why or what is going on wrong. 2 Line Graphs: lg_wrong2.jpg 1st with the data 0,0 1,2 2,6 3,5 4,5 5,4 6,6 2nd with the data 0,2 1,6 2,5 3,5 4,4 5,6 6,7 7,3 (..) In the 2nd Graph I have double Items on the X Axis description and I dont know why. If...
by ace16vitamine
Sun May 03, 2020 9:44 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Repeat around SQL Selects...
Replies: 4
Views: 2706

Re: Repeat around SQL Selects...

Solved:

Code: Select all

SELECT date(Auftragsdatum), UserID, COUNT(Bestellnummer) AS jobCount, DATEDIFF(DATE(NOW()),Auftragsdatum)AS daySince 
FROM `t_daten` WHERE (DATEDIFF(DATE(NOW()),Auftragsdatum) < 101) AND (UserID = '1234') 
GROUP BY date(Auftragsdatum) ORDER BY Auftragsdatum, UserID
Thanks
Stef
by ace16vitamine
Sun May 03, 2020 9:14 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Repeat around SQL Selects...
Replies: 4
Views: 2706

Re: Repeat around SQL Selects...

OK... Sounds easy. But it is not :-p Because: The date is not only JJJJ/MM/TT, it is a date string. SELECT Auftragsdatum, UserID, COUNT(Bestellnummer) AS jobCount, DATEDIFF(DATE(NOW()),Auftragsdatum)AS daySince FROM `t_daten` WHERE (DATEDIFF(DATE(NOW()),Auftragsdatum) < 10) AND (UserID = '1234') GRO...
by ace16vitamine
Sun May 03, 2020 12:01 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Repeat around SQL Selects...
Replies: 4
Views: 2706

Repeat around SQL Selects...

Dear all, I wrote a simple function to create statistics from my SQL Database. It is collecting the count of orders every day. I copy the code e.g. 20 times but I think it can be easier with a repeat loop :-p I mean for 3 days I can copy paste, no problem. But now I have to collect 50 days, 100 days...
by ace16vitamine
Wed Feb 26, 2020 11:39 pm
Forum: Windows
Topic: App beside the clock...
Replies: 2
Views: 2726

App beside the clock...

Hi all, I have a simple question: What can I do that my App is running beside the clock icon right in my task bar? See screenshot. My Idea is that the application starts with Autorun (or as a service or whatever) and that it is possible to manage it beside the clock icon. That means I can make a kli...

Go to advanced search