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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1939 - 1990 of 17145   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1939
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....
Send Email
Aug 1, 2004
7:50 am
1940
gr. cor $apptype gui $typecheck on $symboltable off create form as form center create but as button color=&hFFFFCC ' change background color ...
chordnl
Offline Send Email
Aug 1, 2004
7:52 am
1944
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@...
Send Email
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'....
-Alex-
fconx_aho
Offline Send Email
Aug 1, 2004
11:57 am
1946
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@...
Send Email
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...
Don
don67geo
Offline Send Email
Aug 1, 2004
7:10 pm
1950
"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)...
doctor electron
globalservices1
Offline Send Email
Aug 1, 2004
9:42 pm
1951
Thanks Jim, Works ok now. gr. cor...
chordnl
Offline Send Email
Aug 1, 2004
10:12 pm
1952
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...
chordnl
Offline Send Email
Aug 1, 2004
10:46 pm
1953
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...
doctor electron
globalservices1
Offline Send Email
Aug 2, 2004
1:34 am
1955
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...
chordnl
Offline Send Email
Aug 2, 2004
7:32 am
1956
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...
chordnl
Offline Send Email
Aug 2, 2004
9:20 am
1957
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...
-Alex-
fconx_aho
Offline Send Email
Aug 2, 2004
9:48 am
1958
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...
chordnl
Offline Send Email
Aug 2, 2004
10:30 am
1959
... Well, EXTENDS is all new ... even to me! Please try: $APPTYPE GUI:$TYPECHECK ON : $symboltable off Declare sub default object butwiz extends button ...
doctor electron
globalservices1
Offline Send Email
Aug 2, 2004
12:25 pm
1960
... 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...
doctor electron
globalservices1
Offline Send Email
Aug 2, 2004
12:38 pm
1961
... Oops, FILETIME is used internally. (So is RECT). Please try changing case or name (I'll have to change those internal names). Jim...
doctor electron
globalservices1
Offline Send Email
Aug 2, 2004
12:55 pm
1962
... 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...
doctor electron
globalservices1
Offline Send Email
Aug 2, 2004
1:00 pm
1963
Thanks Jim, gr. cor...
chordnl
Offline Send Email
Aug 2, 2004
1:20 pm
1964
Jim, you already mentioned,that's it is not really an extend but the good news is you are working on it :-) gr. Cor...
chordnl
Offline Send Email
Aug 2, 2004
1:21 pm
1965
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...
-Alex-
fconx_aho
Offline Send Email
Aug 2, 2004
6:24 pm
1967
... 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 ...
doctor electron
globalservices1
Offline Send Email
Aug 2, 2004
6:58 pm
1969
Thank you for the detailed answer and for all the time you spend for us. -Alex-...
-Alex-
fconx_aho
Offline Send Email
Aug 2, 2004
9:20 pm
1971
... 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...
doctor electron
globalservices1
Offline Send Email
Aug 3, 2004
12:46 am
1973
... 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...
doctor electron
globalservices1
Offline Send Email
Aug 3, 2004
1:27 am
1975
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...
Don
don67geo
Offline Send Email
Aug 3, 2004
7:56 am
1978
... <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...
doctor electron
globalservices1
Offline Send Email
Aug 3, 2004
10:57 am
1980
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@...
Send Email
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....
Send Email
Aug 3, 2004
2:12 pm
1990
very nice Alex, gr cor ... 20Center/CreditScroller.zip...
chordnl
Offline Send Email
Aug 3, 2004
2:49 pm
Messages 1939 - 1990 of 17145   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