Yahoo: That's GREAT Alex. Thanks! With excessive fiddling, I was able to Create two SPLASHes, or one Splash and one Form. And make each one Resizeable and...
Getting bck with HotBasic is high on my list of things to do, but there is always something getting in the way. Still, it is important to me. Don't see much...
Re the problem with HBide 2.73.1 Sorry for the problems caused with this version of HBide. I am now working to resolve this. I will post another message when...
Philip Bister
philip.bister@...
Nov 16, 2009 12:30 pm
17173
Hi I have now added to the open source Micron text editor and uploaded a new version. Added: Application icon Minimize to tray Uppercase selection Lowercase...
Philip Bister
philip.bister@...
Nov 16, 2009 12:30 pm
17172
... You'll find it Under Files\Programs\ and the archive is called HCA.rar. If you don't have unpacking software for rar-archives I recomend one called...
Hi again, had you ever tested the SPLASH form ? Example: CREATE f AS SPLASH CREATE b AS BUTTON Caption="Close" OnClick=fclose END CREATE END CREATE f.ShowModal...
Hi vmars, ... can be downloaded from here http://mypages.cwdom.dm/keenej/hotdown.html ... can be downloaded by running hbsetup.exe and checking HBassistant...
Ok Thanks. I appreciate all the helps that this community provides. It would be a great help also if an (exact) address is included in the announcement. It...
Thanks for the example: With further fiddling (see below) I discovred that the screen with the button on it, still has the blueBorder on top, but once I resize...
... More, speedab.bas would give you an good estimate. The hotxls.zip demo shows a case of moving data up to insert new data, needed in creating an .xls file....
An afterthought: how much overhead is involved in the m=insert$(m,...) syntax, compared to "in-place" manipulation of object m? When I do memory object...
The updated (Nov 15) hbsetup 1.8 (now posted for download) adds hbAPInator download. Since the file is located on a "hidden" server (Google's effort to hide...
... Hi, Em! If I understand well, HB already supports the above functionality: =====mem_func.bas $APPTYPE CONSOLE: $TYPECHECK ON dim m as memory 'alias for...
I fiddled with positioning of various statements. The best I could come up with is code below. Cool, but not quite there. Your code shows two forms , one with...
... Hello, BorderLess Form create f as form create b as button caption="Close" onclick=fclose end create show 'before new style end create f.style=f.style xor...
This post is related to message/17151: I am also having trouble with Creating a True Borderless form, similar to hotforms.bas; except that form2 is Borderless....
... Hello, create f1 as form onresize=f1size onshow=f1size end create create f2 as form create gb1 as groupbox caption="Group1" end create create rb1 as...
... To solve this, I think one needs to look at the header info. Namely, this alias server probably responds with a referral line in the header indicating "the...
hbsetup 1.8 has been updated to include the new server for FNOWare HB debugger and Custom Command. I tried to get httphelp to download Alex's new hbAPInator,...
... While this URL works in a browser, for some reason, the host name which is an alias for a Google.com IP address, cannot be connected to, as yet, using...
OOps! Here's the source: create f1 As FORM caption="form 1" width=300: height=150 left=150 create f2 As FORM caption="form 2" left = 150: top = 0 width = 50:...
I tried changing Form f2 in FormNest.bas to a BorderLess Form. Everything LOOKS fine, but the RadioButtons don't work. I could use some help...Thanks...vmars...
... Greetings; Ah, changing text colors and bgColor (radioBox). Very cool! How could I have two independent Groups of RadioButtons and colored text & bg? ...
Hello Jim, I have had occasions to say how great an addition the MEMORY object is to serious programming. Here are some suggestions to extend its capabilities:...