Search:

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

Page 1 of 14 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    5,292

    Re: Does ThinBasic have a visual-dragDrop-IDE?

    I would like to add...

    In comment to the question of a "Drag and drop" IDE...

    I don't know any IDE that has drag and drop, but I believe you are asking about "Visual active editing". Where you...
  2. Replies
    7
    Views
    11,065

    Re: ThinBasic Guitar Hero?

    (I will be adding KEYBOARD and CONTROLLER support, for those without the guitar. It may be harder, but there is nothing I can do about that. Well, I suppose I could reduce it to four columns for the...
  3. Replies
    7
    Views
    11,065

    Re: ThinBasic Guitar Hero?

    I have made a few random posts. I have had a difficult time getting back into actual programming, since I have been consumed by other projects. They have all been program related, but directly deal...
  4. Replies
    7
    Views
    11,065

    Re: ThinBasic Guitar Hero?

    CODE SAMPLE:


    '
    ' TBDI Demoscript : Read Joystick Version 1.2 & X-PLOD
    '
    ' Original code by, Michael Hartlef 2007
    ' Reduced code by, Jason DAngelo 2009
    ' (Reduced code is specific to X-BOX,...
  5. Replies
    7
    Views
    11,065

    ThinBasic Guitar Hero?

    I was researching "Guitar Hero Hacks", and came across several interesting things.

    One of those things was a program called "Frets on fire". The game runs horrible on my laptop, but I am sure that...
  6. Thread: Reserve Syntax

    by ISAWHIM
    Replies
    4
    Views
    2,878

    Re: Reserve Syntax

    One thing to remember, is that this is not "Just basic", this is "Basic running in windows".

    As opposed to older basic, which was just a dos-box running in a window.
    (In windows is not the same...
  7. Replies
    11
    Views
    12,134

    Re: Scripts: new forum area

    Check your INCLUDE for the page which shows the comments...

    There are two "<<Previous" links, nested.

    Should not be difficult to locate and remove the second one.

    Would be great to see all...
  8. Re: General security and efficiency with WinXP Pro

    LOL, I used Z-Fate as an excuse to get another computer. (The other computer was not "Mine", so this was a requirement for self destruction.)

    I am developing things related to Z-Fate on it, and...
  9. Re: General security and efficiency with WinXP Pro

    List of services, and states.

    Name, Status, Startup Type
    Alerter, Off, Disabled
    Application Layer Gateway Service, Off, Disabled
    Application Management, Off, Manual
    Automatic Updates, Off,...
  10. General security and efficiency with WinXP Pro

    Ok, I recently picked-up another computer. Default with WinXP Pro, used as a server/workstation. I believe I have secured most of what I can remember, but a second sight is always welcome. (When you...
  11. Replies
    15
    Views
    10,620

    Re: thinBasic 1.7.0.0 is out

    I am not sure if this has to do with some of the website changes or not...

    The main link to download 1.7.0.0, (The one downloading from here, I assume.)

    The time-out for this site, seems to be...
  12. Replies
    6
    Views
    5,417

    Re: switching from zip to rar

    Just a note...

    Those results look like you have not selected any compression, or standard compression. RAR and ZIP are comparatively close, when you select maximum compression. By default, ZIP...
  13. Thread: 3D Software

    by ISAWHIM
    Replies
    11
    Views
    9,574

    Re: 3D Software

    TrueSapce 7.6 is being given away for free.
    http://www.caligari.com/

    I am sure there is a strict license use along with it, for commercial related use...
    However, for personal development and...
  14. Replies
    15
    Views
    190,883

    Re: ThinBasic Journal, Issue 2

    WOW, yet another great read...

    @All who contributed

    Thank-you, that gave a lot of insight to many things. These should be listed on the start-page of the help-files. With a quick-index of the...
  15. Google mini-server, starting to show-up below the $2,000 range.

    I was looking through e-Bay for server equipment, and stumbled upon a used, (Still under warranty.) google mini-server for $150.00, Plus shipping and handling.
    NOTE: Link will be removed soon, or...
  16. Replies
    9
    Views
    1,592

    Re: Extended array functions...

    I hate that term too... Low level coder...

    Why is everything backwards... LOL

    That is like saying our brain is a low level organ, and our appendix is a high level organ. Computing is sooo...
  17. Replies
    9
    Views
    1,592

    Re: Extended array functions...

    I don't see "Push" and "Pop" being basic... Though, I could live with them...

    Pop = to explode = convert delimited data to ARRAY. (In basic mind-set)
    Push = to shove = move X spaces to the left,...
  18. Replies
    12
    Views
    21,479

    Re: FreeBasic strings

    Edited... I think I got it...

    THAT is what I believe I need... because I do know the MID chunks that are edited, and yes, the CWAD data that I am processing like this, is fixed-length... rather......
  19. Replies
    9
    Views
    1,592

    Re: Extended array functions...

    Part of the reason I renamed the functions, is to make them more relevant to the "New Actions"... besides hating those original make-shift names... (They don't tell you what they do.)

    Just in case...
  20. Replies
    10
    Views
    4,766

    Re: UBOUND returns 1 after REDIM

    Cool... I can set my code back to normal...
  21. Replies
    9
    Views
    1,592

    Re: Extended array functions...

    Well, I was thinking that RESIZE memory-block would work, if you knew the array-split.

    If block is 000000-001234... Resize @ array-start 4, which is offset +000145...
    New memory block is...
  22. Replies
    12
    Views
    21,479

    Re: FreeBasic strings

    Not strings... Spaghetti... ;D

    Don't take anything I have said above, as being a frustration with ThinBasic...

    My frustration completely sits with FreeBasic...

    @ Charles...

    I believe that...
  23. Replies
    6
    Views
    4,644

    Re: ThinBasic Tutorial needed here!

    Well, there are many good GL examples, for RAW GL (Native code/interface), and MODULE GL (TBGL controlled code). I think that is how I would describe the two sets of code.

    Raw GL, being direct...
  24. Replies
    12
    Views
    21,479

    Re: FreeBasic strings

    I was looking at that conversion...

    My issue is not the BSTR translation itself... It is the fact that a "text string" is being transmitted, not a binary string. EG, Binary 1GB of data, is...
  25. Re: CTRL + G, executes the open program. (1.7.0.0 version)

    Got it back...

    Seems that the "Dock" function had docked it off the screen.

    I reduced my window to about 200 x 200, and changed the settings again, so it saves and docks...

    This time, when I...
Results 1 to 25 of 326
Page 1 of 14 1 2 3 4