Search found 1416 matches

by Auge_Ohr
Thu Aug 02, 2012 8:54 am
Forum: eXpress++ Support
Topic: How to increase priority of the program on Alaska?
Replies: 5
Views: 9043

Re: How to increase priority of the program on Alaska?

hi if you have 4 Core +HT but Xbase++ Application just take 1 CPU so why not start Xbase++ Application for "each" CPU ? see C:\ALASKA\XPPW32\Source\samples\solution\smp\ while Xbase++ is 32bit Limit is 2GB ... for "each" Application. so you can use 8 x 2GB for your Problem. so you have to divide you...
by Auge_Ohr
Wed Aug 01, 2012 10:02 am
Forum: Xbase++ Support
Topic: Working with Pictures
Replies: 3
Views: 8660

Re: Working with Pictures

hi,

on Pablo´s Website you will find Wrapper for FreeImage
http://freeimage.sourceforge.net/intro.html

Hector Pezoa
5. Januar 2012
xfree.resources
Re: FreeImagen

greetings by OHR
Jimmy
by Auge_Ohr
Mon Jul 30, 2012 10:33 am
Forum: eXpress++ Support
Topic: How to increase priority of the program on Alaska?
Replies: 5
Views: 9043

Re: How to increase priority of the program on Alaska?

hi, Answer : you simple can not "speed" up Xbase++ Application this Way. Xbase++ can only use 1 CPU so on a i7 other 7 Task are not working under Xbase++ :( there i only one exception : activeX / DLL when call Mappoint OCX or PostgreSQL libpq.dll you can "see" that all CPU are in use on other side w...
by Auge_Ohr
Sat Jul 28, 2012 2:12 pm
Forum: eXpress++ Support
Topic: Removal not empty directory
Replies: 7
Views: 11454

Re: Removal not empty directory

Whether there is a team of removal of the empty directory containing subdirectories and files? what is the Problem ? #include "Directry.ch" #include "common.ch" PROCEDURE Main(cdir) ZapDir(cdir,.T.) RETURN PROCEDURE ZapDir(cDir,lRecursive) LOCAL aFiles := Directory(cDir+"\"+"*.*","DHS") LOCAL iMax ...
by Auge_Ohr
Fri Jul 27, 2012 2:58 pm
Forum: eXpress++ Support
Topic: xcodeJock.ch
Replies: 9
Views: 12864

Re: xcodeJock.ch

hi,

i guess DCTOOLBAR is FROM XbpToolBar() ?
while you talk about Codejock ... did you use SkinFramework ?

if Yes, it is a Problem of Alaska´s XbpToolBar() implementation and Skinframework
by Auge_Ohr
Thu Jul 26, 2012 5:25 pm
Forum: eXpress++ Support
Topic: Graphic possibilities of eXpress++ and Alaska
Replies: 8
Views: 11948

Re: Graphic possibilities of eXpress++ and Alaska

MIGUELON wrote:Roger where I can download RMCHAR.OCX for windows 7 64 bit?
why do you want a 64bit Version ? 32bit will run proper ( or better ) in 64bit Environment .
so just download "latest" Version and "install" *.OCX.
by Auge_Ohr
Tue Jul 24, 2012 10:41 am
Forum: eXpress++ Support
Topic: XcodeJock CJTaskPanelGroup
Replies: 4
Views: 7812

Re: XcodeJock CJTaskPanelGroup

hi,

i do not work with CJ Panel, but i heard from Tom Liehr about a lot of Problem with Xbase++.
not sure if Problem still exist ... ask Tom
by Auge_Ohr
Wed Jul 04, 2012 9:52 am
Forum: eXpress++ Support
Topic: DCGET COMBO
Replies: 12
Views: 17776

Re: DCGET COMBO

Koverhage wrote:Drop a combo box (the combo box should have focus first)

F4

Drop a combo box (the combo box should have focus first)

see also http://www.functionx.com/shortcut.htm
this IS what i say so it is true, or ?

p.s. missing F2 to "edit" SLE of Combobox if "DateTime" Constante is set e.g. Datepicker
by Auge_Ohr
Wed Jul 04, 2012 9:00 am
Forum: eXpress++ Support
Topic: DCGET COMBO
Replies: 12
Views: 17776

Re: DCGET COMBO

Koverhage wrote:Yes i try F4, but this key does not work and why the user should use a new key combination ?
hm ... than Express++ seem to "block" it.
if User use other Key than F4 to open a Combobox it is simply not Windows Style.
by Auge_Ohr
Wed Jul 04, 2012 12:14 am
Forum: eXpress++ Support
Topic: DCGET COMBO
Replies: 12
Views: 17776

Re: DCGET COMBO

Koverhage wrote:Strg(Ctrl) + Enter means the keycode to open the combo list
did you try F4 ? this is the Windows "build-in" Way to open a Combobox when it have Focus.