Search results

  1. Y

    Need Help Getting Started Please

    The main purpose of textid is to delete a specifc piece of text with delete_text( textid )
  2. Y

    Need Help Getting Started Please

    Welcome to fenix coding! QUOTE I'm doing the last tutorial on FenixOnFire, and for some reason, using the SAME code on the tutorial, the Hello World in the move_text example leaves little spaced vertical lines, about the size of an H in Hello World. That's a bug in fenix, which is easily...
  3. Y

    Version 92a

    This is a problem with FlameBird, or rather, the way that Fenix outputs errors changed, and Flamebird crashes because of it. The solution is to get FlameBirdMX (the newest version), which is pretty much a rebuild/polish of FB2 at the moment. You can download it from...
  4. Y

    Scrollery.

    How so? I've never noticed any bugs. Is that just for GP32/2X?
  5. Y

    Scrollery.

    If you just used the built-in fenix scrolling, it would be so much easier! For vertical scrolling: CODE //initiate the scroll window start_scroll(0,*fpg number/0*,*graphic number/load_graph()/0*,*graphic number/load_graph()*,0,10); //set a process to be the "camera" for the scroll window...
  6. Y

    Glob Function

    This looks like it's been internet-translated from spanish (I've had lots of experience with this working in fenix). Basically it means: "When there are no files left, it returns a string ..." But I have no idea what the "target" bit means. For future reference, any internet translation that...
  7. Y

    Fenix.chl

    What is your code exactly? And are you sure that it works fine on PC?
  8. Y

    Fenix.chl

    To compile with fenix desktop you need to have no spaces in the filepath of the FXI.exe and FXC.exe files, which sucks. I recommend FlameBird2, it has built-in fenix highlighting and compilation etc, it also has autocomplete =).
  9. Y

    Why Fenix?

    Fenix does have builtin functions for loading graphics, sounds, animations, etc. It has easy-to-use (compared to the C/C++ equivalents) DLLs that allow use of everything from TTF fonts to TCP network connections to GUI elements. Fenix is built on C and SDL, and as such is not that much slower...
  10. Y

    Scrollery.

    Fenix has inbuilt scroll commands, you can have up to 10 scroll windows at once (numbered 0 through 9). Firstly, use this function to make a scroll window and display it: Start_Scroll(int num,int fpg,int fore,int back,int region,int camset); num - the number of the scroll window (0 through 9)...
  11. Y

    Random Crashes In Fenix.

    I have no experience with the gp32/2x (I'm only here for the fenix stuff), however it does sound like this is a memory related problem, because of the crashes occuring sooner without actually turning off the console (which would totally wipe the memory). Maybe there's something in the fenix...
  12. Y

    Fenix Desktop

    I have been developing for Fenix using FlameBird2 for a while, but I have found that Fenix Desktop would suit me better. The problem is that whenever I compile anything (using the same fenix version I use for FlameBird2), it gives me an error saying "executable image is not a supported type". I...
Back
Top