Search found 26 matches

by Leff
Fri Nov 07, 2014 8:48 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Basic table field
Replies: 4
Views: 3356

Re: Basic table field

Hi Simon, Made several test-apps with .png of the guitarneck and that is ok but I would also like to "render" it in realtime. I can also display/hide vector graphics in the main window, but was thinking about a database with all scales and stuff. Maybe less scripting and easy updating. Testing thing...
by Leff
Thu Nov 06, 2014 10:35 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Basic table field
Replies: 4
Views: 3356

Re: Basic table field

Thank you for your reply :-) I was just looking for an simple way to display vector objects predefined by a, let say, pull down menu. Now I know that vector graphics dont work with table field. Does it work with the data grid? It is for displaying guitar scales on the guitarneck :) Just trying sever...
by Leff
Wed Nov 05, 2014 9:23 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Basic table field
Replies: 4
Views: 3356

Basic table field

Hi. How do I put/diplay/show a vector graphic image, made in a substack, in a basic table field? Is it possible or does it only support bitmap images? Is it also possible to only show the graphics in the tabel field and not anything else? If its possible I will also use the table field graphics as a...
by Leff
Fri Oct 17, 2014 12:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Vector graphics
Replies: 5
Views: 4004

Re: Vector graphics

The scrollbar did not follow the movie position. It was static and functioned as a "scrub" without showing the realtime position of the player. Used the same script with the slider and that function the same way. I must learn how to set the length of the scrollbar/slider to the length of the movie/a...
by Leff
Fri Oct 17, 2014 11:27 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Vector graphics
Replies: 5
Views: 4004

Re: Vector graphics

Hi again runrevneil, Gratefull for the script! Now I know one more thing. Is it also possible to use this scrollbar as a replacement for the interactive scrollbar in player? With the scrip I can now use it as an easy position selector. I will have custom buttons placed another place than the actual ...
by Leff
Thu Oct 16, 2014 9:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Vector graphics
Replies: 5
Views: 4004

Re: Vector graphics

Thank you! I will check this out as soon as possible :-)

I also found out that, when building as standalone for windows, I have to give my test-app administrator privileges for running correctly. Otherwise it will crash. Is the player demanding admin privileges?
by Leff
Sat Oct 11, 2014 11:54 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Vector graphics
Replies: 5
Views: 4004

Vector graphics

Googling a lot and not finding (did find something some weeks ago...but not now) how to make vector graphics (just rectangles or similare) with effects. Let's say I would make a rectangle with metallic look, or lightning effects, how do I do that? Any tutorials for something like that? Did try a bit...
by Leff
Thu Oct 09, 2014 11:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Relative file path
Replies: 20
Views: 15140

Re: Relative file path

Can I use the scrollbar (slider) to control the audio/video starting points? Like in the Player but with a custom design? Found the script to the play, pause and all that but not how to control the progressbar in Player. Is it possible?
by Leff
Wed Oct 08, 2014 8:23 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Relative file path
Replies: 20
Views: 15140

Re: Relative file path

New queston ;-) I am googling and looking at tutorials, but have not find an answer yet. I have made custom buttons for the player (player set to invisible. just music for now). The stop,play, pause and ff/rw is ok, but I can't find info on controlling the player slider with a custom slider (the sli...
by Leff
Mon Oct 06, 2014 9:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Relative file path
Replies: 20
Views: 15140

Re: Relative file path

Hi Klaus, Ah, a musician, love it! :D Check this if you like: http://www.major-k.de/bass ...and thats why I will make my own app the way I like to teach :-) And off course learning new things. Back in 2008 I bought 2 big books with Objective-C (xcode) Started but did not find the time to learn it. W...
by Leff
Mon Oct 06, 2014 2:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Relative file path
Replies: 20
Views: 15140

Re: Relative file path

Sorry, don't understand? Do you mean the filename is only saved with the stack in that case? That would be correct, LC cannot read our minds (yet) :D Hehe :-) To bad :-) One of my test apps is designed like this: A pulldown menu that displayes different tutorials (improvisation, image area and a pl...
by Leff
Sun Oct 05, 2014 11:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Relative file path
Replies: 20
Views: 15140

Re: Relative file path

Hi Klaus, did you add the folders in the standalone builder on the"Copy files" tab? Yes I did. Set the backgroundcolor in the inspector for the stack and it will work on Mac and Windows. Thought of it just after posting... Now it's done :-) Do you use relative filenames for images, videos and sounds...
by Leff
Sun Oct 05, 2014 9:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Relative file path
Replies: 20
Views: 15140

Re: Relative file path

Reading about video library right now. Maybe I can use the same procedure with audio files. Regarding using the tutorials, I do! Tried the bottomLeft or bottomRight to check if the button would stay all the way to the right in the app when resizing (no luck yet). I do realise that I can't learn all ...
by Leff
Sun Oct 05, 2014 8:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Relative file path
Replies: 20
Views: 15140

Re: Relative file path

I started with the 7x rc and did not think about that it's not stable... Hopefully 6.6.3 is the right one :) I have some more things I don't understand... When saving as a standalone app (including the subfolders with my images and audio files) things don't go as it should. Must be me. On my osx-pc ...
by Leff
Sat Oct 04, 2014 11:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Relative file path
Replies: 20
Views: 15140

Re: Relative file path

Deletet the old installation (7 rc) Installed the LC 6.6.2 Did the same thing as before and now it works... on mouseUp set the filename of player "Player" to "/Audio/test.mp3" end mouseUp It is good to know that it was not me but the installation of LC 7 Now I can actually do something with LC. Fun ...