Search found 38 matches: tabtip

Return to advanced search

Re: Tactil scrolling on tablets

... M., BTW do you have a keyboard solution for tablet apps? Otto From http://forums.fivetechsupport.com/viewtopic.php?f=3&t=25706&hilit=tabtip&start=30#p141924 //-------------------------------------------------------------------------//// For Windows 8.FUNCTION ShowInputPanel()*ShellExecute(, ...
by Antonio Mart.
Wed Jul 09, 2014 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tactil scrolling on tablets
Replies: 8
Views: 1301

Re: Problema con dialogos nowait

... in the Init event. Below pictures of a form with scrolling style touch with touch movement and without scroll bars and with automatic deployment TabTip. http://s2.subirimagenes.com/imagen/previo/thump_8406508img1.png http://s2.subirimagenes.com/imagen/previo/thump_8406510img2.png ...
by Antonio Mart.
Tue Nov 05, 2013 3:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con dialogos nowait
Replies: 17
Views: 4419

Re: How unload tabtip.exe ?

many thanks all
by Romeo
Tue Sep 17, 2013 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How unload tabtip.exe ?
Replies: 10
Views: 2180

Re: How unload tabtip.exe ?

Jeff,

It uses the same source code as Antonio Mart explained, thanks anyhow :-)
by Antonio Linares
Wed Sep 11, 2013 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How unload tabtip.exe ?
Replies: 10
Views: 2180

Re: How unload tabtip.exe ?

A ti siempre, ¡ faltaría más ! :D
by Antonio Mart.
Wed Sep 11, 2013 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How unload tabtip.exe ?
Replies: 10
Views: 2180

Re: How unload tabtip.exe ?

Romeo,

#define WM_SYSCOMMAND 0x0112
#define SC_CLOSE 0xF060

to check if the keyboard is open you can do:

Code: Select all  Expand view

function IsKeyboardVisible()

return FindWindow( "IPTip_Main_Window" ) != 0
 


Antonio, thanks! :-)
by Antonio Linares
Wed Sep 11, 2013 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How unload tabtip.exe ?
Replies: 10
Views: 2180

Re: How unload tabtip.exe ?

i get error with:

PostMessage(hWndInputPanel, WM_SYSCOMMAND, SC_CLOSE, 0)

what are WM_SYSCOMMAND and SC_CLOSE ?

And how can i detect if the kb is loaded ?

Hi
by Romeo
Wed Sep 11, 2013 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How unload tabtip.exe ?
Replies: 10
Views: 2180

Re: How unload tabtip.exe ?

... For Windows 8.FUNCTION ShowInputPanel()*ShellExecute(, "open", "tabtip.exe")*RETURN NIL*//-------------------------------------------------------------------------//// For Windows 8.FUNCTION HideInputPanel()Local ...
by Antonio Mart.
Wed Sep 11, 2013 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How unload tabtip.exe ?
Replies: 10
Views: 2180

Re: How unload tabtip.exe ?

it does not work.

I need something like dos command: TASKKILL ..... to end the tabtip.exe execution process

tks aany
by Romeo
Wed Sep 11, 2013 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How unload tabtip.exe ?
Replies: 10
Views: 2180

Re: How unload tabtip.exe ?

SendMessage( FindWindow( 0, "tabtip" ), WM_CLOSE ) // or Name of program( in window ).

Best regards,
by karinha
Tue Sep 10, 2013 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How unload tabtip.exe ?
Replies: 10
Views: 2180

How unload tabtip.exe ?

Hi

i am tring to work with win8 pro tablet.

I am using the:

ShellExecute(, "open", "TabTip.Exe")

to show the kb when i need it (just before get)

but at the end of get i am not able to close it.

Any help ?

tks

romeo/ziongoni
by Romeo
Tue Sep 10, 2013 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How unload tabtip.exe ?
Replies: 10
Views: 2180

Re: Tablet and form style for Windows 8 (desktop ver.)

... in the Init event. Below pictures of a form with scrolling style touch with touch movement and without scroll bars and with automatic deployment TabTip. http://s2.subirimagenes.com/imagen/previo/thump_8406508img1.png http://s2.subirimagenes.com/imagen/previo/thump_8406510img2.png ...
by Antonio Mart.
Fri Apr 26, 2013 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet and form style for Windows 8 (desktop ver.)
Replies: 80
Views: 24458

Re: Tablet and form style for Windows 8 (desktop ver.)

Antonio,

Solved last issue !

TGet.Prg

STATIC hWndGet
...
METHOD GotFocus()

IF hWndGet == NIL .OR. hWndGet != ::hWnd
WinExec("TabTip.Exe")
ENDIF
.....
hWndGet:= ::hWnd
RETURN 0

Regards
by Antonio Mart.
Sat Feb 23, 2013 7:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet and form style for Windows 8 (desktop ver.)
Replies: 80
Views: 24458
PreviousNext

Return to advanced search