Search found 35 matches

by xVar
Thu Feb 26, 2009 11:13 am
Forum: FiveWin for Pocket PC
Topic: Check for screen size. Is possible?
Replies: 5
Views: 705

Re: Check for screen size. Is possible?

Thanks Antonio!
Saludos :)
Andrej.
by xVar
Thu Feb 26, 2009 7:41 am
Forum: FiveWin for Pocket PC
Topic: Check for screen size. Is possible?
Replies: 5
Views: 705

Re: Check for screen size. Is possible?

It's work.

But system tray in WinCE 5 is smaller than system tray in lastest versions of WinCE.
Can I check for OS version ?

Regards.
Andrej
by xVar
Wed Feb 25, 2009 3:01 pm
Forum: FiveWin for Pocket PC
Topic: COMBOBOX STYLE CBS_DROPDOWN - a little bug?
Replies: 6
Views: 4509

COMBOBOX STYLE CBS_DROPDOWN - a little bug?

Hi Antonio. I download lastest version of FWPPC. COMBOBOX is work now. I try use STYLE CBS_DROPDOWN, and some character from previous Combo value is appended to end of current value ,if COMBOBOX lost focus (click to next get box for example). Length of previous value must be more than length of curr...
by xVar
Wed Feb 25, 2009 7:44 am
Forum: FiveWin for Pocket PC
Topic: Check for screen size. Is possible?
Replies: 5
Views: 705

Re: Check for screen size. Is possible?

Thanks!

I wil try this.

Regards.

Andrej.
by xVar
Tue Feb 24, 2009 12:31 pm
Forum: FiveWin for Pocket PC
Topic: Check for screen size. Is possible?
Replies: 5
Views: 705

Check for screen size. Is possible?

Hi everybody! I make my "first aplication", and probe run on PC device. All work. But my device have screen lager than device emulator, and some controls like smaller. For example browse control have white area on bottom of screen. Can I test my device for screen size in any way? Regards. ...
by xVar
Tue Feb 24, 2009 9:02 am
Forum: FiveWin for Pocket PC
Topic: TABCONTROL ANY FUNCIONALITY ?
Replies: 8
Views: 1311

Re: TABCONTROL ANY FUNCIONALITY ?

Thanks.
Regards.
Andrej-
by xVar
Mon Feb 23, 2009 2:55 pm
Forum: FiveWin for Pocket PC
Topic: TABCONTROL ANY FUNCIONALITY ?
Replies: 8
Views: 1311

Re: TABCONTROL ANY FUNCIONALITY ?

Thanks Antonio! It's work. One questions about oObj:End() In example programs I look some like : // oBmp:End() oFont:End() oFld:End() // Need I destroy all my objects (oWnd etc.) before exit application, or it be automatically, if I ending main window. (for example oWnd:End() ) Regards Andrej
by xVar
Fri Feb 20, 2009 12:06 pm
Forum: FiveWin for Pocket PC
Topic: TABCONTROL ANY FUNCIONALITY ?
Replies: 8
Views: 1311

Well its work, but I can refresh get object :(

I try next: ------- ...... DEFINE WINDOW oWnd TITLE "Folders" @ 0.5, 1 FOLDER oFld PROMPTS "Personal", "Job", "Observations" ; SIZE 225, 245 @ 0.5, 1 SAY "First:" OF oFld:aDialogs[ 1 ] SIZE 30, 15 @ 0.5, 5 GET cFirst OF oFld:aDialogs[ 1 ] SIZE 150, 2...
by xVar
Wed Feb 18, 2009 2:05 pm
Forum: FiveWin for Pocket PC
Topic: TABCONTROL ANY FUNCIONALITY ?
Replies: 8
Views: 1311

Thanks. I will try.

FWPPC documentation is not for beginers :)
Regards
Andrej
by xVar
Tue Feb 17, 2009 2:31 pm
Forum: FiveWin for Pocket PC
Topic: TABCONTROL ANY FUNCIONALITY ?
Replies: 8
Views: 1311

TABCONTROL ANY FUNCIONALITY ?

Hi everebody. I think Tabs is very good way for make good PPC application (small scree , no task bar etc.) I try use TABCONTROL , good example is in "testtab.prg". It's OK. But now I can't make some controls on Tabs. My code is like this : //------------------------------------------------...
by xVar
Tue Feb 10, 2009 10:28 am
Forum: FiveWin for Pocket PC
Topic: Test Functions in FWPPC , exists or no?
Replies: 5
Views: 966

Thanks Antonio. Its work.

My First Application is ready :).

Regards
Andrej.
by xVar
Mon Feb 09, 2009 8:00 am
Forum: FiveWin for Pocket PC
Topic: Test Functions in FWPPC , exists or no?
Replies: 5
Views: 966

OK, I will try.

This way is good if If I use 2 buttons, that use one function. But if I use One button for show Dialog , and click on Main window or Button that start dialog - dialog go to backend, and I can't show it. Dialog not like "Dialog", it is normal window:( . But, if I run "tutor06" app...
by xVar
Fri Feb 06, 2009 2:57 pm
Forum: FiveWin for Pocket PC
Topic: Test Functions in FWPPC , exists or no?
Replies: 5
Views: 966

Test Functions in FWPPC , exists or no?

Hi everybody! I look for test functions. (Can't find its in help.) Is any functions like IsWindowActive () or IsWIndowDefined() ? A make my fist aplication and test simple dialog box. If dialog box is opened, and I try open it on second case , dialoog box not showed, but activ in backgrownd (when I ...
by xVar
Wed Feb 04, 2009 8:55 am
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 2989

Re: Getting starting. (I needbit of help :)

Hi Antonio! I'm come back :). I probe include header file to my code, but not win. (errors when compile, I think missing anything). 1:0 to hardware :). A hardware distributor not add any support . It's great secret. Now I find third party application that run in backend, and give RFID tag to any act...
by xVar
Thu Jan 29, 2009 10:26 am
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 2989

Re: Getting starting. (I needbit of help :)

Thanks Antonio! I try this way, but udl.ch get errors when I compile. Now I look seek for complet SDK kit . If I try use dll in this way: UdlOpen() AS BOOL LIB "UDL.DLL" Application is run, but not unswer and not in task list. Another application that use this hardware (I have one demo app...