|
- Forum - Palm
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 257
Sujet n° 1029 |
NekoPP |
le 28/12/2004 @ 23:48 par Alain
|
Bonjour, rien de tel que de se faire les dents sur un programme fait par quelqu'un d'autre pour apprendre. C'est ce que j'ai fait avec NekoPP. J'ai 2 questions au sujet des EventHandler : 1)Lorsque je compile mon prog, le compilateur dit qu'il ne connait pas HandlerNONE. Est-ce une constante déclarée quelque part ? 2)Lorsque je mets la gestion du frmOpenEvent dans ApplicationHandleEvent, tout va bien mais si je le mets dans l'EventHandler spécifique à la forme (comme c'est fait dans NekoPP), Form1 se dessine mais pas Form2 et je ne comprends pas pourquoi. Pouvez-vous jeter un oeil rapide sur le code suivant et me dire si vous voyez quelque chose qui cloche? Merci d'avance et joyeux noël. Alain
[Code retiré] |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Réponse n° 1 -------- le 02/01/2005 @ 20:46 par aldweb
visiteur |
Hello Alex,
Thank you for your very nice comment about iziBasic.
Now, to answer your questions:
Next release of iziBasic (v4.0), to be made public within a few days, will let you use customized fonts. So, you will be able to use an even bigger font than the default ones.
You can use ABOUTBOX with up to 3 variables. So, to avoid the simple statement to long issue, here is a sample code:
CONST A$="My AboutBox " CONST B$="is beautiful. " CONST C$="Thank you iziBasic!". ABOUTBOX A$+B$+C$
The AboutBoxes used in my sample apps are customized windows, built thanks to a resources editor (like RsrcEdit or Bird) and then integrated to the iziBasic project thanks to the RESOURCEFILE compiling directive. They are then called with the NOTICEBOX() function.
Cheers.
@+ aldweb |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Réponse n° 2 -------- le 05/01/2005 @ 17:36 par Alex
visiteur |
How would i go about setting a font to take up the entire screen in version 4.0? Iv tried a couple new SETFONT statements, but none of them are any bigger than SETFONT 7. Which one is the largest or how could i make one really big? Thanks |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Réponse n° 3 -------- le 05/01/2005 @ 18:28 par aldweb
visiteur |
Hello Alex,
You have to design a CUSTOM FONT or use an already built one, but custom too, as none of the built-in fonts seem to fit your requirements.
Designing a font is a little bit a off topic here, especially because I do not know how to do that! But, with a little search on the web, you should find either tools to design your very big font or some fonts ready for use (either free or to buy).
Then, use a tool like BIRD or RsrcEdit to move the font resource to a "NFNT" type with a "130" FontID. And your font will be available with SETFONT.
Cheers
@+ aldweb |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Réponse n° 4 -------- le 06/01/2005 @ 00:06 par aldweb
visiteur |
Alex,
While surfing on the web tonight, I did not forget your topic. Here is a link that might be of interest for you: http://www.members.tripod.com/pericak/font_description.htm
Cheers
@+ aldweb |
|
|
sujet actif
sujet clos
Important!
Nouveau message -
Rectifier message
Clôturer sujet
Remonter
|
|