Search found 67 matches: react

Return to advanced search

Re: Changing with and height of a window and a dialog

... ScreenWidth() and ScreenHeight(). If the application window is maximized on Tablet, rotation restults in Resize event and our normal ON RESIZE can react to the change. Whether the window is maximized or not, rotation defintely generates WM_DISPLAYCHANGE message. We can respond to that message. ...
by nageswaragunupudi
Sat Nov 07, 2015 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing with and height of a window and a dialog
Replies: 35
Views: 8880

Re: Move controls as window size

... respectively. In the last case, a high order byte indicates which edge every side is anchored to the right and bottom edges. oBrowse will react having its right and bottom sides anchored to the right and bottom of the dialog, and the three button will have all their coordinates (0xF) bounded ...
by Carlos Mora
Tue May 19, 2015 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move controls as window size
Replies: 21
Views: 6239

Re: Font shift during program execution

Tim, Carlos,

We have already located the source of the problem, it has been fixed and we will publish a FWH 14.07 in a day or two, thanks

We apologize for these inconveniencies, but as you are aware we do our best to react asap to solve whatever problem is detected :-)
by Antonio Linares
Fri Jul 25, 2014 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font shift during program execution
Replies: 15
Views: 2565

Re: SKype and other

... me to call any phone after I click on the database and read a record where the phone number is in some field. I can also save the conversation, react on call, define all kind of actions and much more. Of course for complex VOIP application you must use VOIP server (Asterisk for example) and ...
by codemaker
Sun Nov 17, 2013 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SKype and other
Replies: 2
Views: 753

Re: Exe working under Windows 8 and 7 but not under XP

Antonio

is it safe to add function GetTasks() ; return nil

How will errsysw.prg for example react , how the error.log will display the different tasks ?

Richard
by Richard Chidiak
Fri Aug 09, 2013 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exe working under Windows 8 and 7 but not under XP
Replies: 8
Views: 1272

Re: Windows Blue

Hello Antonio,

When I read all this I am afraid my users will react similar to my new WINHOTEL metro style like version.
I hope Microsoft is not changing concepts.

Best regards,
Otto
by Otto
Wed Feb 20, 2013 5:41 pm
 
Forum: Off Topic / Otros temas
Topic: Windows Blue
Replies: 1
Views: 494

Re: Pelles C question

I reported more than once this and other limitations to the author. Try to make a report yourself so the author might react.

EMG
by Enrico Maria Giordano
Mon Dec 10, 2012 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pelles C question
Replies: 14
Views: 3426

Re: downgrade Windows 8 Pro to 7 or Vista

... Your desktop app will never run on an Microsoft ARM tablet. It will never run on a Windows Phone. It will never run on a Xbox. Microsoft had to react to Apple iPhone/iPad and Google Android. Tablets are here to stay. The iPhone is extremely popular. The question that many analysts do is: was ...
by Antonio Linares
Thu Sep 06, 2012 3:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: downgrade Windows 8 Pro to 7 or Vista
Replies: 30
Views: 6504

KeyToggle() and Num, Caps and Ins keys

... ) or - Mouse click in the message bar on 'Ins' but it's not working :( In addition the NUMLOCK- and CAPSLOCK-LED's on the keyboard don't react, if the Buttons 'Num' or 'Caps' are mouse clicked in the message bar :( With the informations out of these two threads: http://forums.fivetechsupport.com/viewtopic.php?f=6&t=2551 ...
by frose
Thu Feb 09, 2012 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: KeyToggle() and Num, Caps and Ins keys
Replies: 1
Views: 600

React OS Compatible con Windows XP

Codigo abierto para los que les gusta leer codigo y aprender cosas nuevas...

http://www.reactos.org/es/index.html
by Bayron
Mon Oct 10, 2011 2:20 am
 
Forum: Off Topic / Otros temas
Topic: React OS Compatible con Windows XP
Replies: 0
Views: 304

Re: Multiple Declaration of 'WORD' using FWH1005 and BCC 5.82

... Usually a printer setup dialog should open, but the program rusn on as I hadn't called this function. Has anyone an idea why printsetup() doesn't react at all?
by gkuhnert
Thu Jun 10, 2010 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Declaration of 'WORD' in FWH1005+BCC5.82 (resolved)
Replies: 8
Views: 1554

Re: xBrowse standard keys

... bKeyDown, to catch key strokes, thank you Peter. Fortunately bKeyDown trap the keys K_DEL, K_CTRL_DEL, K_INS, K_CTRL_INS, ..., so my function can react on them. One more difference is the value of <nKey> in bKeyDown, so I have to fix my function as follows: STATIC FUNCTION My_Keys( oBrw, ...
by frose
Wed Aug 12, 2009 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse standard keys
Replies: 9
Views: 1688

... tests but I still have for a working drag & drop solution from Outlook two problems to resolve: 1) DragAcceptFiles( oDlg:hWnd, .T. ) Does not react to Outlook files. Can someone help to transform this VB6 code which is working to FWH. Private Sub Form_OLEDragDrop(Data As DataObject, Effect ...
by Otto
Mon Dec 15, 2008 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to drop over FWH window email msgs
Replies: 24
Views: 7778

... are the equivalent of Explorer interfaces and forms in VFP. You can access these to determine what information is displayed to the user and react appropriately. In the case of drag-and-dropping, the files most recently selected by the user to initiate the action are selected in the currently ...
by Otto
Mon Dec 15, 2008 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to drop over FWH window email msgs
Replies: 24
Views: 7778

... this code is executed : oWnd:SetMenu(oMenu) If this is executed several times (somewhat between 15 and 20 times), the menus don't react anymore. Indeed the menu can be opened but the action is not executed. The application has to be restarted and then everything is normal again. ...
by driessen
Mon Sep 08, 2008 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with MENU's
Replies: 5
Views: 1503
PreviousNext

Return to advanced search