Search found 54 matches: andrej

Return to advanced search

Re: TABCONTROL ANY FUNCIONALITY ?

... 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
Mon Feb 23, 2009 2:55 pm
 
Forum: FiveWin for Pocket PC
Topic: TABCONTROL ANY FUNCIONALITY ?
Replies: 8
Views: 1257

Re: TABCONTROL ANY FUNCIONALITY ?

Andrej,

Code: Select all  Expand view
@ 0.5, 5 GET oGet VAR cFirst OF oFld:aDialogs[ 1 ] SIZE 150, 20

...

oGet:Refresh()
 
by Antonio Linares
Fri Feb 20, 2009 6:40 pm
 
Forum: FiveWin for Pocket PC
Topic: TABCONTROL ANY FUNCIONALITY ?
Replies: 8
Views: 1257

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

... work. Question, how I can set , and refresh my get objects and folders , from code ? ( I need navigate in dbf and refresh get objects i ) Regards. Andrej.
by xVar
Fri Feb 20, 2009 12:06 pm
 
Forum: FiveWin for Pocket PC
Topic: TABCONTROL ANY FUNCIONALITY ?
Replies: 8
Views: 1257

Re: TABCONTROL ANY FUNCIONALITY ?

Andrej,

Please review FWPPC\samples\TestFld.prg, TestFld2.prg, TestFld3.prg, testfldb.prg and testfldw.prg :-)
by Antonio Linares
Wed Feb 18, 2009 11:06 pm
 
Forum: FiveWin for Pocket PC
Topic: TABCONTROL ANY FUNCIONALITY ?
Replies: 8
Views: 1257

Thanks. I will try.

FWPPC documentation is not for beginers :)
Regards
Andrej
by xVar
Wed Feb 18, 2009 2:05 pm
 
Forum: FiveWin for Pocket PC
Topic: TABCONTROL ANY FUNCIONALITY ?
Replies: 8
Views: 1257

TABCONTROL ANY FUNCIONALITY ?

... 1:" SIZE 70, 20 OF oTabs:aPrompts[ 1 ] Return Nil It is not work. How is possible define design elements on every tab page? Regards Andrej.
by xVar
Tue Feb 17, 2009 2:31 pm
 
Forum: FiveWin for Pocket PC
Topic: TABCONTROL ANY FUNCIONALITY ?
Replies: 8
Views: 1257

Thanks Antonio. Its work.

My First Application is ready :).

Regards
Andrej.
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: 889

Re: Test Functions in FWPPC , exists or no?

Andrej,

Please make these changes in your code:

@ 5, 0 BUTTON "Test Button" ;
SIZE 204, 26 ;
FONT oFontS;
ACTION ShowDialog( oWnd )

...

STATIC FUNCTION ShowDialog( oWnd )

...

DEFINE DIALOG oDlg TITLE "Test" SIZE 200, 200 OF oWnd
by Antonio Linares
Mon Feb 09, 2009 6:27 pm
 
Forum: FiveWin for Pocket PC
Topic: Test Functions in FWPPC , exists or no?
Replies: 5
Views: 889

Re: Test Functions in FWPPC , exists or no?

Andrej, Here you have a working example: #include "FWCE.ch" function Main() local oDlg if FindWindow( 0, "Test" ) != 0 MsgInfo( "Application already working" ) return nil endif DEFINE DIALOG ...
by Antonio Linares
Fri Feb 06, 2009 9:21 pm
 
Forum: FiveWin for Pocket PC
Topic: Test Functions in FWPPC , exists or no?
Replies: 5
Views: 889

Test Functions in FWPPC , exists or no?

... code in another applications and open dialog box not from menu but from button, if dialogBox lost focus it is not visible, but active ... Regards Andrej.
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: 889

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

Andrej, Welcome back :-) > errors when compile What errors are them ? > Can I check in any way that UdlTags.exe is already run You may use GetModuleHandle(): http://msdn.microsoft.com/en-us/library/ms683199(VS.85).aspx ...
by Antonio Linares
Wed Feb 04, 2009 9:57 am
 
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 2734

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

... Can I check in any way that UdlTags.exe is already run, or can I kill running UdlTags.exe ? Regards Andrej.
by xVar
Wed Feb 04, 2009 8:55 am
 
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 2734

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

Andrej,

> I will probe this, but later. I'm ill (flu)

Take care and we wish you to get better :-)
by Antonio Linares
Thu Jan 29, 2009 2:42 pm
 
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 2734

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

... unswer and not in task list. Another application that use this hardware (I have one demo application) run, but say that hardware is open. Regards Andrej
by xVar
Thu Jan 29, 2009 10:26 am
 
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 2734

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

Andrej, Instead of using dynamic linking (DLL FUNCTION ...) use static linking writting a C function for it. Please add this code to your main PRG: #pragma BEGINDUMP #include <hbapi.h> #include <udl.h> ...
by Antonio Linares
Sun Jan 25, 2009 12:11 pm
 
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 2734
PreviousNext

Return to advanced search