Search found 30 matches

by pajito
Thu Sep 07, 2017 12:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: run included files in a standalone app Windows
Replies: 7
Views: 4505

Re: run included files in a standalone app Windows

Hi again

finally I did it like this
put specialfolderpath("resources") into tFolderpath
put tFolderPath & "/rundl.exe" into tFilePath

put shell (tFilePath && && field "link")

Actually I did exaclty what you suggest bellow. Your help was inormous.

Thanks Again for all your help
Pajito
by pajito
Thu Sep 07, 2017 12:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: run included files in a standalone app Windows
Replies: 7
Views: 4505

Re: run included files in a standalone app Windows

HI Klaus this is exaclty what I mean. I alredy copy the files the way you suggest, my problem was that I didn't know how to modify my line. So you are suggesting something like: "specialfolderpath\rundl.exe" I will give it a try and I will let you know of the outcome. Thanks so much for the reply Pa...
by pajito
Thu Sep 07, 2017 12:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: run included files in a standalone app Windows
Replies: 7
Views: 4505

run included files in a standalone app Windows

Hi everybody I just finished a very simple project in which I run an executabe file. When running from the stack giving the whole directory path everything works. example: put shell ("D:\test\rundl.exe" && field "link") But when I export an app for windows, includind the files I need, I do not know ...
by pajito
Sat Jun 03, 2017 10:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: set images as button icon (multiple images and buttons)
Replies: 7
Views: 5624

Re: set images as button icon (multiple images and buttons)

richmond62 wrote:Hope this helps:
PAI.png
Using Pictures as Icons.livecode.zip
Hi again

unfortunatelly no, my problem is that I need to load multiple pictures and set them to muliple buttons.
I want to thank you anyway, probably your code will help me later building the app.

thanks again
by pajito
Sat Jun 03, 2017 8:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: set images as button icon (multiple images and buttons)
Replies: 7
Views: 5624

Re: set images as button icon (multiple images and buttons)

I am having a problem understanding what you mean by "create snapshots(icons) of those media files" as they probably all look the same: music-icon.png can you explain a bit more? Hi I am really sorry about that. So I have a programm. I need to import some pictures from a folder and set them as icon...
by pajito
Sat Jun 03, 2017 1:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: set images as button icon (multiple images and buttons)
Replies: 7
Views: 5624

set images as button icon (multiple images and buttons)

Hi everybody currently I am tring to create a media player using Livecode and CasparCG. I have almsot eveything done except of some minor details. I choose the folder I want to use. I list all my media files to a list. I choose the file from the list and it plays. Now my problem is how to create sna...
by pajito
Sat May 20, 2017 6:19 pm
Forum: User Groups and Events
Topic: Greek team ?
Replies: 6
Views: 10803

Re: Greek team ?

Hi everybody
I am Giannis, don"t get confused from pajito... just a nickname. Me and my friend Mike are really interested in joing the Greek Team Group.
Just let me know

geia... = Hi
by pajito
Sat May 20, 2017 11:31 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: SWAP bettwen 2 buttons
Replies: 19
Views: 9740

Re: SWAP bettwen 2 buttons

Hey everybody, first of all I had to thank each and every one of you. Either your suggestions worked or partially worked, you gave me lot of ideas of how to continue. The software I am stragling to create its quite big in coding, you will have some screenshots and videos as soon as I get to a satisf...
by pajito
Sat May 20, 2017 11:27 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: SWAP bettwen 2 buttons
Replies: 19
Views: 9740

Re: SWAP bettwen 2 buttons

Group the PGM buttons and name the group "PGM". Group the PRV buttons and name the group "PRV". Script of group "PGM": on mouseUp repeat with x = 1 to the number of btns of me set textcolor of btn x of me to "black" set the backcolor of btn x of me to "white" end repeat set textcolor of the target ...
by pajito
Sat May 20, 2017 11:25 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: SWAP bettwen 2 buttons
Replies: 19
Views: 9740

Re: SWAP bettwen 2 buttons

Just an idea... Make use of segmented control widgets step 1) add 2 segmented control widgets on the card and name them resp "ButtonRow1" and "ButtonRow2" step 2) add a button TRANS with the code below. Select an option on each button row then press button TRANS. (Be aware that the widget initially...
by pajito
Fri May 19, 2017 6:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: SWAP bettwen 2 buttons
Replies: 19
Views: 9740

Re: SWAP bettwen 2 buttons

Hiola pajito, not sure I understand your problem, but looks like the ORDER of your commands is important (first let the button "TRANS" do its work and THEN change the value of your global), so maybe this will work for you? global gVarPrv global gVarPgm on mouseUp set the backgroundcolor of me to "Y...
by pajito
Fri May 19, 2017 6:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: SWAP bettwen 2 buttons
Replies: 19
Views: 9740

Re: SWAP bettwen 2 buttons

Hi. You do not need all that. Take a moment and make a new card. Make your three "PRV" buttons, and group them. Now make the three "PMG" buttons and group them. Now make the button "Trans", and put this into its script: on mouseUp put the hilitedButton of grp 1 into a put the hilitedButton of grp 2...
by pajito
Fri May 19, 2017 2:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: SWAP bettwen 2 buttons
Replies: 19
Views: 9740

SWAP bettwen 2 buttons

Hi everybody Probaby my problem is quite easy for the majority of you but still it is a problem for me. I have 2 sets of buttons or 2 rows of buttons if you prefer. PRV1 PRV2 PRV3 PGM1 PGM2 PGM3 Only ONE button from each row can be pressed every time. Also there is also a button called TRANS. I need...
by pajito
Fri Apr 14, 2017 11:44 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: csv and items
Replies: 6
Views: 6239

Re: csv and items

Hi again Klaus

I would like to thank you, everything worked smoothly. I used the trick you suggested and it saved me lot of time.
I already start reading the lessons, they look really helpful.

Thanks Again
by pajito
Thu Apr 13, 2017 8:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: csv and items
Replies: 6
Views: 6239

csv and items

Hi evebody, I am quite new to Livecode, so I face some problems even with basic staff. I loading a csv into a field, now I need to get the 5 lines of this field and set them as labels of 5 buttons. 1st Problem: when I get item 1 it gives me the 3rd row of my field 2nd Problem: I can not get any othe...

Go to advanced search