Search found 1193 matches

by skiman
Wed Feb 24, 2010 6:08 am
Forum: eXpress++ Support
Topic: DCBROWSECOL type XBPCOL_TYPE_BITMAP with external resources
Replies: 10
Views: 21659

DCBROWSECOL type XBPCOL_TYPE_BITMAP with external resources

Hi Roger,

Is seems as the following isn't working with my external resources DLL?

Code: Select all

DCBROWSECOL DATA ;
{|| stock->(dbseek(bonart->art_nummer)),if(bonart->(deleted()), ABO_MINI_CANCEL,ABO_MINI_EMPTY )} ;
HEADER "Del" ;
PARENT oBrowseart WIDTH 1 ;
TYPE XBPCOL_TYPE_BITMAP
by skiman
Wed Feb 24, 2010 3:05 am
Forum: eXpress++ Support
Topic: Change in MENU levels?
Replies: 5
Views: 13341

Re: Change in MENU levels?

Hi,

I found it. It was a stupid error in my code. Sorry for this, and thanks for the response.
by skiman
Wed Feb 24, 2010 12:46 am
Forum: eXpress++ Support
Topic: Devcon anyone?
Replies: 37
Views: 60265

Re: Devcon anyone?

Roger,

You did it. :o You had to know 'Never mention the word PICS if Bobby is around.'

I'm afraid the bandwidth of Tom won't be enough.

Regards.
by skiman
Tue Feb 23, 2010 9:26 am
Forum: eXpress++ Support
Topic: Devcon anyone?
Replies: 37
Views: 60265

Re: Devcon anyone?

Hi everyone,

Seems as most of the attendants of September 2008 are already preparing there suitcases.

So everyone, it was worth the trip. Do not hesitate to attend this new devcon!

Chris.
by skiman
Tue Feb 23, 2010 9:23 am
Forum: eXpress++ Support
Topic: Change in MENU levels?
Replies: 5
Views: 13341

Re: Change in MENU levels?

HI,

I have to check my code.

PS. Tom, your book is posted today. I hope you receive it soon.

Chris.
by skiman
Tue Feb 23, 2010 6:43 am
Forum: eXpress++ Support
Topic: Change in MENU levels?
Replies: 5
Views: 13341

Change in MENU levels?

Hi,

I'm using the menusystem up to 4 levels in my application. It seems as with 253, it is working up to three levels. I didn't change anything to my code, and suddenly it isn't working anymore. The only change is I'm using 253 at this moment.

Regards,
Chris.
by skiman
Sun Feb 21, 2010 4:52 am
Forum: eXpress++ Support
Topic: DCSCROLLBAR
Replies: 5
Views: 13314

Re: DCSCROLLBAR

RDalzell wrote:Take the weekend off, repair your screen door now that the "Lord of the Flies" has left the building.
Rick, why do you think I came in February this time? I liked the silence... And of course, no fly doors this time of the year.

Regards,
Chris.
by skiman
Thu Feb 18, 2010 9:11 am
Forum: eXpress++ Support
Topic: POPCAPTION with resources in external DLL
Replies: 5
Views: 13279

Re: POPCAPTION with resources in external DLL

Roger, Seems as dc_iconExpress() is a function for the future? :D There is dc_iconDefault() but this is not the problem. I want to have my icon when my application is in a listing with Explorer. It is not the icon after startup. This can be changed. Also when a user creates a shortcut to my applicat...
by skiman
Thu Feb 18, 2010 8:28 am
Forum: eXpress++ Support
Topic: POPCAPTION with resources in external DLL
Replies: 5
Views: 13279

Re: POPCAPTION with resources in external DLL

Roger, Yes, this fixes it. :dance: Another question, as Icon for my application I now have the eXpress++ icon. Is it possible to change this without changing something in express.arc? In express.arc there is a define of ICON_APP 2. Do I have to change that to a number of my resources? Regards,
by skiman
Thu Feb 18, 2010 6:41 am
Forum: eXpress++ Support
Topic: POPCAPTION with resources in external DLL
Replies: 5
Views: 13279

POPCAPTION with resources in external DLL

Hi Roger, I was changing my application to use an external DLL for my buttons. It seems as the POPCAPTION doesn't work with this. I did the following: - I created the external DLL, named ABO_RES.DLL - At the start of my application, I have: nResDll := dllLoad("ABORES.DLL') DC_BitmapResourceFile( nRe...