Author |
Message |
Topic: DispatchObject.target_ is null even though it shouldnt.... |
simhau
Replies: 1
Views: 14167
|
Forum: DWin Posted: Thu Sep 11, 2008 4:21 am Subject: DispatchObject.target_ is null even though it shouldnt.... |
If I change the Union call to xls.Union(r1.target, r3.target) and adds this(Variant) to Range the call works, but still, the r2 range should have worked too. |
Topic: DispatchObject.target_ is null even though it shouldnt.... |
simhau
Replies: 1
Views: 14167
|
Forum: DWin Posted: Wed Sep 10, 2008 10:17 am Subject: DispatchObject.target_ is null even though it shouldnt.... |
I'm wrapping up some Excel functions, but there is a problem that I really don't know why is happening.
In Excel you can specify several ranges by comma separating them. Range("A1:A2,B1:B2" ... |
Topic: ddbi memory problem? |
simhau
Replies: 0
Views: 13357
|
Forum: DDBI Posted: Fri Jun 06, 2008 4:56 am Subject: ddbi memory problem? |
Originally posted at tangos forum, but larsivi suggested it might be related to ddbi > Error: Finalization error (tango.core.Exception.FinalizeException)
backtrace:
0057e6b2 onFi ... |
Topic: Visual problems |
simhau
Replies: 2
Views: 15185
|
Forum: flowerd Posted: Fri Apr 18, 2008 10:11 am Subject: Visual problems |
Ok. Thanks for the pointers. Will try to look into it during the weekend. |
Topic: Visual problems |
simhau
Replies: 2
Views: 15185
|
Forum: flowerd Posted: Thu Apr 17, 2008 3:10 am Subject: Visual problems |
I have several HLayoutForm's that I'm using as dialog boxes. Sometimes these are not rendered fully (the bottom of the screen is missing), while other times just the system color shows (no html render ... |
Topic: Menus |
simhau
Replies: 9
Views: 26814
|
Forum: flowerd Posted: Thu Apr 17, 2008 3:03 am Subject: Menus |
What am I saying? This is not an exception. It's a regular messagebox that is opened from only god knows where.. I've asked in the dfl forums: http://www.dsource.org/forums/viewtopic.php?t=3806
Hop ... |
Topic: Unable to create popup window |
simhau
Replies: 1
Views: 9162
|
Forum: DFL Posted: Thu Apr 17, 2008 2:57 am Subject: Unable to create popup window |
Hi.
I'm using bobef's HTMLayout wrapper for D, and I get a weird error when trying the menu example.
I get a message box saying "Unable to create popup window" with the title "Err ... |
Topic: Menus |
simhau
Replies: 9
Views: 26814
|
Forum: flowerd Posted: Wed Apr 16, 2008 4:55 am Subject: Menus |
dfl catches all exceptions... Do you know how this can be turned off? I'm using the tango backtrace hack, so that should give a nice trace. |
Topic: Menus |
simhau
Replies: 9
Views: 26814
|
Forum: flowerd Posted: Tue Apr 15, 2008 6:02 am Subject: Menus |
The behaviors used by the menu example are:
menu-bar, popup-menu, menu, radio and check.
All these should be internal behaviors (there is a popup external behavior too. )
After I get the error, ... |
Topic: How to Load two form |
simhau
Replies: 6
Views: 21751
|
Forum: flowerd Posted: Tue Apr 15, 2008 5:46 am Subject: How to Load two form |
But if I create a second form with new Form() I get an exception: "One SyncExec instance per GUI thread!" |
Topic: Menus |
simhau
Replies: 9
Views: 26814
|
Forum: flowerd Posted: Tue Apr 15, 2008 4:12 am Subject: Menus |
HTMLayout. I'm trying to get the menu example to work. |
Topic: How to Load two form |
simhau
Replies: 6
Views: 21751
|
Forum: flowerd Posted: Tue Apr 15, 2008 4:11 am Subject: How to Load two form |
I dont get it
class layout2 : HLayout
{
this(void* handle, char[] media="screen")
{
super( handle, media );
loadHTML("te ... |
Topic: Menus |
simhau
Replies: 9
Views: 26814
|
Forum: flowerd Posted: Mon Apr 14, 2008 9:48 am Subject: Menus |
Whenever I try to open a menu, either a normal one or a context menu, I get the message "Unable to create popup window"
I couldn't find the string anywhere, but DFL has several "Unab ... |
Topic: behavior::select-buddy |
simhau
Replies: 3
Views: 22662
|
Forum: flowerd Posted: Wed Apr 09, 2008 6:55 am Subject: behavior::select-buddy |
Yes, it is tested and works. Feel free to add and change as you please. I'm porting a couple of other behaviors too. How would you like them? Ticket, forum or mail? |
Topic: behavior::select-buddy |
simhau
Replies: 3
Views: 22662
|
Forum: flowerd Posted: Mon Apr 07, 2008 10:20 am Subject: behavior::select-buddy |
I ported the select-buddy behavior. This is done pretty much line by line, and I don't know c++, d or htmlayout, sooo... Check for errors
/*
BEHAVIOR: select-buddy
goal: Auxiliar ... |
|