Hi Jim I am positioning a canvas at top left on the form to line up with a richedit at the top. The canvas forms a gutter for the line numbers in my TinyEditor...
Philip Bister
philip.bister@...
Aug 1, 2004 11:31 am
1945
... PS: It is right that my code works with 'create' but my code doesn't have a menu. After adding a menu to my code i have the same problem with the 'create'....
Is there a HotBasic Editor project we don't know about? Yes, TinyEditor is a plain text editor/code editor combined. (The project has been in development since...
Philip Bister
philip.bister@...
Aug 1, 2004 1:52 pm
1947
How about to add .PopupMenu to RBUTTONCLICK event to all Visible GUI objects which is has mouse access (form, listbox, grid, richedit, edit,...)? Just an...
"e" versions now posted for download. These drop $DEFINE/$MACRO list "rescan-on-hit" feature, which can cause infinite loops. SO now we scan the list (if any)...
Can someone translate this WinProc to HotBasic. Thanks in advance cor ; Original code by Danilo and Num3 (thanks, guys). ; Modified by PB to get a transparent...
Cor, win32.hlp says: "The text color of a push button applies only to its focus rectangle; it does not affect the color of the text." Maybe one has to use...
The following code does not work compiler 2.9e I must be missing something!!! gr. cor $APPTYPE GUI:$TYPECHECK ON : $symboltable off Declare sub default object...
File info program give error during compiling, cannot find fault I tried also the -c compiler switch. error: ERROR producing object module, So I must be using...
Hi Cor, in HotBasic there is an object called 'FILREC' which returns all kinds of fileattributes. -Alex- Try this: ' FileRec.bas $apptype console $typecheck on...
Thanks Alex, Could not find FILREC at the helpfiles only in hotdimen.txt and there it is only mentioned by name. Searched examples dir and there i find some...
... Well, EXTENDS is all new ... even to me! Please try: $APPTYPE GUI:$TYPECHECK ON : $symboltable off Declare sub default object butwiz extends button ...
... FILEREC is listed on the main help page (hotdoc.html) with all the R only properties. Use after DIR$ or FILEEXISTS, as Alex showed. FileRec.bas in...
... Cor, you have fingered an important issue in EXTENDS. Since the above is "part of the butwiz object definition", it would be better to be able to use...
Question to the specialists, there are a lot of API calls which uses structures in structures. How do I realize that in HotBasic? Example: TYPE CHARRANGE cpMin...
... Easy! hot.exe does the following itself routinely: 'TYPE CHARRANGE 'cpMin as long 'cpMax as long 'END TYPE Make above comments FYI. Then, TYPE FINDTEXT ...
... It *is* "really an extend"; however, non-existant items will never work. Here is what I mean: object butwiz extends button defleft as long = 10 defwidth...
... Maybe: TYPE defaults width1 as dword = 100 height1 as dword = 20 'etc END defaults dim def as defaults Then just read it! MyEdit.height = def.height1 and...
Just for you information to get Hotbasic download page from this Yahoo group source. The step are: 1. Find the last Doctor Electron post in this message list...
... <snip> Brilliant! BTW, access to the angelfire site is "down" not only because HotBasic has more popularity, but Net Census main page articles are being...
Hi, Everyone I discovered TinyEditor was not printing to the page correctly. Now corrected in v1.11 just posted. May be downloaded from the Hot Windows page: ...
Philip Bister
philip.bister@...
Aug 3, 2004 12:30 pm
1986
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File : /Code...
hotbasic@yahoogroups....
Aug 3, 2004 2:12 pm
1990
very nice Alex, gr cor ... 20Center/CreditScroller.zip...