On Tue, Jul 1, 2008 at 7:20 AM, Steve Richland <stvrichland@...> wrote: BASIC takes on a whole new meaning. ... "Visual" BASIC? :) AIR. -- "Programming...
I just ran it on my machine and here are the results cpu.HighestParameter = 1 cpu.VenderID = AuthenticAMD cpu.Stepping = 178 cpu.Model = 251 cpu.Family = 15 ...
... After running cpuid, a novice no more -- and the change is permanent -- like puberty -- no turning back (smile). Thanks for feedback, Robert, I see I...
Is this of interest to anyone other then myself? I seem to be the only list member with a HotBasic wiki account. If you can help with this documentation...
It's not in the HotBasic user list. I think Wikia requires a e-mail validation. (check your spam folder) I noticed my user account didn't show up right away...
Wikia is just slow adding new members to the roster. Even though we have our own copy of Mediawiki, there seems to be a shared user database and updating our...
Whomever provided my address and signed me up for this wiki, please don't do things like that without checking with me first. I'm not questioning the intent, I...
I wanted to add a Cancel Button to a form. Best I can find is a Rapic-Q example that suggests putting END inside the callback process. But when I tried this...
I sent out an invitation to a few key members that have contributed in the past in a big way. Sorry, I can have Wikia remove your inactive account if you...
... 1. 'etc create cancel as button text = "Cancel" onclick = on_cancel 'size/position it, too end create 'etc END 'etc on_cancel: showmessage "You clicked...
POLICY: HotBasic has not and will not use user email and other personal information obtained in the course of registering HotBasic for any purpose including...
Tanks for the reply,, Jum. I could already see how to show a button was
pressed. I could not (and still can't) see how to use a Cancel Button to
then do one...
Hey Donald, Once the cancel is selected, it goes to the on_cancel: section There you place the command, application.terminate This will fully close off the...
Thanks. That is the information I was looking for. I could not find any
reference to help me except a mention in HBAssistant to but that END was a
synonym...
... MediaWiki allows printing the article page by page. (user entered content) You can dump to XML a range of pages but this is normally used to transfer pages...
Thanks to All again, Again confused but not down & out. I am trying to change the active sheet, asheet.pointer=sheet.getnum ("ActiveSheet") automatically sets...
I have moved a few of the HotBasic help text files over to the wiki. Minimal formatting was done. http://hotbasic.wikia.com Don't be shy, try adding a few...
The easiest way to create a new page is to use the address bar in your browser. http://hotbasic.wikia.com/wiki/My New Page This will create the page "My New...
The following seems to work: asheet.pointer=Excelapp.getnum("Worksheets",3) asheet.invoke("Activate") What is strange is that the Comhelper .inc gives...
... If I haven't already done so, I wanted to thank you for all the hard work you put into the COM interface for HotBasic. I'm looking forward to trying to...
Even for myself I find that it's on the backburner of something to look at and apply myself to. Like most seeds, once they break into sunshine, there is...
Collaboration projects still take motivated individuals to advance. It's
not that theWiki is a bad idea, but that it will experience some birthing
pains. If...
To All, In discussing a document exchange with Dr. Electron, he mentioned GypsyProxy
which I had not heard of. Searching for it on the Internet, I found it...
... Collaboration projects still take motivated individuals to advance. ... This is the key statement in your reply. I got the wiki going and added enough...