Search the web
Sign In
New User? Sign Up
hotbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4018 - 4049 of 17149   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4018
Jan 1 MILESTONE: First HotBasic program produced on W32, converted to Linux ELF format with PE2ELF.exe (written in HotBasic, of course), and run successfully...
doctor electron
globalservices1
Offline Send Email
Jan 1, 2005
2:20 pm
4020
Well done Jim, I'am just downloading knoppix linux, it can run from a cd-rom. I takes a time (773 MB). It's the first time I try Linux :) Will let you know if...
chordnl
Offline Send Email
Jan 1, 2005
3:36 pm
4021
I'am sorry but I dont' get the redim defbyte Flags=4 dim ObjectPropNew(1,Flags) as string*32 I want to do a redim ObjectPropNew(1,x) without losing the Flags ...
chordnl
Offline Send Email
Jan 1, 2005
4:24 pm
4023
... Yes you can. using an array template named "dummy". see code: '-- code begin -- $apptype console $symboltable off declare sub mysub dim f as file defint...
Don
don67geo
Offline Send Email
Jan 1, 2005
6:01 pm
4024
... Yes, it is time to take a second look at the demo program in the REDIM announcement post. Time to look at which subscript was changed (the right-most)....
doctor electron
globalservices1
Offline Send Email
Jan 1, 2005
6:08 pm
4025
Thanks Don for your time. if MaxObjects would be e.g. 100 ObjectPropNew (Maxobjects,40) and then do a redim to say 50 less, I see no advantage of a redim. You...
chordnl
Offline Send Email
Jan 1, 2005
6:22 pm
4026
... Sorry, my previous reply was sort of wrong -- now corrected, and sort of cryptic -- now corrected below: I think you want: dim ObjectPropNew(Flags,1) as...
doctor electron
globalservices1
Offline Send Email
Jan 1, 2005
6:24 pm
4027
Jim, I want not to add but decreasing it. ObjProNew(Flags,50) ' is 50 redim ObjProNew(Flags,9) to e.g. 9 but the Flags data 0..40 must be kept cor...
chordnl
Offline Send Email
Jan 1, 2005
6:32 pm
4028
Jim, Started Knoppix Linux on my laptop, but could not start hothello0 It will not run gr. cor...
chordnl
Offline Send Email
Jan 1, 2005
6:35 pm
4029
I must run it in console ofcourse, must search for how to do it program is located on floppy-disk cor...
chordnl
Offline Send Email
Jan 1, 2005
6:40 pm
4030
... Here is what I use at Debian "command prompt" after logon as "root": mount -o defaults /dev/fd0 /floppy /floppy/hotlinux0 where "hotlinux0" is the name of...
doctor electron
globalservices1
Offline Send Email
Jan 1, 2005
6:44 pm
4031
I searched for some linux basics :-) http://www.math.mcgill.ca/services/linux_basics.php Now I can run hothello0, however when I run it I get the following ...
chordnl
Offline Send Email
Jan 1, 2005
6:54 pm
4032
... Cor, actually, redim lesser still keep your data in the array. just in mulit-dimension array, the order of the data is that way in HB; 1,1:2,1:3,1.. ans so...
Don
don67geo
Offline Send Email
Jan 1, 2005
7:01 pm
4033
... Don't follow your logic, Cor. Why redim down if you want the data? As a technical point, any redim that reduces the size of an array, does not reallocate...
doctor electron
globalservices1
Offline Send Email
Jan 1, 2005
7:50 pm
4034
Jim, My logic is only to reduce array size when saving it to a file f.savetofile myarray Thats in fact only what I want cor ... be...
chordnl
Offline Send Email
Jan 1, 2005
8:00 pm
4035
... That's what I thought. Well, you would not reduce array size *below* that of data you wanted to save. Be sure to reduce the right-most subscript which...
doctor electron
globalservices1
Offline Send Email
Jan 1, 2005
8:13 pm
4036
Jim, hotform.txt states: "Most .OnClick events arise from WM_COMMAND (uMsg = &H111) messages. nCode is the "notify code" -- the HIWORD of wParam." Is nCode...
castermaster4
Offline Send Email
Jan 1, 2005
8:22 pm
4037
... I would think not. Some .OnClick events have no notification codes, and as such, nCode should be 0. In essence, if an object has many notification codes,...
doctor electron
globalservices1
Offline Send Email
Jan 1, 2005
8:44 pm
4038
HotBasic 1.64 and 3.6e include various improvements and extend error checking for assembler reserved keywords to labels, GOSUB and GOTO statements and Declared...
doctor electron
globalservices1
Offline Send Email
Jan 1, 2005
9:33 pm
4039
... I went one better (or 5 better really). The code below lets you get all five of the non-client area fonts for use in your programs. This works on win98,...
castermaster4
Offline Send Email
Jan 2, 2005
2:10 am
4040
... hmmm. Before PE2ELF was "correct", I also got that message. Think that different Linux installations may have different defaults re the mount command I...
doctor electron
globalservices1
Offline Send Email
Jan 2, 2005
4:01 am
4041
Tested on WIN-XP-SP2 Get the following result Tahoma Tahoma Tahoma Tahoma Tahoma gr. cor ... <castermaster4@y...> ... startup ... scheme? ... This...
chordnl
Offline Send Email
Jan 2, 2005
9:12 am
4042
Cor, Is Tahoma the font you're using for everything on your system? If so, then the code is working. The code fills in the dimensioned fonts with all...
castermaster4
Offline Send Email
Jan 2, 2005
9:54 am
4043
Jim, The pc I use as a router ran hothello just fine. It runs an older kernel version (2.0.40 if I remember correctly) on a very scaled-down (crippled?)...
castermaster4
Offline Send Email
Jan 2, 2005
10:13 am
4044
It depends on which theme you have selected on WIN XP I changed the theme and then I get different results. But did not get find out to change these fonts on...
chordnl
Offline Send Email
Jan 2, 2005
10:27 am
4045
This is also a setting on Windows XP Control Panel Display Appearance Effects uncheck -> Show Windows while dragging No screen flickering while resize form cor...
chordnl
Offline Send Email
Jan 2, 2005
10:36 am
4046
... On Windows 2000, I got the following: Microsof Microsof Microsof Microsof Microsof I checked and all of the fonts should be Microsoft Sans Serif Tom ...
Tom Slonaker
tcslonaker
Offline Send Email
Jan 2, 2005
7:37 pm
4047
... Thank you Larry, for this feedback and your innovative code posts such as system font reckoning. The demo of hothello now posted is packaged in a 2-segment...
doctor electron
globalservices1
Offline Send Email
Jan 2, 2005
8:27 pm
4048
... Thanks, Tom and Cor, for checking out the code. Tom, I don't know why the font name is truncated... seems odd - shouldn't it show the whole name? The code...
castermaster4
Offline Send Email
Jan 2, 2005
9:18 pm
4049
Too cool, Jim! ... This is impetus for me to get another workstation system up and running with a Linux desktop. I've been putting it off but now it's time to...
castermaster4
Offline Send Email
Jan 2, 2005
9:41 pm
Messages 4018 - 4049 of 17149   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help