At 12.58 22/07/2002 -0500, Scott Vitale wrote:
>Now I'm trying to retrieve the mouse position and store it in a global
>variable. I tried the code listed on the dynapi.sourceforget.net site, but I
>can't get it to work - always shows (0,0) as the position.
I don't know about the code on the s
Hi Folks,
Does anyone know how to portably get the dimensions of an image after it
is loaded into a DynImage? I would rather not have to hardcode the
dimensions into my image list. I believe this information can be had
from the DOM but not portably.
Has anyone else had issues where netscape 4
I need to figure this out too. If you figure it out off the list will you post
the solution?
I have a link in my page that creates a new layer, and I want that layer to be
positioned near the link. So i figured if i got the X/Y of the mouse when it was
clicked i could properly position the new la
I've figured out my event listeners/encapsulation confusion. The tutorial I
was following used: self.dynlayer(blah, blah blah)
It needs to be: self.dynlayer = new DynLayer(blah, blah blah)
Anyway..
Now I'm trying to retrieve the mouse position and store it in a global
variable. I tried
On Mon, 22 Jul 2002 20:18:34 +0300
"Tarek M. Nabil" <[EMAIL PROTECTED]> wrote:
> Thank you all for your responses.
> I think it's gonna take a huge amount of time to build from scratch. Maybe extending
>an already available widgets would be easier. Where can I find those gui widgets?
Look at t
Thank you all for your responses.
I think it's gonna take a huge amount of time to build from scratch. Maybe extending
an already available widgets would be easier. Where can I find those gui widgets?
-Original Message-
From: Pierre-Alain Joye [mailto:[EMAIL PROTECTED]]
Sent: Monday, Jul
You have to look in the gui widgets, and modify them to do what you want (column
resizing, undraggable,...)
hth
pa
On Mon, 22 Jul 2002 19:16:38 +0300
"Tarek M. Nabil" <[EMAIL PROTECTED]> wrote:
>
>
> -Original Message-
> From: Tarek M. Nabil
> Sent: Sunday, July 21, 2002 4:55 PM
>
probably have to create your own out of resizeable layers but what
specifically are you trying to do; what do the columns contain? Maybe create
a layer for each column and if the user clicks near a borderline between 2
layers, resize the 2 layers???
Todd.
- Original Message -
From: "Tarek
-Original Message-
From: Tarek M. Nabil
Sent: Sunday, July 21, 2002 4:55 PM
To: DynAPI List (E-mail)
Subject: Details view
Hi everyone,
You must all be familiar with the "Details View" in the windows explorer. The view
where you can resize the columns by dragging the column border to
Hi Folks,
Several of you were extremely helpful. Hershel R. pointed out some
positioning errors, David S. pointed out some problems with my attempt
to use DOM to get to forms in netscape4.xx, and ToddNY gave me some good
advice on speeding up my button drawing loops (which I haven't
implemented
I just started using DynAPI2 and it's great!!
I'm trying to use it to create a list of items, each item with it's own
DynLayer and EventListener so that each of them can respond to mouse over
events.
The problem is that the code becomes quite lengthy if I have to initialize each
of them indiv
11 matches
Mail list logo