FBA The Creator
http://www.fbacreator.com/fbaforum/

Small Screen...
http://www.fbacreator.com/fbaforum/viewtopic.php?f=5&t=113
Page 1 of 1

Author:  simonx51v [ Thu Aug 21, 2008 10:28 pm ]
Post subject:  Small Screen...

Is there any way of creating a Non Fullscreen App?
i.e one that is floating on the screen and can be moved.

I have VGA and don't always need to use full screen res for my apps.

Thanks

Author:  evilmaio [ Fri Aug 22, 2008 11:52 am ]
Post subject:  Re: Small Screen...

Actually not :)
FBA is designed for full screen applications

Author:  Artholl [ Thu Sep 11, 2008 9:25 am ]
Post subject:  Re: Small Screen...

Ooo. I need create some windows form application (e.g. Alarm clock). Is there some other program like this which can I use?

Author:  cic.lemur [ Fri Sep 12, 2008 5:55 am ]
Post subject:  Re: Small Screen...

Artholl wrote:
Ooo. I need create some windows form application (e.g. Alarm clock). Is there some other program like this which can I use?


One option could be Lazarus, an open source Delphi 7 like IDE. Although I haven't actually tried coding for WinCE. It's not going to be as easy as FBA Creator tho.

www.lazarus.freepascal.org

Author:  Artholl [ Sat Sep 13, 2008 10:42 am ]
Post subject:  Re: Small Screen...

It's not for me. I try build clean form without everything and this file has 11,2 MB!

Author:  cic.lemur [ Mon Sep 15, 2008 12:44 am ]
Post subject:  Re: Small Screen...

Artholl wrote:
It's not for me. I try build clean form without everything and this file has 11,2 MB!


That is with all the debug info, check here how to strip the debug info

http://www.lazarus.freepascal.org/index ... topic&t=66

An empty form should be around 1Mb. You can further compress it by using upx (http://upx.sourceforge.net/)
size should be around 200k. But this is not for WinCE, it is for window. It uses Qt.

As I said I haven't actually tried compiling for WinCE. I did however tested a modified version of the WinCE library called KOL which runs on Windows. It compiles to about 40kb when debug info are stripped out and I expect it would be about the same size for WinCE apps.

This is not the right place to ask if you want to know more, go to the lazarus forum

http://www.lazarus.freepascal.org/modul ... file=index

It's not going to be easy, but imo it's easier compared to doing it in C

Author:  umbiomar [ Tue Sep 16, 2008 7:42 pm ]
Post subject:  Re: Small Screen...

Another options is to use vstudio and compact .NET framework, or pocketPC programming language, but as already said, this is not the right place to ask.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/