hello Everyone,
-- I'm trying to implement Table Widget / Columnar List Box in my application. but not able to add columns and rows dynamically. Request for help on the same. Regards, Vilas You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/0e05f1fc-6871-45c2-b123-4e7c32415a70%40googlegroups.com. |
Vilas, you didn't mention what exact GUI tool/framework you are using. Is it some Abt Visual Part, a WindowBuilder Application or some hand written Cw/EwWidgets code you try to extend? Joachim Am Montag, 29. Juli 2019 15:01:02 UTC+2 schrieb Vilas Suvarnakar:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/30bb9642-c6e7-4e60-893a-84df59c31a96%40googlegroups.com. |
hi Joachim,
-- Good morning. I'm using VASmalltalk ( installed 9.1 and Widget) and want to implement Table Widget / Columnar List Box in my Windows based application. Thank you for your reply. Regards, Vilas On Monday, July 29, 2019 at 7:50:45 PM UTC+5:30, Joachim Tuchel wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/34548d58-84bd-49a8-b9ae-469f38d3f83d%40googlegroups.com. |
Vilas, your info is not enough. VA ST comes with at least 3 layers of GUI code, and you can possibly also use WindowBuilder, which is an add-on from Instantiations. Each of them offers more or less comfortable ways of doing what you want. Are your using the Composition Editor to visually construct your GUIs? Which Widget are you using or planning to use? Or is this part of your question? I guess once you specify, we can find a way of adding columns to a widget. Joachim Am Dienstag, 30. Juli 2019 06:55:33 UTC+2 schrieb Vilas Suvarnakar:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/85be9f2f-3aa6-4929-b82d-43f91069eb57%40googlegroups.com. |
Greetings,
-- Thank you Vilas for your question to our Instantiations support channel earlier this week concerning WidgetKit Pro. I know one of our engineers had a few correspondents with you and got you official examples to get started. If you require additional or custom technical support/training from us, you can send an email to [hidden email] and we can get an engineer dedicated to helping you out. Kind Regards, - Seth On Saturday, August 3, 2019 at 2:34:30 AM UTC-4, Joachim Tuchel wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/fccd4fc4-8f27-4b34-9ab9-73ef07d280bd%40googlegroups.com. |
In reply to this post by jtuchel
hi Joachim,
-- Good morning. Yes, I'm using Composition Editor to visually construct GUI. I've added the Table Widget Control on my main UI Window. Please find the attached screenshot of the same. Please tell me the way how can we add columns and rows. Thank you. Regards, Vilas On Saturday, August 3, 2019 at 12:04:30 PM UTC+5:30, Joachim Tuchel wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/6c4ce5b1-893b-49ce-b950-0a77bdb553da%40googlegroups.com. |
In reply to this post by Seth Berman
hi Seth,
-- Thank you for your mail. I got the support for WidgetKit Pro and I've successfully added this into my application. Regards, Vilas On Sunday, August 4, 2019 at 12:07:01 AM UTC+5:30, Seth Berman wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/2c097953-f85f-4937-af3d-f3affe057628%40googlegroups.com. |
In reply to this post by Vilas Suvarnakar
hi Joachim,
-- Good morning. Could you please guide me on this. How can I create a application that has Table Widget Control with rows and columns in VASmalltalk. Thank you for your support and cooperation. Regards, Vilas On Sunday, August 4, 2019 at 10:11:05 AM UTC+5:30, Vilas Suvarnakar wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/853e9a7c-eddb-495b-b581-04f4d0cf09d0%40googlegroups.com. |
Hi Vilas,
-- I'm guessing but I think you asked the question in a way that confused many of us. Don't feel bad, we do it all the time. From the image you posted (which for some reason I can no-longer view) it looks like you are in the development environment and that you chose a table widget icon from a column on the left and put it in the window. If you look in that same column of widget icons you should find column widget icons, choose one of those, click on it and then click inside the table that is inside the window you are defining. That should place a column in the table. You can then click on the column change its settings. Pay attention to the #width (the width of the column displayed) and #attributeName (the name of the method of the object used for the rows whose answer should be displayed in the column). If I have guessed right, this should get you started and from there you can ask more questions. Good luck. Lou On Thursday, August 8, 2019 at 12:11:23 AM UTC-4, Vilas Suvarnakar wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/c3478587-ccb9-4d2d-b4a3-32586d8034fb%40googlegroups.com. |
hi Lou, Good morning. I'm really sorry for confusing as I'm novice in this so may caused confusion. I heartily thank you for your guidance. I am able to add columns successfully. Now, I want to add rows and value to each cell, request you to guide me on this. Have a great day and week ahead. Regards, Vilas On Thu, Aug 8, 2019 at 10:22 AM Louis LaBrunda <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/CAKJ7cb%3DXvYAGQ7ok88RY6pnHeMkk2EVY_OkvU5JemVK5PiQezg%40mail.gmail.com. |
Hi Vilas,
-- On Friday, August 9, 2019 at 12:55:41 AM UTC-4, VilaS wrote:
No problem and no need to apologize, we all have the same problem from time to time. I only mentioned as a way of explaining why it took so long for someone to help you. There are many people on this forum both willing and able to help, they were just confused, as was I.
Forgive me if I aim too low with my explanation as to what to do next. Each row will be an instance of an object (probably a class you have defined) with the values you want to display in the columns. Each value you want to display needs to have a corresponding instance method in the class. You specify the name of that instance method in the #attributeName setting field of the column you want it displayed. Most of the time that is enough for the table/column to display the value. If it isn't, you will need to set a converter for the column. There are lots of converters, they do things like format values for display, things like commas, digits to the right of the decimal, as such. You will probably have a bunch of these objects that you want to display. They should be in one of the collection classes like ans #Array or #OrderedCollection. I would lean toward an #OrderedCollection as it is more powerful and easy to use. You will then need to put the items in the collection in the table. This happens at run time, something like this:
This should get you started. There is also probably a VA Smalltalk document that may help with this but I don't recall a name, maybe someone else will remember and post it. Lou
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/e59651fc-7e42-4df5-b3a1-b4ae88813094%40googlegroups.com. |
hi
Lou, Thank you for your reply. I'll try it and update you the status. Regards, Vilas On Fri, Aug 9, 2019 at 7:09 PM Louis LaBrunda <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/CAKJ7cbmVH6%3DzFmWBMSNE07YxPvP0rHeJ%3DebMjq6%2Bj3G5gFrHkg%40mail.gmail.com. |
hi Lou, I request you to kindly guide me on how to add code. I tried to add the code in Edit part ( right click on control ) but not able to succeed. thank you for your support and cooperation. Regards, Vilas On Sat, Aug 10, 2019 at 11:23 AM VilaS <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/CAKJ7cbnC7F5bPhfsKDeBgEymySrh%3DURyh%2BGCXvfXjdhwwr8Vdg%40mail.gmail.com. |
Hi Vilas, This User Guide should help you get started. If you look in the lower right hand corner of your composition editor window you should see three circles inside three squares, click on the middle one. That will bring you to an area where you can add instance variables and methods. Sorry, that is all the time I have at the moment. Good luck. Lou On Tuesday, August 13, 2019 at 3:44:52 AM UTC-4, VilaS wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/8201a7a2-59ee-4468-afa0-ec0fe8078470%40googlegroups.com. |
You can also see all these videos: https://www.instantiations.com/resources/st4u_videos.html Or some of the books here: https://www.instantiations.com/resources/index.html#publications On Tue, Aug 13, 2019 at 10:11 AM Louis LaBrunda <[hidden email]> wrote:
Mariano Martinez Peck Software Engineer, Instantiations Inc. Email: [hidden email] Twitter: https://twitter.com/MartinezPeck Blog: https://marianopeck.wordpress.com/You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/CAOUkibF732YOfx__sKGkzZwQ2HLuqpXukFcb%3DzOZmroHwdRMhg%40mail.gmail.com. |
Free forum by Nabble | Edit this page |