Search:

Type: Posts; User: marcuslee; Keyword(s):

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,332

    I've been doing some reading on this treeview...

    I've been doing some reading on this treeview question, and the way other languages handle this is by changing the back color of the node or item. Unless I am missing something, I don't believe TB...
  2. Replies
    1
    Views
    2,332

    Highlight color

    I was wondering if there is a way to set the highlight color of a selected item in a treeview. I suppose the same could be true for other controls such as listboxes.

    The only close thing I could...
  3. Replies
    1
    Views
    3,086

    Probability & RND

    Concerning ˇmpáct!, I've been thinking about how to have events happen based upon a certain probability. For example, there is a 1% chance that something will happen. Or, there is a 30% chance that...
  4. Replies
    9
    Views
    881

    Alias makes thinBasic stand out above the rest!

    I am not familiar with many other basic languages, but the Alias keyword seems to put thinBasic above the rest. Although there are limitations, you can use thinBasic in almost any way you want,...
  5. Well, my family was always poor, so I didn't get...

    Well, my family was always poor, so I didn't get my first computer until I was in middle school. Windows 95 would have been out or soon to be out, and my computer was an old DOS machine that my uncle...
  6. Thread: iReviews?

    by marcuslee
    Replies
    9
    Views
    4,123

    I like the new title: Scripts Repository. One...

    I like the new title: Scripts Repository.

    One little suggestion. I think it would look better if Repository was capitalized.



    Mark :cool:
  7. Replies
    2
    Views
    4,025

    Control set loc

    I think your suggestion will work. It will also solve another problem I was pondering over yesterday - multiple tabs, a hierarchy of tabs, if you will. That was a nightmare for an amateur like me.
    ...
  8. Replies
    2
    Views
    4,025

    Scrollbar with a Tab Control?

    I was wondering if it is possible to have a scrollbar with a tab control. I have gotten the scrollbar to show up inside the tab page when the tab page is initialized, but I am not sure how to connect...
  9. Thread: iReviews?

    by marcuslee
    Replies
    9
    Views
    4,123

    iReviews?

    Just got on a few minutes ago and saw the new button at the top: iReviews. What's this cool new feature?


    I also saw the button which links to pages on the main thinBasic site. I like that...
  10. Replies
    2
    Views
    5,438

    Articles Vs. Blogs

    I noticed on my profile page there are two links, one for blogs and one for articles. Are they the same? :)



    Mark
  11. Thank you so much for the stats. Not exactly...

    Thank you so much for the stats. Not exactly tongue in cheek, though, for I didn't take it with a grain of salt. :wink:

    I think I would like to make this exercise as balanced and realistic as...
  12. Thanks. I don't know what help I will need, but I...

    Thanks. I don't know what help I will need, but I am sure you or some other super smart TB user will be of help.

    I think I have read about other similar algorithms. I should learn a lot with this...
  13. Thanks for this. I watched it all the way through...

    Thanks for this. I watched it all the way through instead of watching Law and Order. Now, I have to watch the other lessons.

    I can see where a complicated game would have a pretty extensive game...
  14. Thanks. I bounce from one hobby to another pretty...

    Thanks. I bounce from one hobby to another pretty often, so I hope I get that far. The support here is wonderful, though. So, the fault will lie with me. None other.



    Mark
  15. I guess I looked at the info on variables crossed...

    I guess I looked at the info on variables crossed eyed. I guess there won' be a problem, will there? Ha!



    My thoughts exactly!

    A crowded city is an unhealthy city, which raises the death...
  16. From a design standpoint, I think it would be...

    From a design standpoint, I think it would be better to program the sandbox mode. Later having scenario challenges wouldn't be that much harder to put in, such as playing for a limited amount of time...
  17. Simple formula to simulate complex real life situations

    I had an idea a while back for a simulation game. The more I think about it, the bigger and more complicated the idea. That's okay because that's how I roll. Ha! :dance1:

    I enjoyed playing the Sim...
  18. Replies
    4
    Views
    438

    Well, perhaps this could be moved to the feature...

    Well, perhaps this could be moved to the feature request section.



    Mark
  19. Replies
    4
    Views
    438

    Icons with Tab Control

    I saw reference in the help file to %TCS_FORCEICONLEFT, but I don't see how to assign an icon to a tab control.




    Mark
  20. Replies
    14
    Views
    19,763

    Perhaps. The problem I foresee is that the data...

    Perhaps. The problem I foresee is that the data could be large if you play the game long enough. Of course, I could program a limit so that nothing gets larger than what I dim it for.




    I...
  21. Replies
    14
    Views
    19,763

    I don't think this is about INI files anymore ...

    Well, I could give you more info on the game, but I think that might just confuse you.

    So, how about a small code example of what I just described to get started.



    Type tRecord
    a As...
  22. Replies
    14
    Views
    19,763

    I guess your comment about reducing bashing made...

    I guess your comment about reducing bashing made me think speed.



    The way I picture it now (which could change) is that there might be a certain number of variables that need to be saved ......
  23. Replies
    14
    Views
    19,763

    The data and format will vary across the board:...

    The data and format will vary across the board: numbers and strings, long and short, precise (floating point) and integer.



    A little confused here.

    Your first example didn't include INI,...
  24. Replies
    14
    Views
    19,763

    I thought that might be the case ... slow...

    I thought that might be the case ... slow performance for lots of data. What would be a good way to store a massive amount of data in a file for later retrieval, the next time the game is played?

    ...
  25. Replies
    14
    Views
    19,763

    A correct extension?

    Extending your example, would you use something like the following line?

    INI_SetKey(FileName, "1", "1", MyRecord)


    Of course, the name of the section and the record could be different in the...
Results 1 to 25 of 222
Page 1 of 9 1 2 3 4