Search found 116 matches

by Roberto Parisi
Thu Jan 31, 2008 10:25 am
Forum: FiveWin for Pocket PC
Topic: Disabling/removing menu
Replies: 19
Views: 3390

Antonio,
it doesn't work in WM 5.0. It goes always to the next control.

Regards,
Roberto Parisi
by Roberto Parisi
Thu Jan 31, 2008 10:05 am
Forum: FiveWin for Pocket PC
Topic: Disabling/removing menu
Replies: 19
Views: 3390

Every value... With the sample try to press SHIFT + TAB to go to previous control... it goes always to the next control forward. Regards, Roberto Parisi #include "FWCE.ch" function Main() local oWnd, cText := Space( 50 ), cText1 := Space( 50 ), cText2 := Space( 50 ) DEFINE WINDOW oWnd TITL...
by Roberto Parisi
Mon Jan 28, 2008 3:05 pm
Forum: FiveWin for Pocket PC
Topic: Disabling/removing menu
Replies: 19
Views: 3390

Ok Antonio,
now it works, I needed to pass hWnd instead hMenu as first parameter in TB_Enable.

Many many thx.

Now I've troubles with GetKeyState() function, it returns always .F.

Regards,
Roberto Parisi
by Roberto Parisi
Mon Jan 28, 2008 9:11 am
Forum: FiveWin for Pocket PC
Topic: Disabling/removing menu
Replies: 19
Views: 3390

No, Antonio.

If you use the rc file I provided you, you can't disable the menu item.

Regards,
Roberto Parisi
by Roberto Parisi
Mon Jan 28, 2008 8:44 am
Forum: FiveWin for Pocket PC
Topic: Disabling/removing menu
Replies: 19
Views: 3390

Ok Antonio, I understand. I use another rc file (the same of your testmenu.prg sample) without child menuitems. This is the rc file: #ifdef _CE #include "c:\vce\include\arm\windows.h" #include "c:\vce\include\arm\commctrl.h" #endif #define I_IMAGENONE (-2) #define IDS_HELP 104 #i...
by Roberto Parisi
Mon Jan 28, 2008 7:11 am
Forum: FiveWin for Pocket PC
Topic: Disabling/removing menu
Replies: 19
Views: 3390

Sorry Antonio, but it doesn't work. After pressing "Disable" I still can press on menuitem first and get the MsgInfo()

Have you tried with your testmenu.rc sample?

Regards,
Roberto Parisi
by Roberto Parisi
Sat Jan 26, 2008 9:12 am
Forum: FiveWin for Pocket PC
Topic: Disabling/removing menu
Replies: 19
Views: 3390

Thx Antonio but it seems doesn't work: This is the full sample code: #include "FWCE.ch" static oMenuItem1, oMenuItem2, oMenu function Main() local oWnd DEFINE WINDOW oWnd TITLE "TestMenu" ; MENU BuildMenu() @0,0 button "Disable" size 100, 20 action TB_Disable(oMenu:hMen...
by Roberto Parisi
Fri Jan 25, 2008 2:09 pm
Forum: FiveWin for Pocket PC
Topic: Disabling/removing menu
Replies: 19
Views: 3390

Disabling/removing menu

Hi Antonio, I can't disable or remove menuitems... is it a FWPPC bug?? I post you a sample: #include "FWCE.ch" static oMenu1, oMenu2, oMenu function Main() local oWnd DEFINE WINDOW oWnd TITLE "TestMenu" ; MENU BuildMenu() @0,0 button "Disable" size 100, 20 action oMenu1...
by Roberto Parisi
Tue Jan 22, 2008 8:43 am
Forum: FiveWin for Pocket PC
Topic: Using harbour CVS
Replies: 11
Views: 1795

I tried but I get unresolved external wth HB_Hash() too.

Is my harbour build old?

Regards,
Roberto Parisi
by Roberto Parisi
Mon Jan 21, 2008 7:04 pm
Forum: FiveWin for Pocket PC
Topic: Using harbour CVS
Replies: 11
Views: 1795

Ok.. i tried again... It seem my harb-arm build doesn't support hashes. Can you provide me an updated version?

Regards,
Roberto Parisi
by Roberto Parisi
Mon Jan 21, 2008 9:10 am
Forum: FiveWin for Pocket PC
Topic: Using harbour CVS
Replies: 11
Views: 1795

Hi Antonio.
if I compile and link the code:
hStruct := Hash()

I get an unresolved external Hash(). I think is related to the lack of hash functions in my harbour_ce build.

Regards,
Roberto Parisi
by Roberto Parisi
Mon Jan 21, 2008 7:41 am
Forum: FiveWin for Pocket PC
Topic: Using harbour CVS
Replies: 11
Views: 1795

My FWPPC version is 7.01.

Thx in advance,
Roberto Parisi
by Roberto Parisi
Sun Jan 20, 2008 6:22 pm
Forum: FiveWin for Pocket PC
Topic: Using harbour CVS
Replies: 11
Views: 1795

I tried without success. May be I've an old version?
by Roberto Parisi
Sun Jan 20, 2008 3:54 pm
Forum: FiveWin for Pocket PC
Topic: Using harbour CVS
Replies: 11
Views: 1795

Using harbour CVS

Hi Antonio,
can I use harbour cvs to link fiveppc apps? Or I have to use only the one provided by you? I need some xharbour extensions like hashes, etc.

Thx in advance,
Roberto Parisi
by Roberto Parisi
Tue Nov 13, 2007 9:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Anti-piracy using a USB pendrive
Replies: 18
Views: 5123

No, it doesn't work on Win98/Me, serial number is empty.
Do you us wmi to read values? I tried it too and I got the same result.

Regards,
Roberto Parisi