Search found 1416 matches

by Auge_Ohr
Sun Jun 03, 2012 10:41 am
Forum: eXpress++ Support
Topic: Perparing for W8 tablets
Replies: 6
Views: 9851

Re: Perparing for W8 tablets

I'm still not sure where to go with this. Does the pad software save the signatures as meta-files or some other format? we talk about this Sample // Tablet PC Ink Sample // // Copyright: // Alaska Software, (c) 2009. All rights reserved. // // Contents: // This example is based on the "InkRecogniti...
by Auge_Ohr
Sat Jun 02, 2012 1:01 pm
Forum: Xbase++ Support
Topic: CDX Index File errors.
Replies: 10
Views: 22186

Re: CDX Index File errors.

I have a problem when a .CDX is created in the following example. The index key is 140 characters with the field “Collection” included. xBase++ does not like this length and errors when the index is opened. It I remove “Collection”. The key index length is 85 and the program does not error. The doc...
by Auge_Ohr
Thu May 24, 2012 4:49 pm
Forum: eXpress++ Support
Topic: Vars in multiple threads
Replies: 7
Views: 14516

Re: Vars in multiple threads

... we have hundreds (over 1000) that have these windows open all day. This is ONE user in one location, and the problem is the variables assigned in one thread are updating the other thread. so it does not happend on your PC ? did you ever think about that User / PC is different ... change Hardwar...
by Auge_Ohr
Sat May 12, 2012 12:28 pm
Forum: eXpress++ Support
Topic: Birthday
Replies: 12
Views: 19663

Re: Birthday

:occasion-birthdaymulticolor: Roger Bobby, I was expecting music with the birthday verse... I'll check back in a few hours, & i'm sure you'll have posted it by then.. :) i´m can not play piano like Bobby so i let my Computer play PROCEDURE MAIN HAPPY() RETURN PROCEDURE HAPPY() LOCAL i, nMax LOCAL aT...
by Auge_Ohr
Fri May 04, 2012 8:49 am
Forum: eXpress++ Support
Topic: Menu Font
Replies: 2
Views: 5433

Re: Menu Font

hi,

Ownerdraw use MeasureItem Structur so you can "manipulate" wide/heigh, else it will use "active" Font to "calculate" it.

"measureitem" will be used by every Common Control before o:create()

o:menuBar() is a Part of XbpDialog() and available after oDialog:create() ... too late to manipulate it.
by Auge_Ohr
Fri May 04, 2012 8:39 am
Forum: eXpress++ Support
Topic: Mapped Drive or UNC
Replies: 10
Views: 16110

Re: Mapped Drive or UNC

If you are opening all files using unc, does the mere existence of a drive mapping to that unc still slow down the networking speed ? i guess we speak about Win7 / W2K8r2 MAP drive will use LanManager over NetBIOS using UDP Port 135 - 139 which we called SMB(1). if you look into Network Monitor you...
by Auge_Ohr
Thu May 03, 2012 6:50 pm
Forum: eXpress++ Support
Topic: Row/Col coordinates in oBrowse
Replies: 8
Views: 11365

Re: Row/Col coordinates in oBrowse

FUNCTION MyHandler( nEvent, mp1, mp2, oXbp, oDialog, GetList ) Local oBrowse := DC_GetObject( GetList, 'BROWSER' ) Local nCurrentRow := oBrowse:RowPos Local nCurrentCol := oBrowse:ColPos these Position are from hilite Cell If ( nEvent == xbeP_Keyboard ) keyboard action will move hilite Cell Else &&...
by Auge_Ohr
Thu May 03, 2012 6:21 pm
Forum: Xbase++ Support
Topic: Slow Printing in Alaska
Replies: 6
Views: 12054

Re: Slow Printing in Alaska

dougtanner wrote:

Code: Select all

			@ PROW() + 1, 1 SAY mTest[j]
		ELSE
			@ PROW() , PCOL() SAY mTest[j]
?
PROW() and PCOL() is very slow so use you own counter and try again ( see also PDR 4954 )
by Auge_Ohr
Mon Apr 30, 2012 12:07 pm
Forum: eXpress++ Support
Topic: Hot News Arctica/SQL?
Replies: 4
Views: 7942

Re: Hot News Arctica/SQL?

Finally, there will be a US conference this year - more details will be announced in due course. is this what you meen ? Hot News http://www.alaska-software.com/ Last Update: 2012-04-30 Alaska Software announces the Southwest Xbase++ Conference to be held on October 18th - 21st, 2012 in Gilbert, Ar...
by Auge_Ohr
Mon Apr 30, 2012 12:04 pm
Forum: eXpress++ Support
Topic: Hot News Arctica/SQL?
Replies: 4
Views: 7942

Re: Hot News Arctica/SQL?

In my opinion the features of the MIG release were announced 5 years ago... Seems that Arctica won't be available at the Devcon... 3 releases to go... but now it seems to work :) after figure out how DBFupsize.EXE Tool work with "upsize.XML" i now can play with MDIDEMO and PostgreSQL v8.3 only some...