... Depends on what you mean by manipulate. Have you checked out Alyce's Restaurant? http://alycesrestaurant.com/ Bill J....
21703
dirtbottom@...
dirtbottom
Jun 27, 2004 3:34 pm
Have finally got a program to where I need a little help working the kinks out of it. I have developed a program that creates code to help create irregular ...
21704
pendl2megabit
Jun 27, 2004 10:51 pm
Mac, LB4 uses a newer FreeForm release, which will disable tooltips for Windows NT platforms (NT4, 2000, XP) by default. This check can be removed ;-) Use the...
21705
pendl2megabit
Jun 27, 2004 11:03 pm
GC, I don't see any difference in the twoexamples below :-( It is true that the spritedisplay and background is updated with the DRAWSPRITES command. The best...
21706
pendl2megabit
Jun 27, 2004 11:13 pm
Mac, Windows XP has a buildin problem with tooltips in general. Therefor the new version of FreeForm disables them, if it detects that it runs under XP. You...
21707
pendl2megabit
Jun 27, 2004 11:21 pm
GC, did you try to use a different text colour than black, which could be a problem too??? ... Stefan Pendl...
21708
Chergarj@...
gjosefc
Jun 27, 2004 11:44 pm
In a message dated 06/27/2004 4:11:33 PM Pacific Daylight Time, ... I made an error in one of those examples. I should have reversed the cyclesprite and...
21709
Chergarj@...
gjosefc
Jun 27, 2004 11:46 pm
In a message dated 06/27/2004 4:21:45 PM Pacific Daylight Time, ... Actually no. I used black font color against white background in msPaint. G C ...
21710
Alyce
alyce_dubya
Jun 28, 2004 12:52 am
... could be a ... msPaint. ... Uh oh. You must have a true black background on an image that is to be used as a sprite. You can use black in the image if you...
21711
Bob Charles
usp9mm
Jun 28, 2004 1:30 am
Hi Firstly Hardware There are a number of different soundcard chipsets and some will allow what you want For example I have seen a complete guitar effects...
21712
Chergarj@...
gjosefc
Jun 28, 2004 1:53 am
In a message dated 06/27/2004 5:52:23 PM Pacific Daylight Time, ... The logic is still troublesome. I just tried brown text on white background, and masked it...
21713
andy_107_5
Jun 28, 2004 5:33 am
... evaluates ... image, ... ============================================ Alyce's solution is the most straight forward if you have an image to be masked that...
21714
Chergarj@...
gjosefc
Jun 28, 2004 5:46 am
In a message dated 06/27/2004 10:33:03 PM Pacific Daylight Time, ... Maybe like dark grey or dark brown? Dark blue? ... I see no way to make R G B choices in...
21715
andy_107_5
Jun 28, 2004 1:14 pm
... use a ... This ... the user ... through use ... ========================================== To set the RGB value in MS Paint: 1) Double click on a color...
21716
Alyce
alyce_dubya
Jun 28, 2004 2:06 pm
In this issue: A New Contest - with Prizes! - by John Davidson Bitmaps the Fast Way - by Callum Lowcay Buttons, Checkboxes and RadioButtons - by Janet Terra ...
21717
dennis_mckinney
Jun 28, 2004 5:13 pm
... don't. ... of ... that ... error ... knows ... I'd ... I don't seem to have any problems with tooltips in XP. The toolbar tooltips in JaLBe display...
21718
Chergarj@...
gjosefc
Jun 28, 2004 6:30 pm
Neat. G C In a message dated 06/28/2004 6:14:39 AM Pacific Daylight Time, ... [Non-text portions of this message have been removed]...
21719
carlgundel
Jun 28, 2004 6:37 pm
For those intrepid souls who would like to test the fixes I have managed thus far, I have posted a file containing beta 2 of Liberty BASIC v4.01. This is a ...
21720
dirtbottom@...
dirtbottom
Jun 28, 2004 7:29 pm
Dennis, Just downloaded your tooltips. WORKS GREAT. Thanks a lot. Gary ... Outgoing mail is certified Virus Free. Checked by AVG anti-virus system...
21721
stefanhes
Jun 28, 2004 8:57 pm
I tried to download lb401b2.zip for 4 times. The file is (only?) 56kB big. and does not include lb401b2.exe. Am I the only one with download problems...? ...
21722
pendl2megabit
Jun 28, 2004 9:07 pm
Stefan, no problem here in Austria, file is ~1MB A first try showed that the WinXP style is gone once more :-( Carl, please include the resource for the common...
21723
stefanhes
Jun 28, 2004 9:19 pm
Yes, now I've got it right. Stefan Hesseling...
21724
carlgundel
Jun 29, 2004 2:00 am
... Oh rats. I knew I forgot something. I promise it will not be missing in the final release. ... 6.0.0.0 in the ... ?? Not sure what you want. You want me...
21725
Alyce
alyce_dubya
Jun 29, 2004 10:40 am
... Yes, Dennis, you missed something! Your method uses callbacks (I think) to handle the tooltips. My method was simpler and used the coords of the buttons to...
21726
robert7265
Jun 29, 2004 12:05 pm
Hello Ken Lewis, Thank you for your message. My program now works very well; thank to your great help. Robert Theriault - In libertybasic@yahoogroups.com, "Ken...
21727
Dennis
dennis_mckinney
Jun 29, 2004 6:27 pm
... <dennis@s...> ... toolbar ... way ... but ... Nope, no callbacks. I create the toolbar without buttons, tooltips, or bitmap then add add them to the...
21728
pendl2megabit
Jun 29, 2004 10:08 pm
Carl, I was just referring to the manifest ;-) ... Stefan Pendl...
21729
Bob McIlvaine
mac53532000
Jun 30, 2004 5:58 pm
Hi all, This is probably documented somewhere and I'm having a low brain cell count day...so please be kind. I have array1$(x) and array2$(x). I have a...
21730
Alyce
alyce_dubya
Jun 30, 2004 9:19 pm
... Dennis, With your gracious and generous help, I was able to fix the problem with tooltips on an API toolbar with the XP manifest in the toolbar maker in...
21731
pendl2megabit
Jun 30, 2004 10:24 pm
Bob, first ARRAYs are GLOBAL, this means that they are visible inside functions and subs too ;-) I would use a flag to signalize the function or sub which...