Search found 11 matches

by FESEFW
Sun Feb 12, 2023 2:25 pm
Forum: Talking LiveCode
Topic: Steps for implementing ads?
Replies: 9
Views: 3696

Re: Steps for implementing ads?

I mean actual ad service (like Google's AdMob).
by FESEFW
Sun Feb 12, 2023 2:01 pm
Forum: Talking LiveCode
Topic: Steps for implementing ads?
Replies: 9
Views: 3696

Steps for implementing ads?

Hello! I've been looking for a way to implement ads in LiveCode for a few hours now and didn't find any. I've found a lot of topics saying that I need to use Inneractive APP ID. I can't seem to find Inneractive's website or way to get APP ID or anything related to them. I have tried to use AdMob but...
by FESEFW
Thu Jan 26, 2023 1:37 pm
Forum: Talking LiveCode
Topic: Making big stacks take the top-bar's place
Replies: 15
Views: 6207

Re: Making big stacks take the top-bar's place

Thank you so much! That solved that problem, but created another problem that doesn't fix itself even with reverting (toplevel). "revMenuBar" becomes smaller and hides all the buttons. I get an error in the messageBox when entering 'palette "revMenuBar"': 'Error description: stack is locked (cantMod...
by FESEFW
Thu Jan 26, 2023 7:44 am
Forum: Talking LiveCode
Topic: Making big stacks take the top-bar's place
Replies: 15
Views: 6207

Re: Making big stacks take the top-bar's place

I am not sure how to explain..

When opening LiveCode, there is the toolbar on the left, and a bar a bit above and a bit right.

Big stacks hide that bar and make me re-open it every time from the Windows taskbar.

I haven't put the Windows taskbar on top of the screen.
by FESEFW
Wed Jan 25, 2023 11:40 am
Forum: Talking LiveCode
Topic: Making big stacks take the top-bar's place
Replies: 15
Views: 6207

Re: Making big stacks take the top-bar's place

Hi Klaus!

Thanks for your quick answer.

I am using a 27" screen. I am using Windows 10.

Could you detail a bit more? I basically want to be able to edit a stack that takes the top-bar's place without the top-bar disappearing once I click on the stack.

Thanks.
by FESEFW
Wed Jan 25, 2023 10:06 am
Forum: Talking LiveCode
Topic: Making big stacks take the top-bar's place
Replies: 15
Views: 6207

Making big stacks take the top-bar's place

Hello! I've been making apps and games in LiveCode since 2019. Since the very first day, I've noticed that when I tried to create stacks that are almost fullscreen, the top-bar would be hidden, and it made me re-open the top-bar every 10 seconds. Therefore, I haven't made 'almost-fullscreen' apps or...
by FESEFW
Tue Jan 10, 2023 6:58 pm
Forum: Bug Triage
Topic: .exe standalones reportedly have viruses?
Replies: 5
Views: 1673

.exe standalones reportedly have viruses?

Hi. I've been working on many projects over the years. Recently, I've published my game in my neighborhood. A few days ago, I thought to myself - maybe more people will download my app if I provide a report that the file is safe. I then thought, why not try VirusTotal. A scan reported that it has 2 ...
by FESEFW
Tue Jun 22, 2021 6:28 am
Forum: Games
Topic: Livecode Multiplayer Leaderboard
Replies: 13
Views: 23171

Re: Livecode Multiplayer Leaderboard

...I only found one thing that's in the forums and its links doesn't work anymore because it's from 2014. Unlike most languages, LC has an uncommonly good track record of maintaining backward compatibility. Where is that earlier discussion, and what part of it didn't work? For some reason I can't s...
by FESEFW
Tue Jun 22, 2021 6:22 am
Forum: Games
Topic: Livecode Multiplayer Leaderboard
Replies: 13
Views: 23171

Re: Livecode Multiplayer Leaderboard

In your OP you mentioned this would be online, which I am guessing means you store the information online and want the data read back into the application run locally. That part of it (I would hope) some others that do stuff along those lines would chime in for, but I don't foresee any great diffic...
by FESEFW
Mon Jun 21, 2021 6:03 pm
Forum: Games
Topic: Livecode Multiplayer Leaderboard
Replies: 13
Views: 23171

Re: Livecode Multiplayer Leaderboard

Hi Bogs,
Thanks for answering so fast,
I am trying to make something like shown in the second picture. I already own a MySQL server that I'm controlling on phpMyAdmin. Also, in the game main screen, I programmed a 'name pick' button which you can pick your name into global _PlayerName.
Thanks,
Fest
by FESEFW
Mon Jun 21, 2021 3:01 pm
Forum: Games
Topic: Livecode Multiplayer Leaderboard
Replies: 13
Views: 23171

Livecode Multiplayer Leaderboard

I am trying to make an online multiplayer leaderboard, I've searched for it all over the internet and I only found one thing that's in the forums and its links doesn't work anymore because it's from 2014.
Please help,
Fest