visualworks
assert fails when it should not, in Smalltalk Unit testcase
I\'m stumped. Here is my testcase. theTestArray := #(1.2 3 5.1 7). self assert: theTestArraysquareOfAllElements = #(1.44 9 26.01 49).[详细]
2023-04-08 02:53 分类:问答Packages for developing static web sites in Smalltalk?
What would be good (cross Smalltalk, mantained, documented) web frameworks or packages (in terms of fewer things to learn/adapt) to use for implementing a static web site with really few forms? .i.e.[详细]
2023-03-24 12:47 分类:问答Tree implementations in Smalltalk
I\'m trying to find open-source implementations of Trees (not binary) like Red开发者_StackOverflow中文版-black, B-Trees, 2-3 Trees, or General Tree, ideally for Squeak/Pharo, but any other implementat[详细]
2023-03-24 12:35 分类:问答Where could I find more examples of using PetitParser? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-02-26 04:25 分类:问答Is there a smalltalk "toString" equivalent?
For example, let\'s say I 开发者_JAVA百科am adding a set of objects I created, called myClass (which contains a string) to myList and then I wish to use the list and pass it to a GUI list. Is there a[详细]
2023-02-19 02:59 分类:问答How can I use collections with the excel com interface from visual works
Using the Excel COM automation interface I can set value in a cell 开发者_高级运维by doing: excel := COMDispatchDriver createObject: \'Excel.Application\'.[详细]
2023-02-04 08:41 分类:问答How to actively change a label's string in visualworks smalltalk
I am trying to dynamically change the value of a label in an ApplicationModel dynamically during the running of my p开发者_如何转开发rogram.[详细]
2023-01-07 05:47 分类:问答How do I load a picture (image) into smalltalk
How do you load a picture into smalltalk?I have found several examples of how to display an image once it is a class resource, but can\'t find a way to import the picture into my smalltalk environment[详细]
2023-01-05 20:27 分类:问答How to redraw a list in smalltalk
I have a List in my smalltalk application that gets updated by user events.The list updates correctly, but it on开发者_如何学编程ly redraws, repaints, or refreshes whenever the window is forced to red[详细]
2023-01-05 01:12 分类:问答How to manage 2d array in Smalltalk?
I have a list of point and have to do erosion/dilation operations. I need a kind of开发者_StackOverflow社区 2d-array but can\'t find how to do in VisualWorks (I know there is a Array2d class in Squeak[详细]
2023-01-04 04:20 分类:问答