I am parsing a small java project with VerveineJ. The purpose is to see the
capability of VJ to parse EJB and specifically session beans. There is a
small student project of which a few classes implement SessionBeans.
http://code.google.com/p/sius/
When I parse the project with VerveineJ from the menu in Moose, I see other
annotations but I do not find the session and WLHTTPTransport annotations
in my moose model. These annotation are present in the following file:
http://code.google.com/p/sius/source/browse/trunk/jws_basic/audi/SimpleBean…
.
Also, I do not see the type SessionBean that is an interface, in the list
of types in my moose model. I did not open an issue because I wasn't sure
if the problem originates from the class path not well-defined or verveineJ
not correctly parsing. Can you please help?
thanx,
Usman
Very nice!
This is what I was needing. This method atEndDo serves to me good. However
i can't update the view yet. The current modrian view persist and I can't
show a new view based on the value gotten from the wizard.
Following the code that I am using. The method distributionMapIn: with:
just build the view. I thought this was sufficient to update the view, but
it doesn't work.The old view persist.
filterWizard := WizardControl new
atEndDo:[:wizardInformation|
browser transmit
to: #map;
andShow: [ :a | self distributionMapIn: a with: (wizardInformation at:
#textEntry) ]. ]
How can I show the new view?
On 14 December 2011 16:48, Cyrille Delaunay [via Smalltalk] <
ml-node+s1294792n4196469h28(a)n4.nabble.com> wrote:
> I think that what you are looking for is the place where to retrieve the
> values returned by your wizard and update your visualization according it.
> What you could do is: when you create your merlin wizard, send the message
> 'atEndDo:', where your specify a block with the action to perform at the
> end of the wizard:
>
> WizardControl new
> ...;
> ...;
> atEndDo: [:wizardInformations | updateVisualizationWith:
> (wizardInformations at: #key)].
>
>
>
> 2011/12/14 Alexandre Bergel <[hidden email]<http://user/SendEmail.jtp?type=node&node=4196469&i=0>
> >
>
>
>>
>> > A mondrian browser call a window that contain radio buttons, text
>> field. A value that I need will be on text field, so when I performed an
>> action in a button finish, I can update the view in back window. ( ok?)
>> > How a good manner to do it?
>>
>> Hi!
>> I still do not understand the example. How a Mondrian browser can call a
>> window?
>> Maybe a screenshot will help us help you
>
>
>> Alexandre
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email] <http://user/SendEmail.jtp?type=node&node=4196469&i=1>
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>
>
>
> --
> Cyrille Delaunay
> http://cyrilledelaunay.seasidehosting.st/
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email] <http://user/SendEmail.jtp?type=node&node=4196469&i=2>
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://forum.world.st/Glamour-Merilin-Mondrian-tp4195096p4196469.html
> To start a new topic under Moose, email
> ml-node+s1294792n1310756h25(a)n4.nabble.com
> To unsubscribe from Moose, click here<http://forum.world.st/template/NamlServlet.jtp?macro=unsubscribe_by_code&no…>
> .
> NAML<http://forum.world.st/template/NamlServlet.jtp?macro=macro_viewer&id=instan…>
>
--
View this message in context: http://forum.world.st/Glamour-Merilin-Mondrian-tp4199967p4199967.html
Sent from the Moose mailing list archive at Nabble.com.
I can't sent a screenshot, sorry.
Maybe I should choose better the words. It is not a mondrian that call a
window, but a main window (an instance of GLMTabulator ) that contain a
modrian view and that call a secondary window (an instance of
WizardSinglePanel) by a menu. So what I need is, from this secondary
window, be able to update the view, in the main window, using the value
that I typed on secondary window..
It's better now?
On 14 December 2011 15:53, Alexandre Bergel <alexandre.bergel(a)me.com> wrote:
>
>
> > A mondrian browser call a window that contain radio buttons, text field.
> A value that I need will be on text field, so when I performed an action in
> a button finish, I can update the view in back window. ( ok?)
> > How a good manner to do it?
>
> Hi!
> I still do not understand the example. How a Mondrian browser can call a
> window?
> Maybe a screenshot will help us help you
>
> Alexandre
> _______________________________________________
> Moose-dev mailing list
> Moose-dev(a)iam.unibe.ch
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
--
View this message in context: http://forum.world.st/Glamour-Merilin-Mondrian-tp4196361p4196361.html
Sent from the Moose mailing list archive at Nabble.com.
Hi guys
I published my smalltalkimporter fixes.
Now would be good to check if everything is working.
BTW I put the pools fixed code I did in pharo 1.4 as extensions of SmalltalkImporter. We will have to removed them when migrating
to 1.4
so let me know
Stef
Hi!
I am having troubles to update a mondrian view in one pane from a wizard.
I have a mondrian view in a GLMBrowserTemplate and this panel have a menu
that contain a call of my wizard (a WinzarControl). On this WizardControl I
pass a value and with it I need update my mondrian view.
I was thinking if is possible to get the instance of my GLMBrowserTemplate
that contains the mondrian view and do what I need into WizardControl
panel. Does is it possible? How?
--
View this message in context: http://forum.world.st/Glamour-Merilin-Mondrian-tp4195096p4195096.html
Sent from the Moose mailing list archive at Nabble.com.
Hi all
Is it possible to display a background image in Mondrian or Eyesee? I'm looking for a simple way to build data maps on top of existing picture maps.
--
Simon Denier
hi Cyrille!
Your hint about resizing panes help a little bit, but the buttons of this
pane still stay in the same place, it don't follow the resizing. How I can
solve this?
About send a data to other pane, i guess the manner that you told won't
work to me, because i am working with a mondrian visualization. So what I
need indeed is get a value from the wizard, and, when I click on finish
button, update the view using the value that i got from wizard.Well, I hope
there is a manner to update the mondrian view...
Juio
On 13 December 2011 14:33, Cyrille Delaunay [via Smalltalk] <
ml-node+s1294792n4191032h81(a)n4.nabble.com> wrote:
> Hi julio,
>
> From merlin side, I think you are not able yet to specify the size of a
> panel. But in glamour (at least for the morphic rendering) you can send to
> a browser:
>
> initialExtent: 300@300 (for example)
>
> So in your script, when you call your glamour wizard, you could have
> something like:
>
> myMerlinWizard glamourWizard initialExtent: 300@300; yourself.
>
>
> Then for the communication between the different panel, you will do it
> throught merlin. In merlin, each 'part' that you add in a panel is
> associated to an output key:
>
> merlinFirstPane row: merlinFirstPanePart associatedTo: #key
>
> You can then retrieve the output of this part in a second pane if you
> specify that your part require it.
>
> merlinSecondPanePart defaultValue: [:requiredInputs |
> (requiredInputs at: #key) ... ]
> merlinSecondPane row: merlinSecondPanePart requiring: #key
>
> This allow you specify a default value (default selection) of a part
> according the value returned by anorther part.
> Is it what you are looking for ?
>
> If you want want to do more than setting the default value/selection of a
> part, merlin provide for now a 'hacky' way to do nearly everything you want
> when the selected value (/output) of a part change. Each merlin part should
> understand the message 'callback:', in which you specify a block that will
> be executed when the selected value (/output) of this part change. For
> example you could have:
>
> merlinFirstPanePart
> ...
> callback: [:outputValue | merlinSecondPanePart
> doSomethingWithTheOutputValue ... ];
> ...
>
> Does it help you more ?
>
>
>
>
>
>
>
>
>
> 2011/12/13 Júlio Martins <[hidden email]<http://user/SendEmail.jtp?type=node&node=4191032&i=0>
> >
>
> Hi Cyrille!
>>
>> Yes it served me good!
>>
>> I have now two things taht I want to do: first, I need reduce the size of
>> my panel. When it started by menu, it gets larger then needed, so how i can
>> modify the size of this panel? Second, I need too provide a communication
>> between myPanel and aonther panel, in other words, I want pass a parameter
>> that is informed into myPanel to anotherPanel, how I can do it?
>>
>> Thanks in advance!
>>
>>
>> >
>>>
>>> > On Dec 5, 2011, at 2:17 PM, Cyrille Delaunay wrote:
>>> >
>>> >> There should be the class 'MerlinExamples' with a set of examples on
>>> the class side.
>>> >> There is also an extension to render merlin wizards with Glamour: the
>>> package MerlinGlamour at http://www.squeaksource.com/Merlin.
>>> >> Once MerlinGlamour loaded, you could do something like:
>>> >>
>>> >> myGlamourBrowser
>>> >> spawn: [ myMerlinWizard glamourWizard ] entitled: 'my menu title'.
>>> >>
>>> >>
>>> >> It looks like what you want to do (?)
>>>
>>
>> ------------------------------
> View this message in context: Re: Glamour<http://forum.world.st/Re-Glamour-tp4190517p4190517.html>
> Sent from the Moose mailing list archive<http://forum.world.st/Moose-f1310756.html>at Nabble.com.
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email] <http://user/SendEmail.jtp?type=node&node=4191032&i=1>
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
>
>
> --
> Cyrille Delaunay
> http://cyrilledelaunay.seasidehosting.st/
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email] <http://user/SendEmail.jtp?type=node&node=4191032&i=2>
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://forum.world.st/Re-Glamour-tp4190517p4191032.html
> To start a new topic under Moose, email
> ml-node+s1294792n1310756h25(a)n4.nabble.com
> To unsubscribe from Moose, click here<http://forum.world.st/template/NamlServlet.jtp?macro=unsubscribe_by_code&no…>
> .
> NAML<http://forum.world.st/template/NamlServlet.jtp?macro=macro_viewer&id=instan…>
>
--
View this message in context: http://forum.world.st/Glamour-tp4194470p4194470.html
Sent from the Moose mailing list archive at Nabble.com.
Hi guys
I fixed the smalltalk importer to deal with pool variable.
- I wrote some tests and fixes for pharo at the shared pools levels.
- I fixed the importer
resolve:
….
object ~~ nil ifTrue: [ ^ object ].
name asString = 'Smalltalk' ifTrue: [ ^ importer ensureNamespace: Smalltalk ].
"look simple once the rest is working"
klass := self methodEntity smalltalkClass theNonMetaClass.
(klass hasPoolVarNamed: name)
ifTrue: [pool := klass sharedPoolOfVarNamed: name.
^ self importer ensureClassVarAttribute: name for: pool].
…
- I updated the LAN tests
- I added tests to cover a bit pool variable access.
May be we would like to add to famix the fact that a class uses a sharedPool.
Right now we don't.
Stef
Hi,
I wonder if somebody is using action list... I'm working a bit on it to make it work as expected (or at least, as I think is expected to work :)
cheers,
Esteban
Hi Cyrille!
Yes it served me good!
I have now two things taht I want to do: first, I need reduce the size of
my panel. When it started by menu, it gets larger then needed, so how i can
modify the size of this panel? Second, I need too provide a communication
between myPanel and aonther panel, in other words, I want pass a parameter
that is informed into myPanel to anotherPanel, how I can do it?
Thanks in advance!
>
> > On Dec 5, 2011, at 2:17 PM, Cyrille Delaunay wrote:
> >
> >> There should be the class 'MerlinExamples' with a set of examples on
> the class side.
> >> There is also an extension to render merlin wizards with Glamour: the
> package MerlinGlamour at http://www.squeaksource.com/Merlin.
> >> Once MerlinGlamour loaded, you could do something like:
> >>
> >> myGlamourBrowser
> >> spawn: [ myMerlinWizard glamourWizard ] entitled: 'my menu title'.
> >>
> >>
> >> It looks like what you want to do (?)
>
--
View this message in context: http://forum.world.st/Re-Glamour-tp4190517p4190517.html
Sent from the Moose mailing list archive at Nabble.com.