Search found 14 matches

by KRY_M
Sun Aug 09, 2020 7:47 pm
Forum: Windows
Topic: Launcher method to load livecode stacks problem
Replies: 1
Views: 2552

Launcher method to load livecode stacks problem

I made a Launcher app, if I try to run my custom shape stack, it loads it but after closing it, the launcher remains open(as a process), if I run a usual stack when I close the stack the process called Launcher 1.0.0.0.0 it is closed automatically. I need to save to position and some data, that is t...
by KRY_M
Sun May 10, 2020 7:29 pm
Forum: Converting to LiveCode
Topic: Problem with resizing stack
Replies: 10
Views: 10145

Re: Problem with resizing stack

Thank you for all your answers, but I think I will choose the easiest route, to use my current layout without the group and to clone the card ! I didn't know about this command. Resizing all the controls requires a lot of calculations and a lot of tests... When I will need to do something more compl...
by KRY_M
Sun May 10, 2020 3:20 pm
Forum: Converting to LiveCode
Topic: Problem with resizing stack
Replies: 10
Views: 10145

Re: Problem with resizing stack

My main problem is that all my controls need to be inside the group to be able to copy them to all the cards I make using new card command. If I make o group I can't make all the objects inside to resize as it should. I read a lot of post about resizing controls.. I got very confused about some Rect...
by KRY_M
Sat May 09, 2020 9:54 pm
Forum: Converting to LiveCode
Topic: Problem with resizing stack
Replies: 10
Views: 10145

Problem with resizing stack

I have a new and strange problem, I made a stack for a mobile app I placed and set all the geometry settings, for all my rounded rectangles to resize when i manually resize the stack, after some tests it worked as expected. I made a group out of my controls to be able to set them as background contr...
by KRY_M
Tue Mar 03, 2020 10:30 pm
Forum: Android Deployment
Topic: Android 9 Can't save picture file
Replies: 1
Views: 3641

Android 9 Can't save picture file

Hello, My second Android App, it takes a picture then it saves it into the Album with a name created by me. On older Android Versions( 4 to 8 ) it works as expected. It invokes the camera app, allows you to take the picture and it return in my app, where it confirms the saving inside a multi-line fi...
by KRY_M
Mon Dec 09, 2019 6:34 pm
Forum: Windows
Topic: Windows System tray app problem...
Replies: 0
Views: 5971

Windows System tray app problem...

Hello, I want tot make an app to stay on the system tray (like my mouse driver, or video card app), and to be able to run from it's icon some kind of menu from where I can choose one option to run some custom Stacks or .exe files. This app it should be something like a startup point for my app. I tr...
by KRY_M
Thu Nov 28, 2019 9:58 pm
Forum: Converting to LiveCode
Topic: Slow display of game board in Othello
Replies: 3
Views: 7470

Re: Slow display of game board in Othello

Thank you !
It is very fast now in displaying the board, I should remember this trick.
I am working on making this app more interesting by making the PC to think and move against humans :) not so easy that I believed ..
by KRY_M
Wed Nov 27, 2019 10:33 pm
Forum: Converting to LiveCode
Topic: Slow display of game board in Othello
Replies: 3
Views: 7470

Slow display of game board in Othello

Hello, I have another problem with the application speed. It redraws my board very slowly, I can see some circles redrawn when i make a move. I tried and optimized as best I could, but I don't know witch part is the slowest to fix it. The game is uploaded on Livecodeshare=runrev=com and it is caled ...
by KRY_M
Mon Nov 25, 2019 10:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can't upload stack to livecode share
Replies: 5
Views: 3035

Re: Can't upload stack to livecode share

I created another stack, copied all my objects and my code to the new one and after that I succeeded uploading that file. Somehow the old stack was marked with some kind of ID that prevented uploading it .
Thank you for help.
by KRY_M
Mon Nov 25, 2019 10:18 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can't upload stack to livecode share
Replies: 5
Views: 3035

Re: Can't upload stack to livecode share

Thank you, but I don't want to replace the uploaded version ! That is a small game called Impas-Flex, now the new stack (the modified one) is something else a game called Othello. I want to upload this file too because it is another application made from modifying the old one. The stacks are differe...
by KRY_M
Mon Nov 25, 2019 1:39 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can't upload stack to livecode share
Replies: 5
Views: 3035

Can't upload stack to livecode share

Good morning, I made a small game and I uploaded the stack to livecode share -and it is there - ok I modified that stack (because it had all the thing i wanted), renamed it, modified it and now when I try to upload it to the site from Livecode it gives me an error about the fact that the file is alr...
by KRY_M
Thu Aug 15, 2019 10:08 pm
Forum: Converting to LiveCode
Topic: Convert old Basic dual FOR's to LC
Replies: 7
Views: 9314

Re: Convert old Basic dual FOR's to LC

Thank you for support, I modified the code and now it works (i forgot to test it outside of the working folder) The rules of the game are simple each player moves one piece at a time, the user can move up one or two squares an the PC moves horizontally only one or two squares. The user who can't mov...
by KRY_M
Tue Aug 13, 2019 10:57 pm
Forum: Converting to LiveCode
Topic: Convert old Basic dual FOR's to LC
Replies: 7
Views: 9314

Re: Convert old Basic dual FOR's to LC

Thank you, it did the trick ! my code now looks like a spagetti code but it is too complex to modify its structure... repeat with i = 1 to 6 repeat with j = 1 to 5 if a[i][j]=0 or a[i][j+1]= 1 then //or ! nu and next repeat //next j end if repeat with k=j+1 to 6 put false into sw //adaugire if a[i][...
by KRY_M
Mon Aug 12, 2019 9:57 pm
Forum: Converting to LiveCode
Topic: Convert old Basic dual FOR's to LC
Replies: 7
Views: 9314

Convert old Basic dual FOR's to LC

I have a problem trying to migrate an old app build by me long time ago. I can't find any example of exiting 2 FOR loops (one for x and one for y) when i found my value inside of an Array ex: For i = 1 To 6 For j = 1 To 5 If a(i, j) = 1 And a(i, j + 1) = 0 Then om_c = 1 Beep Call mut_calc GoTo 102 /...

Go to advanced search