Search found 295 matches: john

Return to advanced search

Re: controls

John,

rc files support is something specific to Windows, created by Microsoft. Apple created its own format (NIB files), or Linux that if using GTK you can use glade files.

There is more sense to support each OS specific resources format.
by Antonio Linares
Sun Dec 11, 2011 11:55 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: controls
Replies: 15
Views: 4691

Re: unreleased font in FW 11.11

John,

Thats not a font, its a bitmap, and it seems as it has been created in line 596 of your app (as you don't specify what app you are testing and still I don't have the power to guess it) :-)

Norberto, its really stable, trust me :-)
by Antonio Linares
Sun Dec 11, 2011 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: unreleased BITMAP in FW 11.11 [solved]
Replies: 17
Views: 3068

Re: controls

John, FiveMac supports Resourced dialogs but using Mac OSX standard NIB files that can be created using OSX xcode. FiveMac supports standard OSX browses, very powerfull, but they are not xbrowse. Keep in mind that you can ...
by Antonio Linares
Fri Dec 09, 2011 3:36 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: controls
Replies: 15
Views: 4691

Re: GET NO MODIFY

John, Besides Enrico's example, you can also select the disabled colors to use:   TGet():lDisColors = .F.   DEFINE DIALOG oDlg from 0,0 to 400,400 pixel  TITLE "GET WITH MO MODIFY"   @ 15,15 get oGet1 var ...
by Antonio Linares
Thu Dec 08, 2011 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET NO MODIFY
Replies: 15
Views: 2700

Re: FiveNet - .NET GUI from Harbour

John,

FiveWeb is delayed as we have not been able to solve the Harbour + HTML5 WebSockets connection yet :-(

Anyhow, lets please comment about FiveWeb on a different thread as this one is intended for FiveNet users, thanks :-)
by Antonio Linares
Wed Dec 07, 2011 10:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveNet - .NET GUI from Harbour
Replies: 18
Views: 4688

Re: MODAL WINDOW

John,

The risk of calling SysRefresh() (StopUntil() uses it) is that it could process an unwanted event.

So an alternative solution to simulate a modal window is to disable the other windows where we don't want the focus to go to:

oWndOther:Disable()

...

oWndOther:Enable()
by Antonio Linares
Fri Dec 02, 2011 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MODAL WINDOW
Replies: 7
Views: 1129

Re: bug in FWH 11.11

John,

Basically both functions are the same: just a wrapper to the Windows API function GetCurrentDirectory()

We provide it for backwards compatibility
by Antonio Linares
Thu Dec 01, 2011 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in FWH 11.11
Replies: 6
Views: 928

Re: bug in FWH 11.11

John, This example is working fine: johnc.prg #include "FiveWin.ch"function Main()   local oDlg, cItem   DEFINE DIALOG oDlg      @ 1, 1 COMBOBOX cItem ITEMS { ...
by Antonio Linares
Thu Dec 01, 2011 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in FWH 11.11
Replies: 6
Views: 928

Re: bug in FWH 11.11

John, I would not call it a bug, but a missing source code :-) HB_FUNC( GETCURDIR ){   DWORD dwLen = GetCurrentDirectory( 0, NULL );      if( dwLen )   {  ...
by Antonio Linares
Thu Dec 01, 2011 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in FWH 11.11
Replies: 6
Views: 928

Re: new bugs in FW 11.11

John,

The problem with TBtnBmp has already been fixed and there is a new FWH 11.11 available since yesterday night :-)
by Antonio Linares
Mon Nov 28, 2011 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: new bugs in FW 11.11
Replies: 17
Views: 3145

Re: new bugs in FW 11.11

John,

Its quite difficult to build a test app that includes everything, and we don't modify everything in each build, just the classes where we have been working on
by Antonio Linares
Mon Nov 28, 2011 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: new bugs in FW 11.11
Replies: 17
Views: 3145

Re: new bugs in FW 11.11

John, Enrico, We use to run several complex FWH apps that use many controls but its almost impossible to test everything. Here you have the VisualFW, one of the apps that we test, that we will include in the next revised FWH ...
by Antonio Linares
Mon Nov 28, 2011 12:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: new bugs in FW 11.11
Replies: 17
Views: 3145

Re: new bugs in FW 11.11

John, 1. Do you have a small example ? thanks 2. Here is FiveGen.rsp, we forgot to include it in the installer. fivegen.rsp c:\bcc582\lib\c0w32.obj + objh\fivegen.obj + objh\brwareas.obj + objh\brwdata.obj + objh\brwdict.obj ...
by Antonio Linares
Sun Nov 27, 2011 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: new bugs in FW 11.11
Replies: 17
Views: 3145

Re: bug in FW 11.11 [RIBBON]

Ruediger, John, We are uploading a revised FWH 11.11 right now, it should be available in a few mins and it should solve these issues :-) Antonio , All is working , except brush ( or other property ) on folfers ... Please test ...
by Rimantas
Sun Nov 27, 2011 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in FW 11.11 [RIBBON]
Replies: 15
Views: 2129
PreviousNext

Return to advanced search