REF TO Message: 3 Date: Mon, 01 Dec 2003 17:43:23 -0000 From: "johncarriezack" <jmont@...> Subject: Playing or converting MP4 files John, Many WAV etc...
18046
Yves Petit-Clerc
ve2lui
Dec 2, 2003 11:11 am
Thanks Jim, Yes, you are a genius! I went to some sites and although there were no direct help, I got the spirit of it and I gained confidence that what I was...
18045
Chergarj@...
gjosefc
Dec 2, 2003 5:57 am
<A HREF="http://www.libertybasicuniversity.com/lbnews/nl109/Flash.htm">Click here: Flash</A> The link is to the newsletter article describing Flash O Rama;...
18044
Chergarj@...
gjosefc
Dec 2, 2003 5:35 am
In a message dated 12/2/03 12:01:39 AM Eastern Standard Time, clickron@... writes: << Where can I find flash-o-rama? I've read about it in the...
18043
rha207
Dec 2, 2003 4:56 am
Where can I find flash-o-rama? I've read about it in the newsletter, but I can't fine the website. Ron A...
18042
Michael C. Urban
pantheraleo70
Dec 2, 2003 2:55 am
Oh, Ok. I don't think I have encountered that bug. The only one I have encountered is menus themselves not repainting correctly, but as I said, I later found...
18041
Chergarj@...
gjosefc
Dec 2, 2003 2:29 am
In a message dated 12/1/03 1:50:29 PM Eastern Standard Time, bbjen@... writes: << Print #w1.te1, "!selectall"; 'ok 'This selects and cuts. ... OK, I...
18040
Chergarj@...
gjosefc
Dec 2, 2003 2:23 am
Your program has code lines which take information and place the information into the variable 'Selection$'. You could determine how each line works by ...
18039
Justin
teamgsi
Dec 2, 2003 1:08 am
I have seen this same thing when you change from 16bit to 256 colors and back. The toolbar and other misc. items do not update. Refreshing your desktop doesn't...
18038
carlgundel
Dec 2, 2003 12:51 am
... That would be a trick, if LB were to corrupt the theme because LB doesn't do anything at all theme related. That is entirely up to Windows. The bug that...
18037
Jeff Williams
skycraftdotnet
Dec 1, 2003 10:31 pm
[area] s= .5*(side1+side2+side3) area =sqr(s*(s-side1)*(s-side2)* (s-side3)) return I've been working on making random triangles so I'm pretty well...
18036
Stefan Pendl
pendl2megabit
Dec 1, 2003 10:11 pm
Hi Shayn, best is to use the context menu item "Open with..." and select "Choose program". Insert a discription and check the box for "always open this...
18035
Stefan Pendl
pendl2megabit
Dec 1, 2003 10:01 pm
Hi John, it depends on the CODECs you have installed. if you can play them with another mediaplayer, then LB should be able to do it aswell. you will have to...
18034
Janet Terra
JanetTerra
Dec 1, 2003 9:58 pm
Jeff, Assuming that your area formula is correct, I would simply use the formula you have remarked out. It needs a closing parenthesis, though, to work ...
18032
Alyce Watson
alyce_dubya
Dec 1, 2003 6:58 pm
... This is a command that causes all text to be selected. ... Nor is it meant to. It returns the highlighted text, it doesn't cause text to be highlighted....
18031
J. Brossman
jbross38
Dec 1, 2003 6:48 pm
... Trying to explain these is a little difficult. The best suggestion I can make is to make a little program with just a list box. Then try each...
18030
bbjen@...
biljenni2001
Dec 1, 2003 6:39 pm
I've been fooling with LB3 native texteditors (knocking my head against the wall of wrap) and have run into some funny stuff. I thought the three selection...
18029
J. Brossman
jbross38
Dec 1, 2003 6:34 pm
... Go to google and do a search for midiOutShortMsg. I found a lot of pages and there showld be an MS one that should help. -- Jim & Jan Brossman -...
18028
mark44ukuk
Dec 1, 2003 6:06 pm
Any ideas on this? Mark Parkinson Bodmin...
18027
Michael C. Urban
pantheraleo70
Dec 1, 2003 6:02 pm
... Jeff, This should work. If this is a direct cut and paste from your code, then the reason it doesn't work is because you missing the last closing ...
18026
Yves Petit-Clerc
ve2lui
Dec 1, 2003 5:50 pm
I have a large system & program working fine except this little problem I have at sending a <program change> command. When LB execute this code: [MIDI Note ON...
18025
Chergarj@...
gjosefc
Dec 1, 2003 5:49 pm
You do not always "NEED" a separate line of code for each function or equivalent-to-function, but the program may often move faster through that program ...
18024
johncarriezack
Dec 1, 2003 5:44 pm
I have some MPEG4 (MP4) clips I am trying to play through liberty basic. I can (thanks to Alyce's book) get MPEG 1,2 and AVI files to play, but not MP4. Is...
18023
Jeff Williams
skycraftdotnet
Dec 1, 2003 5:13 pm
Do I need to have a separate line of code for each operation in a mathematical formula? The snippet of code below calculates the area of a triangle given the...
18022
Michael C. Urban
pantheraleo70
Dec 1, 2003 2:49 pm
... Carl, Originally I thought it was always happening under XP themes. Then I found out it was only after I changed themes that it was happening (to make sure...
18021
antoniomdaa
Dec 1, 2003 12:49 pm
Thank you Michael for answering my question. I have corrected the the len ofthe string as you suggested (I had taken the example straight from LB mastering...
18020
carlgundel
Dec 1, 2003 12:28 pm
... Windows XP ... them, and ... squares ... turns out ... No, that's a bug in LB. I'll fix it when I get a chance, but how often do most people change...
18019
Stefan Pendl
pendl2megabit
Dec 1, 2003 10:14 am
... Hi Gordon, use <= instead of < then you are allowed to press the STOP button to end this. ... Stefan...
18018
shaynjensen
Dec 1, 2003 9:21 am
I have a program I want to use on files from explorer, and I was wondering if anyone knew of a basic shell extension library I could use to add the explorer...
18017
Gordon Sweet
gordonsweet2000
Dec 1, 2003 8:15 am
Hope this does not clutter up the emails, but I was delving through my collection of snippets to produce the following. Any suggestions? Dunno why it seldom...